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:

make sure update latest cakephp version, , if problem persists, try switching php 5.6 until fixed php version, or workaround available.


Comments

Popular posts from this blog

node.js - Node js - Trying to send POST request, but it is not loading javascript content -

javascript - Replicate keyboard event with html button -

javascript - Web audio api 5.1 surround example not working in firefox -