i forgot to turn off the plugins but how do i get back in the admin account the files are stille there and the error log say nothing..
i forgot to turn off the plugins but how do i get back in the admin account the files are stille there and the error log say nothing..
Have you tried:
- checking through Troubleshooting WordPress 3.1 - Master List
- deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).
- switching to the Twenty Ten theme to rule out any theme-specific problems.
- resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.
in php my admin;
this is what there is;
[code]
option_idoption_valueSELECT * FROMwp_options
[/code]
must be
Use phpMyAdmin
In the table wp_options, under the option_name column (field) find the active_plugins row
Change the option_value field to: a:0:{}
but do not know how?
This topic has been closed to new replies.