Centova Technologies Forum

Centova Cast v2 => Technical discussion => Topic started by: bbrink on February 15, 2013, 03:42:39 pm

Title: Error when updating from 226 to 227
Post by: bbrink on February 15, 2013, 03:42:39 pm
When updating with linux x86 version 2.2.6 to 2.2.7 I got this error:

The error message was:
PHP Notice:  Constant SYSTEM_PATH already defined in /tmp/centovacast-2.2.7/upgrade.php on line 4
OK


What can I do to solve this?

Thanks
Title: Re: Error when updating from 226 to 227
Post by: Roger on February 17, 2013, 09:01:25 am
Hello bbrink,

This happens some times, you just need supress the notifications by editing your php.ini and changing error reporting variable to something like E_ALL & ~E_NOTICE.

For more details see http://php.net/manual/en/errorfunc.configuration.php

Hope this helps.
Title: Re: Error when updating from 226 to 227
Post by: bbrink on March 17, 2013, 11:08:39 am
Yes, it worked! thanks!