Fatal Error 401 database_api.php

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
ss
Posts: 2
Joined: 18 Mar 2005, 23:41

Fatal Error 401 database_api.php

Post by ss »

Mantis Gurus,

Mantis 0.19.2 was recently setup and aside from one spontaneous hiccup, it's working great.

Occasionally, when creating, updating, or closing a bug, this error appears.

Fata error: 401 in mantis/core/database_api.php on line 111

Any thoughts?
thraxisp
Developer
Posts: 509
Joined: 14 Feb 2005, 03:38
Location: Ottawa, Canada
Contact:

Post by thraxisp »

This is a database query failing.

This may be due to missing upgrades in the database. Have you run admin/upgrade.php?

If you have, could you provide us with more information by setting

Code: Select all

$g_show_detailed_errors	= ON;
and sending the resulting traceback in an issue on http://bugs.mantisbt.org/ ?
ss
Posts: 2
Joined: 18 Mar 2005, 23:41

Post by ss »

I'm not the person who installed mantis, however, I was able to go to admin/upgrade.php and click Advanced.
There are several 284 items listed and they all say previously applied.
I hope that answers the first question, otherwise, how would I know?

I also set $g_show_detailed_errors in config_defaults_inc.php to ON;

Since then, the error has only reproed once and there was nothing new about it.
The only other information I can think of is that when this error occurs, the notification emails are not sent.

Also, If an action is done in bulk, only the first bug will be updated, and the others won't.

Thanks in advance.
Post Reply