Quote:
Originally Posted by Wilhelm
Hi AndrewD, thanks alot for your time and help. I figured out the phpinfo(), safemode is local and global set, open_basedir is only local set.
the error msg is recieve with your debug code:
PHP Code:
open_basedir /home/httpd/vhosts/***myURLNAME***/httpdocs:/tmp safe_mode 1 /home/httpd/vhosts/***myURL***/httpdocs/forums/upload/1/290811939309968307.zip
Warnung: move_uploaded_file(): SAFE MODE Restriction in effect. The script whose uid is 10001 is not allowed to access /home/httpd/vhosts/***myURL***/httpdocs/forums/upload/1 owned by uid 30 in /local_links_actions.php(343) : eval()'d code (Zeile 8)
I have no clue what settings to change to get the upload working. I dont have access to php.ini, only .htaccess i could work with. Would the problem be solved by disabling SAFE_MODE AND open_basedir? Or just one of them?
Maybe i can do something in Plesk file manager editing some file in the root directory? Im not that strong with server settings.
|
I think the problem will be solved by turning off safe_mode, but I've not experienced this before. Your open_basedir setting is ok.
VBulletin itself gets round this problem with some slightly contorted file movements, which I have not implemented in LDM.
*Edit*
I've run a quick test with safe_mode on and open_basedir set, and can reproduce your problem. Turning off safe_mode corrects the problem. So (at least for me) does turning on safe_mode_gid