Re: Internal Server Error
That’s weird…
Did you modify the code by your hands?
[17-Oct-2007 20:53:46] PHP Warning: mysql_get_server_info() [function.mysql-get-server-info]: Access denied for user ‘unrprus1’@’localhost’ (using password: NO) in /home/unrprus1/public_html/wp02/forums/bb-includes/db-mysqli.php on line 80
According your log, that’s mysql_get_server_info
not mysqli_get_server_info
.
The patch changed the function from mysql_get_server_info
to mysqli_get_server_info
(there is an additional letter i). Could you read the db-mysqli.php
again?
I have this error before on my hosting server, once I modified that code. It totally fixed I only modified line 80.