I have three drupal sites on one webhosting account. That's been working fine.

I updated one of the sites this afternoon to 6.12, and now not only is it not working but the other two sites give the same error:

Parse error: syntax error, unexpected '<' in /home/therap3/public_html/dibbsolutions/index.php on line 40

here's one of the sites: http://www.dibbsolutions.com/
and http://cumberlandcolors.com

I posted this earlier, but didn't realize at the time that my other sites were messed up now too.

To upgrade, I put my site in maintenance mode, ftp'd the 6.12 files/folders to overwrite the 6.10 files/folders, but site back online, and then noticed it's crashed.

Comments

saml’s picture

It works now, right?

If possible, please take some time to post the solution to the problem, in case anyone else runs into the same trouble, and finds this post.

Kind Regards

dibbd’s picture

Apparently my site had been hacked, there was a bunch of "garbage" after line 40 in the index.php.

I have no idea why this didn't happen until immediately after I upgraded my site to 6.12, but in another post I was told the last line should be drupal_page_footer();

So I removed the trash after that last statement and all was well.