Re: Reset Options in Database
Thnaks for the quick reply, r-a-y!
In the wp-admin buddypress submenu (forget which one)
I disabled buddypress and the site comes back.
Moved it back into /plugins and the site dies again.
Not seeing any headers, no response at all, could be a php error…
I tried putting the following into my index.php file, to see if it would enable php errors, but to no avail:
error_reporting(E_ALL);
ini_set(‘display_errors’, ‘1’);
Any suggestions?