Warning after upgrade to 2.11.0

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
mpellicer
Posts: 1
Joined: 08 Feb 2018, 10:42

Warning after upgrade to 2.11.0

Post by mpellicer »

After upgrade the system from 2.9.0 to 2.11.0, the main screen shows this message:

Warning: "display_errors[E_USER_ERROR]" is not set to its default value (halt). This will cause MantisBT to continue when errors occurs and may lead to system/data integrity issues.

I'm using the same config file since 1.9.

Thanks in advance for any guidance.
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Warning after upgrade to 2.11.0

Post by atrol »

Are you using 2.11.0 from official download?

I would have expected this is fixed in final version, see https://www.mantisbt.org/bugs/view.php?id=23876
Please use Search before posting and read the Manual
ajtruckle
Posts: 69
Joined: 16 Oct 2011, 07:21

Re: Warning after upgrade to 2.11.0

Post by ajtruckle »

I have just upgraded from 2.10.0 to 2.11.0 and I have encountered the same error message at the login window now.
Snap2.jpg
Snap2.jpg (147.91 KiB) Viewed 3757 times
Please advise. Thanks.
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Warning after upgrade to 2.11.0

Post by atrol »

I assume you have changed $g_display_errors in your config_inc.php
Please use Search before posting and read the Manual
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Warning after upgrade to 2.11.0

Post by atrol »

Forget my latest note, I found the issue.

Until it's fixed, you might want to add the following line to file config_inc.php

Code: Select all

$g_admin_checks = OFF;
Please use Search before posting and read the Manual
ajtruckle
Posts: 69
Joined: 16 Oct 2011, 07:21

Re: Warning after upgrade to 2.11.0

Post by ajtruckle »

Ok now. Thanks.
atrol
Site Admin
Posts: 8376
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Warning after upgrade to 2.11.0

Post by atrol »

Please use Search before posting and read the Manual
Post Reply