Mysterious migration error

Hi guys,

without using WLAN and GIT in this case, I zipped my Webproject, copied zip-file into htdocs-folder of my notebook and extracted it.

Unfortunately, I get following error at my notebook(error won’t be throw out on my Desktop PC)




Fatal error: Can not use 'Object' as a class name as it is reserved in 'D:\xampp\htdocs\Yii2_Mail\vendor\yiisoft\yii2\base\Object.php on line 77'



Deleting origin project and extracting same file again at my Desktop won’t throw out error. It’s just at my notebook

Any ideas what could 'cause this error?

Doing same thing with another project won’t throw out error…

you are running a new version of php on your laptop please install php < 7.2, if you want to fix it there is issue open on github you can pull in that specific tag with fix in place

Thx for this information. Helped me, to fix error, so far…