• Resolved katalonian

    (@katalonian)


    Cloudflare plugin doesn’t save the settings from the wordpress.

    I used different browsers, cleared cookies, reinstalled and reactivated the plugin, nothing helps.

    For example, i tried to activate the Automatic Cache Management, it turns on but after refreshing the page it is off again.

    Wordpress version: 4.9.8
    Plugin version: 3.3.2

    • This topic was modified 7 years, 8 months ago by katalonian.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter katalonian

    (@katalonian)

    Here is the console log from chrome

    Failed to load https://myserver.net/errors/403: Response for preflight is invalid (redirect)
    compiled.js?ver=3.3.2:35 Uncaught TypeError: Cannot read property 'status' of undefined
        at compiled.js?ver=3.3.2:35
        at d.callback (compiled.js?ver=3.3.2:35)
        at d.crossDomainError (compiled.js?ver=3.3.2:35)
        at XMLHttpRequest.n.onreadystatechange (compiled.js?ver=3.3.2:35)
    • This reply was modified 7 years, 8 months ago by katalonian.
    Thread Starter katalonian

    (@katalonian)

    Okay, i fixed it by adding this code to my .htaccess

    <Limit GET HEAD POST PUT DELETE OPTIONS>
    order deny,allow
    allow from all
    </Limit>

    If you have Apache 2.4< add this:

    <Limit GET HEAD POST PUT DELETE OPTIONS>
    Require all granted
    </Limit>
    • This reply was modified 7 years, 8 months ago by katalonian.

    What other plugins do you have installed? I have very few plugins installed on my installation and the Cloudflare plugin works fine and does not give me a blank screen like some have seen.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Settings are not saved’ is closed to new replies.