Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1241775


    It’s looping every time I want to edit my existing page. But when you try to create a new page, it’s fine.

    I have similar problem like this one Advanced layout editor stuck in a loop.

    But he just restored from his latest backup for quick fix.

    • This topic was modified 3 years, 11 months ago by Japracool.
    #1241793

    Hey Jeffrey Anthony,

    Thanks for giving us admin access.
    After checking your backend I can get a 403 error in the web console which is similar to this thread: https://kriesi.at/support/topic/advanced-layout-builder-still-wont-load/
    Please try to whitelist your IP address maybe you can find some documentation from your hosting provider on how to it or you can ask for assistance from them.

    Best regards,
    Nikko

    #1241801

    Hi Nikko,

    You can check screenshot in private content, my ip address is fine and not getting blocked by my hosting provider.

    Still looping when try to edit existing page.

    #1241871

    Solved :)

    I just updated .htaccess to this and it worked perfectly:

    <IfModule mod_rewrite.c>
     RewriteEngine On
     RewriteBase /
     RewriteRule ^index\.php$ - [L]
     RewriteCond %{REQUEST_FILENAME} !-f
     RewriteCond %{REQUEST_FILENAME} !-d
     RewriteRule . /index.php [L]
     SecFilterEngine Off
     SecFilterScanPOST Off
     </IfModule>
    #1241955

    Hi Japracool,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1245809

    Hello,
    I have a similar problem.
    The advanced layout editor is looping every time I want to edit my existing pages. But when I try to create a new page, it’s fine.
    I think it is since the last update of WP.
    Kind regards
    André

    #1245920

    Hi schotand,

    Thanks for giving us admin credentials, please change the passwords for both sites.
    I’m getting a 404 response in admin-ajax however the plugins and htaccess doesn’t seem to be the cause.
    Can you try to setup a staging server to just one of the site? so we can try to investigate further without affecting your live site.
    Here’s a simple tutorial on creating a stage server: https://themeisle.com/blog/wordpress-staging-site/

    Best regards,
    Nikko

    #1246097

    Hi Nikko,
    Thanks for your help. I have created a stage server : https://www.harmoniemondorf.lu/dev. I have migrated the site with the Wp stagin plugin.
    Here all is fuctionning normally. What can I do?
    Best regards

    #1246240

    Hi schotand,

    Thanks, I have checked it as well.
    I think the only difference it the htaccess.
    Can you try to remove it on one of your live site? I think there might be some built-in caching that’s preventing the change to take effect immediately in the live site.

    Best regards,
    Nikko

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.