Author Topic: remove.php gives error after update to 1.81  (Read 1652 times)

wagenknecht

  • Posts: 7
    • View Profile
remove.php gives error after update to 1.81
« 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?

wagenknecht

  • Posts: 7
    • View Profile
Hmmm..
« Reply #1 on: July 13, 2005, 03:17:22 am »
Could it be that you changed the remove.php to rem.php?

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
remove.php gives error after update to 1.81
« Reply #2 on: July 13, 2005, 05:11:30 am »
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 in the update.

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting