PHP

Moderators: None (Apply to moderate this forum)
Number of threads: 1847
Number of posts: 5013

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
uploading problem Posted by DavidJackson4 on 20 Jun 2004 at 9:46 AM
I'm trying to create a webpage where I can upload pictures of books when I enter in the the data. I'm getting this error:

Warning: move_uploaded_file(): open_basedir restriction in effect. File(/www/BookPicturesTreblinkaPic.jpg) is not within the allowed path(s): (/home/BelmaresBooks/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/BelmaresBooks/public_html/BookEntryPage.php on line 70

I have two questions:
1. Exactly what is the allowed path here? I'm not used to ':'s being considerred part of a path.
2. Is there any way to change the allowed path? thx

David
Report
Re: uploading problem Posted by Mr. Ego on 22 Jun 2004 at 4:36 AM
: I'm trying to create a webpage where I can upload pictures of books when I enter in the the data. I'm getting this error:
:
: Warning: move_uploaded_file(): open_basedir restriction in effect. File(/www/BookPicturesTreblinkaPic.jpg) is not within the allowed path(s): (/home/BelmaresBooks/:/usr/lib/php:/usr/local/lib/php:/tmp) in /home/BelmaresBooks/public_html/BookEntryPage.php on line 70
:
: I have two questions:
: 1. Exactly what is the allowed path here? I'm not used to ':'s being considerred part of a path.
: 2. Is there any way to change the allowed path? thx
:
: David
:
I think there is a problem with writing uploaded file. You should change configuration of your web server or try look into php.ini. There are allowed paths for browsing, viewing and writing. It is for security resons that script cannot write into disabled directories. E.g. when someone tries to damage a server offering public webpages and scripts, he can tell the script to delete or change some files. But this isn't possible because it's disabled by server.
":" in allowed paths is only separator, it means that there begins new path behind this.



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.