+ Reply to Thread
Results 1 to 3 of 3

Thread: 403 forbidden when save setting in admin cp configuration

  1. #1

    403 forbidden when save setting in admin cp configuration

    Dear Flynax Developers,

    I just recently changed my host provider and now, everytime I click save in admin cp: configuration>anything (for example: general)> save button, it shows a 403 forbidden page: Access to this resource on the server is denied!

    Could you please help me with this.

    Thank you

  2. #2
    Dear Wei Hong,

    Its a known issue, it's related to server security setting and urls in the html form on the settings page. In other words your server doesn't allow you to save urls, you can submit a ticket to the helpdesk we will try fix it for you,

    also you can try to apply the below code changes (not a fix but workaround - better to fix it with hosting, but in most cases this should work)


    1. admin/tpl/controllers/settings.tpl

    Code:
    Only registered members can view the code.

    2. admin/controllers/settings.inc.php

    PHP Code:
    Only registered members can view the code
    Last edited by Mike; September 20, 2014 at 04:31 AM.

  3. #3
    HI Mike,

    Thank you. It worked well.

+ Reply to Thread