- Readme First! - Read and follow the rules, otherwise your posts will be closed
There are currently, 50 guest(s) and 0 member(s) that are online. You are Anonymous user. You can register for free by clicking here
Nuke Cops :: View topic - myEgallery bug....... [ ]
Author
Message
CSFrance
Nuke Soldier
Joined: Mar 11, 2003
Posts: 12
Posted:
Tue Mar 11, 2003 9:18 am
When I try to rate an image, I get an error :
Fatal error: Call to undefined function: sql_fetch_row() in /home/site/www/modules/My_eGallery/public/displayMedia.php on line 317
It is on a fresh install, with info from a nuke 5.5 version. It all orks, except for the rating bug........
kalvin
Nuke Soldier
Joined: May 15, 2003
Posts: 10
Posted:
Thu May 15, 2003 6:39 pm
hheehhe I have the same problem !!!!
nice the egallery... but a little bit not confortable to use (not easy !!!) and a lot of time to waste.
Thanks if you have a solution.
mband2000
Nuke Cadet
Joined: May 29, 2003
Posts: 7
Posted:
Thu May 29, 2003 12:08 pm
I'm using 6.5 and I'm also having this problem too
mband2000
Nuke Cadet
Joined: May 29, 2003
Posts: 7
Posted:
Thu May 29, 2003 12:17 pm
I FIXED THIS PROBLEM FOR MY NUKE!!!!!
Around line 317 Find:
Code:
list($ips, $pids) = $db->sql_fetch_row($result);
Replace with:
Code:
list($ips, $pids) = mysql_fetch_row($result);
johnnycard
Corporal
Joined: May 29, 2003
Posts: 52
Location: UK
Posted:
Fri Jul 04, 2003 11:59 am
Great mband2000, that worked for me!
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum