ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: wagenknecht on July 13, 2005, 03:04:09 am
-
Warning: mysql_fetch_row(): supplied argument is not a valid MySQL result resource in xxx/hosting/11462/listmailpro/remove.php on line 141
Array
Hi there, if I submit a valid UID, the above error pops up, delivering a false UID works ok in presenting the correct error message..
From remove.php:
135 // get confirm page
136
137 $cmd = "select list,ref,data,data1 from $vtable where list = '$list' and ref = 'remove' limit 1";
138
139 $cnfrow = mysql_query($cmd);
140
141 list($plist,$ref,$data,$data1) = mysql_fetch_row($cnfrow);
Any idea what went wrong?
-
Could it be that you changed the remove.php to rem.php?
-
Yes I did change remove.php to rem.php. I actually did this a while ago which is why I went ahead and (finally) removed remove.php.
What you can do is copy rem.php to remove.php
Here's a complete list of changes (http://listmailpro.com/changes.php) in the update.
Regards