• Resolved wenatanew

    (@wenatanew)


    Page was developed locally and then transported to a webserver. SSL.
    When using “Settings->Perma Links->Post Name” I can only access my home site, but nothing else. (other pages receive a not found)
    I also can’t edit any posts getting a: “The response is not a valid JSON response” error
    When using “Settings->Perma Links->Plain” everything works fine, but it’s bad for SEO.

    Fixes I tried:
    Check if .htaccess is writable (755) and gets written: Yes
    Check if other Perma Link options work: Nothing, but “Plain”
    Check if classic editor plugin fixes the error: No
    Check if deactivating all plugins helped: No

    Plugins I use:
    DSGVO All in one for WP
    ShiftNav – Responsive Mobile Menu
    Wordfence Security
    Yoast SEO

    .htaccess file when permalinks set on postname:

    <IfModule mod_rewrite.c>
        RewriteEngine On
        RewriteBase /
        RewriteRule ^index\.php$ - [L]
        RewriteCond %{REQUEST_FILENAME} !-f
        RewriteCond %{REQUEST_FILENAME} !-d
        RewriteRule . /index.php [L]
    </IfModule>
Viewing 6 replies - 1 through 6 (of 6 total)
  • Hello,

    I once fixed this error by using the ‘Really Simple SSL’ plugin

    After you install the plugin turn ON the ‘mixed content fixer’ and the ‘use alternative method to fix content’ options.

    Hope this works for you too.

    Cheers!

    Thread Starter wenatanew

    (@wenatanew)

    @ibrahimkh4l33l
    Sadly this didn’t work solve the problem. The plugin seems to do its job, but the pages still fail to load and can’t be edited.

    Anyway, thank you for your help!

    • This reply was modified 4 years, 8 months ago by wenatanew.
    • This reply was modified 4 years, 8 months ago by wenatanew.

    Alright, do share the solution here when you find one.

    Thread Starter wenatanew

    (@wenatanew)

    Once I found one I will.

    Thread Starter wenatanew

    (@wenatanew)

    Bump.
    Is there any site having a more active community than this forum? Is the information I am giving not sufficient? Or is this problem really that unique that nobody has solved it so far?

    //
    EDIT:
    I just tried to change it again to postename out of interest and it works now (at least it behaves like it is working ?? you never know). An update must have fixed it somehow. I did absolutely nothing except updating since the last attempt.

    • This reply was modified 4 years, 5 months ago by wenatanew.
    Thread Starter wenatanew

    (@wenatanew)

    An update fixed the error. Everything is working now. Not sure which update was it exactly (haven’t tried it everytime).

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘The response is not a valid JSON response and cant access but main page’ is closed to new replies.