PDA

View Full Version : Migration Server Problem


TheLastMen
12-30-2007, 11:55 AM
HAPPY NEW YEAR 2008

Big problem with new year
I have migrate my vivvo CMS to new server . but i can't upload any images or files to database.

PHP Warning: Unknown: open_basedir restriction in effect. File(/var/tmp) is not within the allowed path(s): (/usr/local/www/vhosts/server/httpdocs:/tmp) in Unknown on line 0, referer: http://www.??????.com/admin/article_edit.php?search_id=1590

PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0, referer: http://www.??????.com/admin/article_edit.php?search_id=1590

PHP Warning: Unknown: open_basedir restriction in effect. File(/var/tmp) is not within the allowed path(s): (/usr/local/www/vhosts/server/httpdocs:/tmp) in Unknown on line 0, referer: http://www.??????.com/admin/article_edit.php?search_id=1590

PHP Warning: File upload error - unable to create a temporary file in Unknown on line 0, referer: http://www.??????.com/admin/article_edit.php?search_id=1590


Thanx for all

g m
12-30-2007, 04:08 PM
Hi TheLastMen happy new year .
I think you have to check permission "files" and all folders inside this folder to 777
if the the problem still i think you have to open support ticket .
Good Luck !
GM

TheLastMen
12-30-2007, 05:08 PM
Thank you
all files are 777 (verified more times)

shketuljko
01-03-2008, 09:28 AM
Problems may be:
- open_basedir setting in the PHP diagnostic. (maybe this link: /usr/local/www/vhosts/server/httpdocs:/tmp is added to restricted list)
- symlink
- safe_mode

I think that you need to contact your server administrator for this problem.