orangescrum-community icon indicating copy to clipboard operation
orangescrum-community copied to clipboard

Cannot use 'Object' as class name as it is reserved in Object.php on line 31

Open cireanod opened this issue 7 years ago • 5 comments

Fatal error: Cannot use 'Object' as class name as it is reserved in /Applications/MAMP/htdocs/orange/lib/Cake/Core/Object.php on line 31

cireanod avatar Mar 22 '18 20:03 cireanod

I've tried renaming it, to something such as BaseObject but then I'll get the same error in datasource.php and it can't find Object or BaseObject.

Fatal error: Class 'Object' not found in /Applications/MAMP/htdocs/orange/lib/Cake/Model/Datasource/DataSource.php on line 28

cireanod avatar Mar 22 '18 20:03 cireanod

#184

cireanod avatar Mar 23 '18 01:03 cireanod

Same for me using PHP 7.2.

barryspearce avatar Apr 26 '18 12:04 barryspearce

Developers are playing hidden cat

jiespring avatar Jul 16 '18 13:07 jiespring

I don't know where the code is on GitHub, but I solved this issue by downloading the PHP7 (Manual) installer orangescrum-php7.zip from their website. https://www.orangescrum.org/free-download

ComputerCarl avatar Nov 29 '18 04:11 ComputerCarl