Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upCakePHP 2.10.8 + Crud 3.1.0 + PHP 7.2 = Fatal error #581
Comments
added a commit
to knight-of-ni/crud
that referenced
this issue
Mar 23, 2018
This was referenced Mar 23, 2018
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
ravage84
commented
May 13, 2018
|
Confirmed with:
|
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment
Hide comment
|
Closed by v3.2.0 |
josegonzalez
closed this
May 13, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
knight-of-ni commentedMar 23, 2018
•
edited
CakePHP 2.10.8
Crud 3.1.0
PHP 7.2
Ubuntu 18.04 Beta
Those of us working on the ZoneMinder project have been working towards compatibility with PHP 7.2.
To accomplish that we are testing the most recent versions of cakphp & crud compatible with our project.
When using CakePHP 2.10.8 and Crud 3.1.0, we see the following fatal error when we make a call to our API, for example: http://localhost/zm/api/host/getVersion.json
We can fix this fatal error by modifying CrudBaseObject.php
FROM:
abstract class CrudBaseObject extends Object implements CakeEventListener {TO:
abstract class CrudBaseObject extends CakeObject implements CakeEventListener {PR targeting the 3.x branch is incoming...