What does this error mean?

G

Garro

Guest
when doing a search/update/delete query with dadabik module get this result

Table: Directory
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in /usr/www/users/leisur/leisureafrica.co.za/includes/sql_layer.php on line 286

Error during query execution.


What on earth is it talking about? :))
 
R

Richard

Guest
Download the newest module and make sure you are using the right version for the right version of phpnuke.

 
F

F1Peace

Guest
mysql_fetch_row():
tells you that php is looking for information in the database.

supplied argument is not a valid MySQL result resource :
tells you that the information can not be found.

in /usr/www/users/leisur/leisureafrica.co.za/includes/sql_layer.php on line 286:
tells you the file and line number of that file where the resource is being called from.

Look in your database (I use PhpMyAdmin) and make sure your tables are correctly populated.
 
G

Garro

Guest
Hi,

Thanks a lot...I fixed the issue by chance. I had deleted the default TOPIC and when I re-created it the problem went away..

Rgds
 
Top