Quote:
Originally Posted by hoopsta
good idea, but what is this eror message all about?
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/index.php(67) : eval()'d code on line 246
|
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in [path]/index.php(67) : eval()'d code on line 378
hoopsta, getting same and have seen it before . . . pretty sure it has to do with running mysqli (5.0.67) - see
here, will investigate further.
Edit "Plugin Manager-> forumhome code -> forumhome_start" and the one reference is around line 97!
Rabbit
hoopsta, I upgraded to patch release 3.8.1 and still no avail! I did the following, simply comment "// " the function out and added "TRUE" ? ? ? It seems to be working ok (shows *last message*) but ? ? ? (hardly ideal!) "google" returned no satisfactory solution & vBulletin com was no help at all 'cause all they could suggest is "disable the plugin"!
I am also running PHP 5.2.6
PHP Code:
// if (mysql_num_rows($result) > 0)
if (TRUE)
I also changed standard phrasing "New messages in my social groups" to "
Latest messages in Your Social Groups" (function the same as original?

)