ID: 15801 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Open Bug Type: Filesystem function related Operating System: linux rh PHP Version: 4.1.2 New Comment:
Hi again, i've got the same problem with 4.1.0 with mime upload patch... While uploaded-file-copy may be circumvented with move_uploaded_file, i found no solution for copying not-uploaded files from one place to another. Note i'm always using full path in copy() and move_uploaded_file(), and that all paths are within open_basedir folder... I've got no choice but downgrading even more... :( Previous Comments: ------------------------------------------------------------------------ [2002-02-28 20:48:41] [EMAIL PROTECTED] I've done some tests, and this is not specific to uploaded file. The copy() doesn't work at all any more, always giving open_basedir error. I've checked phpinfo() output from faulty scripts, and open_basedir paths are correct. Please let me know if you need more info... -- vedad ------------------------------------------------------------------------ [2002-02-28 20:07:05] [EMAIL PROTECTED] Hello, I've got a weird open_basedir restriction error on copy() of an uploaded file. This occurs with php4.1.2, after upgrading from the old 4.0.4pl1, which didn't have the problem. php.ini and apache configuration were unchanged. Virtual host settings: php_admin_value open_basedir /path/to/website/ php_admin_value upload_tmp_dir /path/to/website/temp I'm now getting an error when file is being copied from /path/to/website/temp/<phptempfile> to /path/to/website/somewhereelse/ Error label: Warning: open_basedir restriction in effect. File is in wrong directory in /path/to/website/somescript.phtml on line 1055 As copy-source, copy-destination and tmp folder are all within open_basedir, I really don't get the problem. Am I missing something? Please note that in my case, /path/to/website is a symbolic link to /mnt/mountpoint/to/website, but i had no more success by putting the "real" path into open_basedir section. Thanx, -- vedad ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=15801&edit=1