• Hi there,

    I have moved a wordpress site to a new domain on the same server. Everything is working on the front end, but when I try to update a page or anything in the settings I get a whole stack of error messages:

    Notice: Undefined index: value in /home/playonli/public_html/playimports/wp-admin/includes/post.php on line 284
    
    Notice: Undefined index: value in /home/playonli/public_html/playimports/wp-admin/includes/post.php on line 284
    
    Notice: Undefined index: sidebar_generator_replacement in /home/playonli/public_html/playimports/wp-content/themes/Avada/framework/plugins/multiple_sidebars.php on line 276
    
    Notice: Undefined index: sidebar_2_generator_replacement in /home/playonli/public_html/playimports/wp-content/themes/Avada/framework/plugins/multiple_sidebars.php on line 281
    
    Notice: Undefined index: sidebar_generator_replacement in /home/playonli/public_html/playimports/wp-content/themes/Avada/framework/plugins/multiple_sidebars.php on line 276
    
    Notice: Undefined index: sidebar_2_generator_replacement in /home/playonli/public_html/playimports/wp-content/themes/Avada/framework/plugins/multiple_sidebars.php on line 281
    
    Notice: Undefined index: sidebar_generator_replacement in /home/playonli/public_html/playimports/wp-content/themes/Avada/framework/plugins/multiple_sidebars.php on line 276
    
    Notice: Undefined index: sidebar_2_generator_replacement in /home/playonli/public_html/playimports/wp-content/themes/Avada/framework/plugins/multiple_sidebars.php on line 281
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/playonli/public_html/playimports/wp-admin/includes/post.php:284) in /home/playonli/public_html/playimports/wp-admin/post.php on line 235
    
    Warning: Cannot modify header information - headers already sent by (output started at /home/playonli/public_html/playimports/wp-admin/includes/post.php:284) in /home/playonli/public_html/playimports/wp-includes/pluggable.php on line 1196

    The changes actually go through, but the page doesn’t update properly. I can’t put a link to the site, because it has a coming soon page and is not yet live, but could anyone help with ideas about why this might be happening after moving the site to a new url?

    Thanks and cheers,
    Sarah

Viewing 3 replies - 1 through 3 (of 3 total)
  • Disable all plugins and enable one by one to check this issue

    Then only you can find the issue

    The errors displaying are notices and warnings. So we can ignore it.
    Check WP_DEBUG constant in wp_config.php file and change it to false.
    Otherwise use .htaccess to suppress errors.

    Thread Starter softsleepysounds

    (@softsleepysounds)

    Hi there!

    Thank you for your replies. . . I have turned the debug to false, and this seems to be working fine. I guess I am just concerned that there is something fundamentally wrong with the new site that would cause these error messages?

    Thanks for your time!
    Sarah

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘problems after moving site’ is closed to new replies.