ListMailPRO Email Marketing Software Forums
ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: quikboy on June 23, 2006, 08:15:13 pm
-
Everytime im done with importing a txt file. at the end of the import of emails. i get this error at the bottom
Warning: unlink(./split3.txt) [function.unlink]: Permission denied in /home/wshh/public_html/mail/edituser.php on line 863
-
This is a bug.
The program shouldn't be trying to unlink if you are manually entering the filename... The FTP owner is not the same as the web/PHP owner, so PHP cannot delete those files.
If you're up to it, to disable the error message/warning you can modify the edituser.php file to say @unlink($filename) instead of unlink($filename) on that line (863). This issue has been fixed for future updates.
Regards