View Single Post
Old
  (#3 (permalink))
stokerpoons
Junior Member
 
Status: Offline
Posts: 15
Join Date: Jun 2004
Location: Portsmouth, UK
07-09-2004, 10:05 PM

After installing the newsletter module i get the following error at the top of the page when i access the module from the main menu

Quote:
Warning: Supplied argument is not a valid MySQL result resource in /home/stokerpoons/public_html/modules/Newsletter/index.php on line 48
I have been over my instalation and have not found any problems with it. I have done everything it has asked!

These are lines 46 - 48...

Quote:
$query = "SELECT email, uid FROM ${prefix}_users WHERE uid = '$cookie[0]'";
$result = mysql_query($query);
list($usermail) = mysql_fetch_row($result);
I have tried to add my email addresse to the list but none are added when i try as if they are not being added to the database.

Do any of you guys know what the problem may be?

Regards

Wayne
  Send a message via MSN to stokerpoons  
Reply With Quote