• Resolved brockstr

    (@brockstr)


    I am experiencing problems with this site:

    http://www.professionalsautobody.com

    As you can see, the masthead shows up but nothing else.

    Our server recently was updated with PHP 5.3.13 and MySQL 5.1.63 and this seems to have happened at about the same time although two other WP installs on the same server seem unaffected.

    I’ve disabled/enabled plugins with no results.

    Any suggestions would be greatly appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The page stops rendering just as <div id="main"> starts. Something just after that is causing a fatal error. Find where that div is in your theme and you will have somewhere to start.

    Add define('WP_DEBUG',true); to your wp-config.php also. That will give you some debugging information.

    It would be worth checking to see if your tables need updating, also.

    dev.mysql.com/doc/refman/5.0/en/mysql-upgrade.html

    I just took a look and the site seems fine. Did you find the solution? If so, could you write it up, so that others who might have the same issue can benefit.

    Thanks

    PS: Don’t forget to mark the post as resolved too.

    Thread Starter brockstr

    (@brockstr)

    Hi Christine,

    s_ha_dum was correct. There was some errant code just before the left nav. Thank you s_ha_dum.

    I will mark this as resolved after asking one question. This is a client site. I have not touched the site in months. The client swears that the only thing that he did recently was install and activate a plug-in. Then he deactivated it. I doubt he would have the ability to change anything in the code.

    My question is this: could installing a plugin somehow change the code for the layout?

    Thread Starter brockstr

    (@brockstr)

    I’ll answer the question myself. Yes, the plugin the client installed (a Facebook plugin) added code to the left nav but when it was deactivated the code remained and caused the problem. Bad plugin.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Site down (mostly) after server update’ is closed to new replies.