DEV Community

Discussion on: Fixes for Koken problems in 2020

Collapse
 
clack69 profile image
Thomas Rauers

Thanks a lot, this was really helpful - encountered the login problem after upgrading from PHP 7.2 to 7.4. What I really got in the Chrome console was

Uncaught TypeError: Cannot read property 'store' of null
    at Object.finished (koken-core.js:1937)
    at koken-core.js:1251
Enter fullscreen mode Exit fullscreen mode

but your fix for /app/database/DB_Driver.php solved the login issue. Well, two more years of Koken until support for 7.4 runs out... ;-)

Collapse
 
accudio profile image
Alistair Shepherd

Glad to hear it!

It's worth looking for a replacement as soon as you can regardless of PHP, it's never a good idea to run a dead CMS without security updates!