cakephp - CakePhp3.2 ORM ResultSet and ORM Query Error running skeleton app on shared host -
been running cake app on shared host, worked great until recently. shared host supports apache,php 5.4.45 through php 7.0.21 , mysql server 5.6.35.
fyi - skeleton app throws same error. error thrown way before database connection made.
below error getting, same app works ok on local server.
fatal error: class cake\orm\resultset contains 1 abstract method , must therefore declared abstract or implement remaining methods (iterator::current) in /projects/vendor/cakephp/cakephp/src/orm/resultset.php on line 593
fatal error: cannot instantiate abstract class cake\orm\resultset in /vendor/cakephp/cakephp/src/orm/query.php on line 922
looking forward insights on above.
currently looks result of bug in php:
- https://github.com/cakephp/cakephp/issues/10936
- https://github.com/cakephp/chronos/issues/147
- https://bugs.php.net/bug.php?id=74833
make sure update latest cakephp version, , if problem persists, try switching php 5.6 until fixed php version, or workaround available.
Comments
Post a Comment