more likely something happened with the db
do you have a link? Maybe we can see what’s going on
I don’t know if this is relevant to your problem, but I’ve had this issue:
Some plugins require you to add some code to other files, and deactivating the plugin without first removing the code could cause a problem. If you’ve had a plugin in use for a long time, it may not come to mind right away that you had made some small modification to your files to accommodate it.
For instance, I use the Sideblog plugin, which requires me to add the tag <?php sideblog('asides'); ?> to my sidebar. If I deactivate the plugin without deleting that line, the site breaks.
Yeah, I too encountered the same problem recently and still cannot access my adminstration menu.
I just installed a plugin called ‘pushit’ and immedeately I could not access my Admin area.
All I get when I try to log in is:
/*pushit_user_row_phone_variable_define_start*/ $phone = isset($user_object->phone_number) ? get_user_mobile($user_object) : “not set”; /*pushit_user_row_phone_variable_define_stop*//*pushit_user_row_phone_variable_insert_start*/break; case ‘phone’: $r .= “$phone”;/*pushit_user_row_phone_variable_insert_stop*/
Can anyone tell me what to do? Thanks
I have the same problem. someone please help!
Like OP, I installed “pushit”. When I went to activate it, immediaetly all things admin related were broken. You can see the errors here http://www.premazing.com/wp-admin/
I have since ftp’d in and remove the plugin files.
Anyone find a solution?