• I am trying to replicate my live site locally. I’m using Mamp, I’ve copied all the files from the live site to the local installation. Exported the live site database changed all of its domain references to the name used locally and imported that into the local database. I also corrected the .htaccess file and the wp_config file for the local setup. Everything on the site works except for accessing the admin panels. It seems to accept the username and password but then just comes up with a blank white screen. Any suggestions?
    This is a multisite install (just two sites) but all aspects of that are working its just i can’t get to the admin.

Viewing 5 replies - 1 through 5 (of 5 total)
  • try renaming the /plugins folder and testing

    Thread Starter dharmen99

    (@dharmen99)

    Tried that now but it makes no difference.

    enable php error reporting so you can get the error instead of a blank screen

    http://codex.wordpress.org/Editing_wp-config.php#Configure_Error_Log

    or easier add this to wp-config.php after opening php tag

    error_reporting(1);
    @ini_set(‘display_errors’, 1);
    Thread Starter dharmen99

    (@dharmen99)

    Below are the errors.
    To be honest they don’t mean much to me and in looking at them nothing really stands out.

    I think somewhere something must be wrong in the imported database. I don’t have a lot of hope for finding what it is, So I’m now trying with a new install where i can at least log in. That much I’ve done and I have got the basics of my site replicated. I hope I can import enough data from the live site to get the local site looking and behaving the same. Not sure of the best way to go about this though.

    Notice: load_plugin_textdomain was called with an argument that is deprecated since version 2.7 with no alternative available. in /Users/Dharmen/Sites/now/wp-includes/functions.php on line 3468

    Notice: Undefined property: stdClass::$loggedin_user in /Users/Dharmen/Sites/now/wp-content/plugins/buddypress/bp-forums.php on line 530

    Notice: Trying to get property of non-object in /Users/Dharmen/Sites/now/wp-content/plugins/buddypress/bp-forums.php on line 530

    Notice: Undefined index: bp-disable-account-deletion in /Users/Dharmen/Sites/now/wp-content/plugins/buddypress/bp-core/bp-core-settings.php on line 24

    Notice: Trying to get property of non-object in /Users/Dharmen/Sites/now/wp-content/plugins/buddypress/bp-activity.php on line 116

    Notice: Undefined property: stdClass::$current_group in /Users/Dharmen/Sites/now/wp-content/plugins/buddypress/bp-groups.php on line 223

    Notice: Trying to get property of non-object in /Users/Dharmen/Sites/now/wp-content/plugins/buddypress/bp-groups.php on line 223

    Notice: Undefined variable: count_indicator in /Users/Dharmen/Sites/now/wp-content/plugins/buddypress/bp-messages.php on line 115

    Notice: Undefined index: action in /Users/Dharmen/Sites/now/wp-content/plugins/buddypress/bp-core.php on line 2026

    Warning: Cannot modify header information – headers already sent by (output started at /Users/Dharmen/Sites/now/wp-includes/functions.php:3468) in /Users/Dharmen/Sites/now/wp-login.php on line 353

    Warning: Cannot modify header information – headers already sent by (output started at /Users/Dharmen/Sites/now/wp-includes/functions.php:3468) in /Users/Dharmen/Sites/now/wp-login.php on line 365

    Warning: Cannot modify header information – headers already sent by (output started at /Users/Dharmen/Sites/now/wp-includes/functions.php:3468) in /Users/Dharmen/Sites/now/wp-includes/pluggable.php on line 737

    Warning: Cannot modify header information – headers already sent by (output started at /Users/Dharmen/Sites/now/wp-includes/functions.php:3468) in /Users/Dharmen/Sites/now/wp-includes/pluggable.php on line 738

    Warning: Cannot modify header information – headers already sent by (output started at /Users/Dharmen/Sites/now/wp-includes/functions.php:3468) in /Users/Dharmen/Sites/now/wp-includes/pluggable.php on line 739

    Warning: Cannot modify header information – headers already sent by (output started at /Users/Dharmen/Sites/now/wp-includes/functions.php:3468) in /Users/Dharmen/Sites/now/wp-includes/pluggable.php on line 934

    Try:
    – switching to the Twenty Eleven theme by renaming your current theme’s folder in wp-content/themes and adding “-old” to the end of the folder name.

    resetting the plugins folder.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Can't access admin panels on local install’ is closed to new replies.