Closed (fixed)
Project:
FileField
Version:
5.x-2.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Oct 2008 at 19:58 UTC
Updated:
5 Feb 2009 at 18:36 UTC
I set up FileField with the CCK module and I think I followed all the directions.
Anyway this error comes up whenever I try to upload. I am not sure if it is an issue with my web host (Simplehelix) or I am forgetting something...
warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/bigsendw/:/tmp:/usr/local/lib/php/) in /home/bigsendw/domains/mydrupaladventures.com/public_html/includes/file.inc on line 286.
warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/bigsendw/:/tmp:/usr/local/lib/php/) in /home/bigsendw/domains/mydrupaladventures.com/public_html/includes/file.inc on line 286.
warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/bigsendw/:/tmp:/usr/local/lib/php/) in /home/bigsendw/domains/mydrupaladventures.com/public_html/includes/file.inc on line 286.
warning: realpath() [function.realpath]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home/bigsendw/:/tmp:/usr/local/lib/php/) in /home/bigsendw/domains/mydrupaladventures.com/public_html/includes/file.inc on line 286.
How do I alieve this?
Thanks
BigSend
http://bigsendworld.com
Comments
Comment #1
dopry commentedumm verify you have file uploads properly setup on your webserver... It also looks like the file isn't saving properly... make sure file directory path is set up and test with some smaller text files to start with.
Comment #2
dopry commentedmake sure your file_directory_path is within the open_basedir.