Re: 500 Error when Activating
Sorry, still trying to figure this out:
Don’t know if I’m barking up the wrong tree with the cookies, but I’ve noticed something:
Without buddypress activated on (successful) log in to the admin I get 6 cookies:
wp-settings-time-1 (domain = mydomain)
wp-settings (domain = mydomain)
wordpress_logged_in_ (domain = .mydomain) NOTE THE DOT
wordpress_ (domain = .mydomain) NOTE THE DOT
wordpress_ (domain = .mydomain) NOTE THE DOT
wordpress_test_cookie (domain = .mydomain) NOTE THE DOT
Activate buddypress plugin = 500 error
Clear cookies wpmu site comes back
Log in to wp-admin and get 500 error, but now the cookies are only:
wordpress_logged_in_ (domain = .mydomain) NOTE THE DOT
wordpress_ (domain = .mydomain) NOTE THE DOT
wordpress_ (domain = .mydomain) NOTE THE DOT
wordpress_test_cookie (domain = .mydomain) NOTE THE DOT
the two settings cookies without the dot before the domain are missing.
Could this be causing/ or symptomatic of some kind of path problem?