PDA

View Full Version : postaffiliate nog working


Dampy
20th April 2004, 07:32 PM
PHP Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /home/celesta/public_html/postaffiliate/user/admin/index.php on line 19

How can it be that i keep getting this error, while i am only doing everything like the readmefile is saying?????????????

Please help me!!!! :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry:
:cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry: :cry:

20th April 2004, 09:58 PM
Hello,

this warning can have few reasons:
1. misconfiguration of database name, in affconfig.php in variable $database you should put correct database name.

2. or there is some error in SQL command. Try to check the sql command, you can do it by printing it in /user/admin/index.php
...
$result = mysql_query($query, $db_conn);
echo $query;
...
the command should contain your username and password, if not, something is wrong.


For the future it is better to send me any problems by email, to info@webradev.com, it is more convenient for me to reply.