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

dopry’s picture

Status: Active » Postponed (maintainer needs more info)

umm 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.

dopry’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

make sure your file_directory_path is within the open_basedir.