Error when updating from 226 to 227

Read 5265 times
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
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.
Yes, it worked! thanks!