I just tried setting this up in ubuntu 18 with php 7.2 and it errors out. The error I get is:
PHP Fatal error:  Cannot use 'Object' as class name as it is reserved in /var/www/html/system/library/object.php on line 10


http://php.net/manual/en/reserved.other-reserved-words.php has the "object" is a reserved word in 7.2

This file etc. will need to be changed to be compatible with the latest version of php. In the mean time I just reverted back to 7.0.

Thanks
Sunday, August 05 2018, 02:19 AM
Share this post:
Responses (3)
Your Reply