hello once agine
last night i have installed Gallery.
now it works fine and everything is good except one errror.
on top of my nuke pages i have got this line of error
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /home/nuke/www/www/english/modules/Gallery/classes/database/mysql/Database.php on line 35
and everytime i click on Gallery link this error appears on the verey top of the theme or page.
when i am trying to post a comment for a page, the winwod opens and it posts the comment and everything but it has that error on it
any ideas?
plz help
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Sun Apr 20, 2003 2:51 pm
find that line in that file, and change sql_fetch_row to sql_fetchrow
AI
khan Sergeant
Joined: Mar 26, 2003
Posts: 89
Posted:
Sun Apr 20, 2003 3:24 pm
thank you
works
JallaBalla Captain
Joined: May 01, 2003
Posts: 310
Location: Oslo, Norway
Posted:
Fri May 02, 2003 10:00 am
ArtificialIntel wrote:
find that line in that file, and change sql_fetch_row to sql_fetchrow
AI
If I do that I get another errormessage:
Error: fetch_row() should be overridden by a subclass!
My Database.php code (without the correction)
Code:
?>
<?php
class MySQL_Database extends Abstract_Database {
var $link;
_________________ JallaBalla
...a Paying customer of PHP-Nuke
8.0 / 2.20
ArtificialIntel
Joined: Jan 31, 2004
Posts: -88
Posted:
Fri May 02, 2003 10:51 am
wrong file. Turn on SQL debug mode, and see what page / file is actually causing the error. that message itself is just where the errors being noticed.
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