Issue reports can be created without any filled fields

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
rcheng
Posts: 5
Joined: 13 Feb 2013, 23:07

Issue reports can be created without any filled fields

Post by rcheng »

I'm currently having a strange problem with mantis. An issue report can be created without any field filled, including the required such as summary, description and category. I have checked the configuration and I didn't find the root of the problem

This problem also happen with a new and clean installation in the same server with another directory and database name. This happened with for version 1.2.11. and 1.2.14. The configuration is generated by the installer, which specifies the database type, name, user, password and hostname, nothing more.

Anyone have the same problem?

The server has PHP 5.3.3 and MySQL 5.1.63
atrol
Site Admin
Posts: 8559
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Issue reports can be created without any filled fields

Post by atrol »

Did you change setiing $g_display_errors in config_inc.php or even worse in config_defaults_inc.php ?
Please use Search before posting and read the Manual
rcheng
Posts: 5
Joined: 13 Feb 2013, 23:07

Re: Issue reports can be created without any filled fields

Post by rcheng »

No I didn't change or added the g_display_errors.

The config_inc.php is the one created by the installer. It happens with a new and clean installation.

I have filled a bug report, I just found the root of issue. It's related to PHP error_reporting setting
atrol
Site Admin
Posts: 8559
Joined: 26 Mar 2008, 21:37
Location: Germany

Re: Issue reports can be created without any filled fields

Post by atrol »

Please use Search before posting and read the Manual
Post Reply