Search found 6 matches
- 04 Jan 2024, 13:50
- Forum: Help
- Topic: Access Denied when updating (status or assignment) a bug. (bug_update.php)
- Replies: 11
- Views: 44594
Re: Access Denied when updating (status or assignment) a bug. (bug_update.php)
Did you check the web server / PHP logs for any errors and warnings?
Sure checked everything but there wereno error.
So yesterday I decided to build up everything on docker and it worked.
As I wanted to change the settings on revproxy I had an issue with networks and switched back to the ...
- 03 Jan 2024, 08:11
- Forum: Help
- Topic: Access Denied when updating (status or assignment) a bug. (bug_update.php)
- Replies: 11
- Views: 44594
Re: Access Denied when updating (status or assignment) a bug. (bug_update.php)
Which access level is assigned to the affected user for the affected project?
What's the current status of the affected issue?
What are the settings for the affected project of "Status where an issue is considered resolved" / "Status where an issue becomes read only" / "Update an issue" / "Update ...
- 02 Jan 2024, 15:21
- Forum: Help
- Topic: Access Denied when updating (status or assignment) a bug. (bug_update.php)
- Replies: 11
- Views: 44594
Re: Access Denied when updating (status or assignment) a bug. (bug_update.php)
thank you!
Attached you find the installed plugins:
- 02 Jan 2024, 11:16
- Forum: Help
- Topic: Access Denied when updating (status or assignment) a bug. (bug_update.php)
- Replies: 11
- Views: 44594
Re: Access Denied when updating (status or assignment) a bug. (bug_update.php)
i'm getting an error: "Sorry, the board attachment quota has been reached."atrol wrote: 02 Jan 2024, 10:49I don't see any attachmentAttached are the installed plugins, for me it looks fine.
Any idea? could also sent it to you via email or so.
Thanks!
- 02 Jan 2024, 09:59
- Forum: Help
- Topic: Access Denied when updating (status or assignment) a bug. (bug_update.php)
- Replies: 11
- Views: 44594
Re: Access Denied when updating (status or assignment) a bug. (bug_update.php)
I am not able to reproduce.
Are there any installed plugins or custom functions ?
Was the MantisBT source code modified in any way ?
thanks for the quick response!
As far as I checked not custom functions are in place.
Attached are the installed plugins, for me it looks fine.
thanks in ...
- 30 Dec 2023, 14:03
- Forum: Help
- Topic: Access Denied when updating (status or assignment) a bug. (bug_update.php)
- Replies: 11
- Views: 44594
Access Denied when updating (status or assignment) a bug. (bug_update.php)
Hi,
I'm working with mantisbt 2.26.0 on a ubuntu 22.04 hosts.
Since upgrading from 20 to 22 I'm getting this error everytime when updating a bug.
Maybe because of php8.1?
Thats my config_inc.php:
<?php
$g_hostname = 'dbserver';
$g_db_type = 'mysqli';
$g_database_name = 'db-name';
$g_db ...
I'm working with mantisbt 2.26.0 on a ubuntu 22.04 hosts.
Since upgrading from 20 to 22 I'm getting this error everytime when updating a bug.
Maybe because of php8.1?
Thats my config_inc.php:
<?php
$g_hostname = 'dbserver';
$g_db_type = 'mysqli';
$g_database_name = 'db-name';
$g_db ...