• Resolved br3nt0n

    (@br3nt0n)


    HI,

    I installed a plugin on my WordPress 2.8.2 installation and now I get an error message which won’t let me into the WP Admin. How do I fix it?

    /*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*/
    Warning: Cannot modify header information – headers already sent by (output started at xxxx/wp-admin/includes/template.php:3) in xxxx/wp-includes/pluggable.php on line 865

Viewing 2 replies - 1 through 2 (of 2 total)
  • If it is a plug in that is causing this issue, than just remove the plug-in using ftp (delete the folder with the name of the plug-in) and WordPress will automatically disable it.

    Regards!

    Thread Starter br3nt0n

    (@br3nt0n)

    Thanks – I did this but it still throws errors and won’t let me access the WP Admin!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Help! Installed corrupt plugin and now can’t access WP Admin’ is closed to new replies.