You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 6, 2022. It is now read-only.
I am getting this error when calling datatables in a controller like in the example:
Notice (8): Array to string conversion [CORE\src\ORM\Table.php, line 1758]
Warning (2): strtolower() expects parameter 1 to be string, array given [CORE\src\ORM\BehaviorRegistry.php, line 215]
Notice (8): Array to string conversion [CORE\src\ORM\Table.php, line 1768]
Unknown finder method "Array"
BadMethodCallException
Hi
I am getting this error when calling datatables in a controller like in the example:
I used this code:
CakePHP is version 3.2.0
Whats wrong here? Is the plugin not comaptible with the latest version of Cakephp?
Thanks,
Frank