Code: Select all
SYSTEM WARNING: move_uploaded_file(/opt/mantis/uploads36eed9c6b5deeaaf696fb9cbf1a7a636): failed to open stream: Permission denied
SYSTEM WARNING: move_uploaded_file(): Unable to move '/tmp/phpiV06Ye' to '/opt/mantis/uploads36eed9c6b5deeaaf696fb9cbf1a7a636''/opt/mantis/uploads/36eed9c6b5deeaaf696fb9cbf1a7a636'
In the Apache <directory> directive I have the following php value assignments:
Code: Select all
php_admin_value open_basedir /opt/mantis/:/tmp/
php_admin_value upload_tmp_dir /opt/mantis/uploads/What do I need to adjust and/or learn to resolve this?
TIA.