Page 1 of 1
Access Denied after upload of file
Posted: 01 Mar 2014, 22:14
by galtline
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
Posted: 02 Mar 2014, 19:03
by atrol
Run admin/check.php
Maybe you get hints what is wrong with your setup.
Re: Access Denied after upload of file
Posted: 03 Mar 2014, 16:33
by galtline
What is admin/check.php
Re: Access Denied after upload of file
Posted: 03 Mar 2014, 18:54
by atrol
galtline wrote:What is admin/check.php
A PHP script that is delivered with MantisBT (maybe you removed the admin directory after installation)
Re: Access Denied after upload of file
Posted: 04 Mar 2014, 19:24
by galtline
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.
Re: Access Denied after upload of file
Posted: 04 Mar 2014, 19:31
by atrol
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 ?
Re: Access Denied after upload of file
Posted: 23 Mar 2014, 12:13
by JeromyK
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!)