• copy db.php to your WordPress content directory (wp-content/ which worked to allow my site to run but I can’t login. I using Mamp local server. My site is WordPress 3. something.

    Do you have any ideas?

    Your help is greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter bobferg

    (@bobferg)

    these are the errors,
    Warning: Illegal string offset ‘remember’ in C:\MAMP\htdocs\Lions\wp-includes\user.php on line 38

    Warning: Cannot assign an empty string to a string offset in C:\MAMP\htdocs\Lions\wp-includes\user.php on line 38

    Warning: Illegal string offset ‘user_login’ in C:\MAMP\htdocs\Lions\wp-includes\user.php on line 41

    Fatal error: Uncaught Error: Cannot create references to/from string offsets in C:\MAMP\htdocs\Lions\wp-includes\user.php:41 Stack trace: #0 C:\MAMP\htdocs\Lions\wp-login.php(608): wp_signon(”, ”) #1 {main} thrown in C:\MAMP\htdocs\Lions\wp-includes\user.php on line 41

    Thread Starter bobferg

    (@bobferg)

    I found this wp-login solution
    $user = wp_signon( ”, $secure_cookie ); old line
    $user = wp_signon( array(), $secure_cookie ); fix

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘my site runs now but wp-admin doesn’t work’ is closed to new replies.