Skip to main content

Problema dupa migrare

Comments

4 comments

  • Ariel H.

    Hi,

    Thank you for reaching out to us.

    Could you please take a look and see if you have any security software enabled in your hosting control panel, like ModSecurity? If so, try disabling it and give me a heads up when it's done, so we can run some more tests.

    Additionally, it might be worth increasing the current Memory limit from 256M to 512M or higher for better performance.


    If the problem persists, please let me know, and also make sure you have a full backup of your website.

    Best regards,
    Ariel H.

    0
  • Logicnet Solution

    Thanks for answer!

    I disabled ModSecurity and I raise the memory limit at 512MB

    Still same error.

    0
  • Ariel H.

    Hi,

    Thank you for the update.

    It appears that the issue you're facing is related to the CORS policy on your server.

    I recommend reaching out to your hosting provider and asking them for assistance in addressing this issue. For more information and guidance, you can refer to this link: 
    https://wordpress.stackexchange.com/questions/215053/cannot-load-admin-ajax-php-no-access-control-allow-origin

    Please try this and let me know how it goes.

    Best regards,
    Ariel H.

    0
  • Logicnet Solution

    Hello.

    I think I found the issue.

    In .htaccess i found a line from WordFence who remain unchanged after migration on new domain.

     

    # Wordfence WAF
    <IfModule LiteSpeed>
    php_value auto_prepend_file '/home/omotorro/public_html/wordfence-waf.php'
    </IfModule>
    <IfModule lsapi_module>
    php_value auto_prepend_file '/home/omotorro/public_html/wordfence-waf.php'
    </IfModule>
    <Files ".user.ini">
    <IfModule mod_authz_core.c>
        Require all denied
    </IfModule>
    <IfModule !mod_authz_core.c>
        Order deny,allow
        Deny from all
    </IfModule>
    </Files>
    # END Wordfence WAF

     

    I deleted this line and It works now.

    Thanks

    0

Please sign in to leave a comment.