On 09/24/2010 02:51 AM, Lauri Kuittinen wrote:
> Hi,
>
> I've been trying to find the display_errors in the new version, but without success.
>
> eventum-2.3$ find . -type f -exec grep -l "display_errors" {} \;
> ./docs/FAQ
> ./htdocs/setup/index.php
>
> it seems to be 1 by default in htdocs/setup/index.php, changing it to 0 has no
> effect.
>
> Has it been moved to somewhere else, or has the name been changed?
Eventum now defaults some of the settings to that of your PHP
installation so we don't specify the variables. You can set them
yourself in config/config.php
ini_set('display_errors', 0);
ini_set('memory_limit', '512M');
error_reporting(0);
Best Regards,
--
Bryan Alsdorf, Lead Web Developer
Monty Program AB. http://montyprogram.com