Hi, there,
after creating a new Kanban, when trying to insert a column, it shows error like
the error log is below:
023-01-11 19:28:33.324 ** ERROR ** [V10.2.1] EXCEPTION **
2023-01-11 19:28:33.327 ** ERROR ** [V10.2.1] on file 'C:UwAmpwwwprojeqtortooldynamicDialogKanbanUpdate.php' at line (677)
2023-01-11 19:28:33.329 ** ERROR ** [V10.2.1] cause = Call to undefined function array_key_first()
2023-01-11 19:28:33.331 ** ERROR ***** [V10.2.1] => #0 C:UwAmpwwwprojeqtortooldynamicDialog.php (42) -> include()
thx
Hi,
This feature, changed on V10.2, uses PHP function array_key_first() which appeared with PHP 7.3.
So the feature won't work with previous PHP versions.
We'll bring a fix to avoid this constraint.
In the meanwhile, if you can upgrade your PHP version to V7.3 or over, it will fix the issue.
it works!! thank you very much
