Author Topic: Permissin Denied Error, At The End of Importing  (Read 1355 times)

quikboy

  • Posts: 22
    • View Profile
Permissin Denied Error, At The End of Importing
« 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

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Permissin Denied Error, At The End of Importing
« Reply #1 on: June 26, 2006, 04:39:05 am »
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
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting