Quote:
Originally Posted by Cyberkef
Doesn't really work here...
You use mysql_fetch_assoc($sql) instead of $db->fetch_array($sql) methods, so on some configurations all your queryreaders are fubar. Looks like using MySQLi does the trick.
I found:
line 21 in shoutshow.php
line 8, 9, 18 in shoutinsert.php
line 34, 75 in shoutarchive.php
....
I hope changing all the methods will make it work.
|
Yes I will be changing that for the next version. I've also used mysql_result in a couple of places, that will be changed as well.