23 Dec, 2006, strider000 wrote in the 1st comment:
Votes: 0
Hi.. I get this error when loading with firefox, after I complete registration (i.e. check 'i accept' and hit submit) , and after I log in.

Quote
Quicksilver Forums has exited with an error

mysql_real_escape_string() expects parameter 2 to be resource, boolean given
Warning [2]:
The error was reported on line 182 of /home/mudbytes/public_html/lib/mysql.php

Code:
180 function escape($string)
181 {
182 return mysql_real_escape_string($string, $this->connection);
183 }
184


Check status of problem (recommended)
View debug information (advanced)
Return to the board


Just thought I'd pass that along.
24 Dec, 2006, Guest wrote in the 2nd comment:
Votes: 0
Fixed. It was a leftover from something we decided to implement differently.
0.0/2