Yep, link fixed.
What sort of hacks have you added? Do you recall any that would do any sort of character replacement? The reason I ask, is your error says this line:
Code:
mysql_connect() [<a href='function.mysql-connect'>function.mysql-connect</a>]: .......
Normally, it would not have the "<" and ">" in there. See
this thread that shows a similar error and notice how it start the error out as:
Code:
mysql_connect() [<a href='function.mysql-connect'>function.
I don't know if this is a php issue or a mysql issue or something you did to your site, but it is worth noting.