Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
06/08/2002 03:25:02
|
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
|
|
06/08/2002 22:54:04
|
Anonymous
|
the tmp directory is not writeable
> chmod 777 home/site/site203/users/overgang/web/guestbook/tmp
|
|
|
|
|
|
Based on the open source JForum
|