Access Denied after upload of file
Moderators: Developer, Contributor
Access Denied after upload of file
I have my uploads folder set with the correct permissions but after uploading a file I get access denied.
Re: Access Denied after upload of file
What is admin/check.php
Re: Access Denied after upload of file
A PHP script that is delivered with MantisBT (maybe you removed the admin directory after installation)galtline wrote:What is admin/check.php
Re: Access Denied after upload of file
I added the admin directory back in and everything is passing:
There are no errors being shown in the error log. Been on this for 4 days. This is deal breaker for me if I can't get this up going to have to look at other options.
There are no errors being shown in the error log. Been on this for 4 days. This is deal breaker for me if I can't get this up going to have to look at other options.
Re: Access Denied after upload of file
I was not able to reproduce your problem with a fresh install of the latest stable version of MantisBT (1.2.17 at the moment).
You have to provide detailed, step-by-step instructions to reproduce the issue. Additional information listed below may also be useful:
- Exact version of MantisBT, PHP, Database, Web server and Operating System
- Relevant customizations (e.g. changes in config_inc.php, etc)
- Installed plugins or custom functions ?
- Was the MantisBT source code modified in any way ?
You have to provide detailed, step-by-step instructions to reproduce the issue. Additional information listed below may also be useful:
- Exact version of MantisBT, PHP, Database, Web server and Operating System
- Relevant customizations (e.g. changes in config_inc.php, etc)
- Installed plugins or custom functions ?
- Was the MantisBT source code modified in any way ?
Re: Access Denied after upload of file
And probably the exact permissions you set for the file-upload directory (You said only, that you set the "correct" values).
For testing you could also set the permissions to 777... (Only for testing, it's not recommend to run it with that permissions productivly!)
For testing you could also set the permissions to 777... (Only for testing, it's not recommend to run it with that permissions productivly!)