View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0034099 | mantisbt | administration | public | 2024-03-15 05:48 | 2024-03-27 20:14 |
| Reporter | alve89 | Assigned To | dregad | ||
| Priority | high | Severity | block | Reproducibility | always |
| Status | closed | Resolution | no change required | ||
| Product Version | 2.26.1 | ||||
| Summary | 0034099: No changes possible (APPLICATION ERROR 2800) | ||||
| Description | Hi guys! I just installed the latest version of Mantis. By searching on Google I found this ticket: 0023052 (https://www.mantisbt.org/bugs/view.php?id=23052). I have the exact same issue, I can't make any changes: No new user, no new project, nothing. | ||||
| Steps To Reproduce | Login as administrator:root, click on Administration, try to add project. After clicking on "Adding project" (I guess, I have the German installation), the following error occurs: APPLICATION ERROR #2800 Ungültiges Sicherheitstoken zum Formular. Dies kann durch einen Sitzungsablauf oder durch versehentliches doppeltes Speichern des Formulars verursacht worden sein. Bitte benutzen Sie die „Zurück“-Taste Ihres Browsers, um auf die vorhergehende Seite zurückzukehren. Dort können Sie den hier angezeigten Eintrag korrigieren oder eine andere Aktion ausführen. Über das Menü können Sie auch direkt zu einer anderen Aktion wechseln. The same error occurs when trying to add a new user or trying to change admins profile data. | ||||
| Additional Information | MantisBT-Version 2.26.1 | ||||
| Tags | No tags attached. | ||||
|
Did you read 0022844, and the FAQ in the admin guide about this error ? |
|
|
I did. This is my current configuration: ./.htaccess (in Mantis root): ./config/config_inc.php:
=> Changing $g_form_security_validation = ON; to $g_form_security_validation = OFF; worked but is a serious security issue, so no proper solution. The debugging shows: APPLICATION ERROR 2800 Ungültiges Sicherheitstoken zum Formular. Dies kann durch einen Sitzungsablauf oder durch versehentliches doppeltes Speichern des Formulars verursacht worden sein. Bitte benutzen Sie die „Zurück“-Taste Ihres Browsers, um auf die vorhergehende Seite zurückzukehren. Dort können Sie den hier angezeigten Eintrag korrigieren oder eine andere Aktion ausführen. Über das Menü können Sie auch direkt zu einer anderen Aktion wechseln.
It seems that it works with an HTTPS connection though, even when $g_form_security_validation = ON; is set. Can you confirm this as proper solution? |
|
Indeed, not recommended to switch this off.
That would rule out a problem with MantisBT code, and indicate the issue is with your server's configuration.
It is best practice to operate on a secure connection, so if it works like that then I think you're all set. |
|