PDA

View Full Version : Some cuestion


freakydesigner
01-13-2006, 01:35 AM
Hi

Im installing pixelpost and everithing goes well till i try to upload the first image:

Warning: move_uploaded_file(): open_basedir restriction in effect. File(/home/d135588/public_html/gallery/images/20060113032549_00041.jpg) is not within the allowed path(s): (/home/d135588/:/usr/lib/php:/usr/local/lib/php:/tmp) in /var/home/d135588/public_html/gallery/admin/index.php on line 418

i try to find solution in the web but no referenc about this error. I set the CHMOD right for image and thubnails.

Sombody can help me?

Thanks a lot

e300
01-13-2006, 03:59 AM
Take this message to your webhost - they have messed up the config for open_basedir

look at the allowed path of /home/d13558/ and then look at /var/home/d135588

I am guessing that the webhost runs a freebsd server and that /home is really a link to /var/home - and the cause of the problems you are experiencing.

They need to add /var/home/d13558 to the allowed basedir paths. This is definately not a problem with PP