Michael
|
| Posted: 05/21/2003, 1:55 AM |
|
Hello everybody,
I'm trying to build an uploader in PHP+templates/MySQL. I downloaded the CC upload-example, and edited it so I could use it with templates.
I allready used this uploader succesfully, but I'm working with another internet-provider now. When I want to upload a file, I get the following error:
Warning: rename() failed (Invalid cross-device link) in /export/users64/atiste/www/uploadtest/uploadresult.php on line 38
Warning: Cannot add header information - headers already sent by (output started at /export/users64/atiste/www/uploadtest/uploadresult.php:38) in /export/users64/atiste/www/uploadtest/uploadresult.php on line 49
The location of the uploader is: http://www.atistelecom.nl/uploadtest/upload.php
You can also download my CC-file there. Can somebody please tell me what I can do to solve this problem?
Many thanks!
Michael
|
|
|
 |
guest
|
| Posted: 05/21/2003, 5:46 AM |
|
|
|
|
 |
rclayh
|
| Posted: 05/21/2003, 4:44 PM |
|
I had to get my ISP to turn off safe mode in PHP. Some have mentioned changing the permissions (chmod) on the receiving folder. Suggest you contact your hosting provider and they can probably help you.
|
|
|
 |
Michael
|
| Posted: 05/22/2003, 12:37 AM |
|
Hello,
Thanks for your response. I allready changed the permissions of my directions to CHMOD 777, so that can't be the problem. And I allready used the application succesfully at other ISP's, so I'll try and contact my current ISP about the PHP safe mode.
Is it just the safe mode, or are there any other things that have to be changed at the ISP?
Many thanks!
Michael
|
|
|
 |
|