David
|
| Posted: 04/09/2002, 11:07 AM |
|
I'm trying to make a website that can uploaded files. It works on local, but when I try on a public server give me the following error:
Warning: Unable to create 'images/import5.gif': Permission denied in /home/www/website/dealers/dealersupload.php on line 38
Warning: Cannot add header information - headers already sent by (output started at /home/www/website/dealers/dealersupload.php:38) in /home/www/website/dealers/dealersupload.php on line 49
The name of the file is recorded in the database, but the file is not in the directory.
Anyone can help me? -I contact with the hosting company and they say that is a script cause.
|
|
|
 |
Nicole
|
| Posted: 04/10/2002, 12:54 AM |
|
David,
the error means that you do not have enough rights to create file in specified folder. Try to assign full permissions to site folder and subfolders.
|
|
|
 |
|