View Issue Details

IDProjectCategoryView StatusLast Update
0027751mantisbtotherpublic2020-12-28 18:35
Reporterjmanuelms Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionduplicate 
Summary0027751: Can't update any value, we got ACCESS DENIED
Description

All the users have the same problem in all the projects.

Additional Information

Versión de MantisBT 2.22.1
Versión de esquema 209
Versión de PHP 8.0.0
Controlador de base de datos mysqli
Versión de base de datos; Descripción 10.4.17, 10.4.17-MariaDB

Config_inc.php
$g_hostname = 'localhost';
[...]

$g_due_date_update_threshold = VIEWER;
$g_due_date_view_threshold = VIEWER;
$g_reminder_receive_threshold = REPORTER;
$g_enable_email_notification = ON;
[...]
$g_log_destination = 'file:/xampp/htdocs/mantis/logs/mantisbt.log';
$g_use_persistent_connections = ON;
$g_short_date_format = 'd-m-Y H:i';
$g_status_percentage_legend = ON;
$g_path = 'http://XXX.XX.X.XX:8080/mantis/';
$g_show_realname = ON;
$g_sort_by_last_name = ON;
$g_mantis_user_table = '%db_table_prefix%_user%db_table_suffix%';
$g_log_level = LOG_EMAIL ;
$g_bugnote_order = 'DESC';
$g_allow_file_upload = OFF;
$g_antispam_max_event_count = 0;
$g_allow_signup = OFF;
$g_ldap_protocol_version = 0;
$g_bug_update_page_fields = array (
'id',
'project',
'category_id',
'view_state',
'date_submitted',
'last_updated',
'reporter',
'handler',
'priority',
'status',
'resolution',
'projection',
'eta',
'platform',
'os',
'os_version',
'product_version',
'product_build',
'target_version',
'fixed_in_version',
'summary',
'description',
'additional_info',
'steps_to_reproduce',
'attachments',
'due_date',
)

PLUGINS:
1.-Formateado MantisBT 2.22.1 Autor: MantisBT Team
Sitio web: http://www.mantisbt.org MantisBT Core 2.1.0 3

2.-MantisBT Core 2.22.1 Core Plugin API for the Mantis Bug Tracker.
Autor: MantisBT Team Sitio web: http://www.mantisbt.org Sin dependencias

Was the MantisBT source code modified in any way ? NO

We have update XAMPP, export and import all mantis database.

TagsNo tags attached.

Relationships

duplicate of 0027644 closedatrol PHP 8: Access Denied on Bug Modification 
duplicate of 0027806 closeddregad Impossible to edit issues with PHP8 

Activities

mpomares

mpomares

2020-12-15 08:22

reporter   ~0064798

check