• So, I moved my WordPress from /subdirectory to the /public_html root directory. Everything works pretty much as I need it to except in the Dashboard when I save or update anything it goes to blank white pages.

    Wondering if there’s a final setting I’m missing?

    Any assistance would be greatly appreciated!

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter michaelpfaff

    (@michaelpfaff)

    Here’s the debug errors:

    Strict Standards: Redefining already defined constructor for class ReCAPTCHAPlugin in /home/louisvm5/public_html/wp-content/plugins/wp-recaptcha-bp/recaptcha.php on line 41

    Strict Standards: Redefining already defined constructor for class WPPlugin in /home/louisvm5/public_html/wp-content/plugins/wp-recaptcha-bp/wp-plugin.php on line 27

    Notice: Undefined variable: default_group_header in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 17

    Notice: Undefined variable: default_plus_textarea in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 41

    Notice: Undefined variable: default_plus_header_textfield2 in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 49

    Notice: Undefined variable: default_group_class in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 73

    Strict Standards: Declaration of My_Group_Extension::display() should be compatible with BP_Group_Extension::display($group_id = NULL) in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/includes/plus-group-extension.php on line 309

    Strict Standards: Declaration of My_Group_Extension::edit_screen() should be compatible with BP_Group_Extension::edit_screen($group_id = NULL) in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/includes/plus-group-extension.php on line 309

    Strict Standards: Declaration of My_Group_Extension::edit_screen_save() should be compatible with BP_Group_Extension::edit_screen_save($group_id = NULL) in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/includes/plus-group-extension.php on line 309

    Strict Standards: Declaration of My_Group_Extension::create_screen() should be compatible with BP_Group_Extension::create_screen($group_id = NULL) in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/includes/plus-group-extension.php on line 309

    Strict Standards: Declaration of My_Group_Extension::create_screen_save() should be compatible with BP_Group_Extension::create_screen_save($group_id = NULL) in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/includes/plus-group-extension.php on line 309

    Notice: Undefined variable: default_plus_map in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 91

    Notice: Undefined variable: default_plus_textfield in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 107

    Notice: Undefined variable: default_plus_textfield2 in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 115

    Notice: Undefined variable: default_plus_textarea in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 131

    Notice: Undefined variable: default_plus_textarea2 in /home/louisvm5/public_html/wp-content/plugins/buddypress-group-plus/buddypress-group-plus.php on line 139

    Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /home/louisvm5/public_html/wp-includes/functions.php on line 3622 Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use__construct() instead. in /home/louisvm5/public_html/wp-includes/functions.php on line 3457

    Notice: The called constructor method for WP_Widget is deprecated since version 4.3.0! Use __construct()
    instead. in /home/louisvm5/public_html/wp-includes/functions.php on line 3457

    Warning: Cannot modify header information – headers already sent by (output started at /home/louisvm5/public_html/wp-content/plugins/wangguard/wangguard-about.php:705) in /home/louisvm5/public_html/wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php on line 171

    Warning: Cannot modify header information – headers already sent by (output started at /home/louisvm5/public_html/wp-content/plugins/wangguard/wangguard-about.php:705) in /home/louisvm5/public_html/wp-includes/pluggable.php on line 1207

    Have you updated your domain settings inside Settings > General to reflect the new changes? Have you also tried deactivating each plugin you have one by one to see if anything is causing problems?

    Thread Starter michaelpfaff

    (@michaelpfaff)

    Yup. And, I think I’ve isolated it to BuddyPress.

    Thread Starter michaelpfaff

    (@michaelpfaff)

    Or, Wangguard. That was causing the headers already sent error. Sigh…

    Thread Starter michaelpfaff

    (@michaelpfaff)

    Yup. It was BuddyPress. Uninstalled and reinstalled and seemed to clear up the issue. Thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Move to Root Directory / Blank Pages after Saves’ is closed to new replies.