Page 1 of 1

Issue reports can be created without any filled fields

Posted: 13 Feb 2013, 23:29
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

Re: Issue reports can be created without any filled fields

Posted: 14 Feb 2013, 13:18
by atrol
Did you change setiing $g_display_errors in config_inc.php or even worse in config_defaults_inc.php ?

Re: Issue reports can be created without any filled fields

Posted: 21 Feb 2013, 04:44
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

Re: Issue reports can be created without any filled fields

Posted: 21 Feb 2013, 07:59
by atrol