I cannot get MantisBT to accept a file to be uploaded. When i attempt it, MantisBT returns an error that the target directory does not exist or permissions are incorrect.
I hope some here can point me in the right direction. I do not know how to interroge PHP settings on SME, and the template fragments for php.ini are still a bit hard for me to understand in some cases.
Here is the error raised by Mantis:
#503
Invalid upload path. Directory either does not exist or not writable to webserver
Here is my set up:
SME Serverversion 6.0 with updates
The ibay "tracker" has been given a PHP base dir for tmp. The tmp directory exists, owner is "www", group is "www" and permission is 777.
Mantisv1.0.0rc4
config_inc.php contains these settings:
$g_allow_file_upload = ON;
$g_file_upload_method = DISK;
$g_allowed_files = '';
$g_disallowed_files = '';
$g_document_files_prefix = 'doc';
$g_absolute_path_default_upload_folder = '/home/e-smith/files/ibays/tracker/files/uploads/';
The test project has an upload path defined; same as above.
PHP- I assume PHP is allowing uploads because I have the webshare installed and working. However, I can't say that I am _certain_ all the PHP + virtual directly settings are in order.
Any suggestions, links and WAGs gratefully encouraged.
TIA,
- M