If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Error in add.class.php  XML
Forum Index » Support Forum
Author Message
Anonymous



Hello

When I have post a messege I get the following error

Warning Unlink failed (Permission denied) in /home/site/site203/users/overgang/web/guestbook/lib/add.class.php on line 80

This is add.class.php line 75-80

if (is_array($filelist)) {
while (list ($key, $file) = each ($filelist)) {
$tmpfile = explode(".",$file);
$tmpfile[0] = ereg_replace ("img-", "", $tmpfile[0]);
if ($tmpfile[0] < (time()-$cachetime)) {
if (unlink($file)) {
$delfiles ++;

Thanks
Anonymous



the tmp directory is not writeable
> chmod 777 home/site/site203/users/overgang/web/guestbook/tmp
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum