• Resolved thenoobop

    (@thenoobop)


    Recently I’ve Migrate my website from aasthahospitality.com to aasthaservices.com,
    After Migration when deactivate All-in-One WP Migration , I’m unable to do any kind of page edit, unable to open elementor page builder, In both websites
    It’s Showing Updating failed. You are probably offline.
    Once I reactive the plugin all the features working fine, no issue at all.

    You can see the screenshoots
    1. https://prnt.sc/26mxj0m
    2. https://prnt.sc/26mxjc7

    Please Help

    • This topic was modified 2 years, 8 months ago by thenoobop.
    • This topic was modified 2 years, 8 months ago by thenoobop.

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

Viewing 1 replies (of 1 total)
  • Plugin Author Yani

    (@yaniiliev)

    It should not be related to the plugin.
    The only code that can do anything is this:

    
    if ( isset( $_SERVER['HTTP_X_FORWARDED_PROTO'] ) && ( $_SERVER['HTTP_X_FORWARDED_PROTO'] === 'https' ) ) {
    	$_SERVER['HTTPS'] = 'on';
    }
    

    The plugin adds this code to fix some broken SSL configurations.
    Make sure that your SSL configuration is correct.
    You can also review your error logs for any issues.

Viewing 1 replies (of 1 total)
  • The topic ‘Unable to edit anything on my site after Deactivate All-in-One WP Migration’ is closed to new replies.