|
Line 332-335 reads:
while ( list($ouser, $odate) = mysql_fetch_row($oqueryz)) {
$onumfound++;
if ( $ouser != "" && $ouser != "Unregistered" ) {
array_push($online_array, "$ouser");
Lines 373-375 read:
while ( list( $item, $itemonline ) = mysql_fetch_row($eachonline) ) {
if ( $item > 0 )
$catonline[$item] = $itemonline;
Code goes to line 449 in photopost.php
Do you think upgrading to latest version might help because in the admin area I am also getting another error, just noticed it.
It reads:
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/mrigney/www/photopost/adm-misc.php on line 981
Last edited by theocshow; March 9th, 2007 at 05:06 PM.
Reason: need to add info
|