Yet another blog (hopefully a useful one though)
How to fix PushIt WordPress plugin wp-admin 500 Error

We had a client with a mysterious plugin related server error when they tried to access thair admin dashboard with output:
/*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*/
They said that the problem had happened immediately after installing the PushIt plugin. So, we took the usual action and went into the database and ran:
SELECT *
FROM wp_options
WHERE option_name = ‘active_plugins’
and removed the content to disable all plugins.
Still no admin!
So, we removed the wp-content/plugins/pushit/ folder via ftp.
STILL NO ADMIN!!
So we scanned the code for instances of “pushit” and fount three.
- In /wp-admin/user-edit.php
- In /wp-admin/user-new.php
- In /wp-admin/includes/template.php
These files first of all lacked PHP open and close tags hence the server error but all looked rather small.
So we downloaded the latest WordPress version and opened these files. It looks like the idiot (yes I know it’s a strong word but who ever they are they are IDIOTS) had code replacing rather than inserting into these files. We hastilly overwrote these three files and Voila! no problems.
In quick summary: Do not ever install PushIt!! Tell everybody you know not to install PushIt!! If you know the person that wrote PushIt – give them a swift kick in the *^”^%£*^s.
April 15, 2010 - 12:03 am
thankssssssss a lot!!!!!!!!!!!!!!!1
graciasssssssss
April 15, 2010 - 12:04 am
thankssssssssssssssssssssssssssssssss againnnnnnn i think my wordpress die but y can fix the error! thankssssssssssssssssssssssssssssssssssssssssss i share this
April 27, 2010 - 2:59 am
nice site images. just the sidebar might require some updates
hm is it a generated code?
however i don’t want to chat, just wanted to let you know.
May 16, 2010 - 6:45 pm
hi there
i’m so pleased that i found this website. that article was so insightful. thanks again i signed up to this blog.
are you going to write similar articles?