How to solve this wordpress problem

by 4 replies
5
hi All:
hoping that someone can help. I woke up this morning and was unable to access my main website How to start your Online business, Tips and Resources[/url] .the message that i am getting when i try to login is

Warning: Cannot modify header information - headers already sent by (output started at /home/plaw193/public_html/sogomiconsulting.com/wp-content/plugins/tubepress/env/WordPress/functions/main.php:147) in /home/plaw193/public_html/sogomiconsulting.com/wp-login.php on line 354.

how can i correct this problem
======================
#programming #problem #solve #wordpress
  • ini_set('error_reporting', E_ALL);

    To disable all kinds of error
    please put the above code on the top of the config file.

    Hope this helps!

    Cheers~
    Maneet Puri
  • It seems a plugins/tubepress issue. Did you update the site or plugin last hours?

    EDIT: Your site has some virus or similar - check it and remove that link in your OP.


    Fernando
  • i am sorry about the virus link, i have since removed the website link. it seems that all my websites have been seriously affected. i don't seem to have a single website that seems to be working
  • [DELETED]
  • tubepress does not have such file which is being pointed by the error. This is a site hack!

    Remove the plugin and its associated tables in the database and recheck your site. Take a closer look at your wp-config.php, theme's index.php, and the l10n.php in the wp-includes folder for unwanted code by comparing them with files from a clean download of Wordpress.

    The above files are just a starting point - if any of them have unwanted code then the best step forward is to back up your database, remove all core Wordpress (be sure to back up your wp-content files less the problematic plugin/files). Upload a fresh copy of Wordpress and check your site with the default theme.

    In the above process its a good idea to set the theme to the default before you do the database backup (assuming you have access to the admin area) If not use FTP and rename the current theme and the default theme will kick in automatically.

    Hope that helps but if you need further assistance then feel free to PM me.
    • [ 1 ] Thanks

Next Topics on Trending Feed

  • 5

    hi All: hoping that someone can help. I woke up this morning and was unable to access my main website How to start your Online business, Tips and Resources[/url] .the message that i am getting when i try to login is