[PHP8.0] Error when uploading photos
Closed this issue · 3 comments
modufolio commented
Error when uploading image (or via URL). But the image uploads anyway, have to reload the page in the backend to see it there though. Or delete image cache.
ISeeTWizard commented
The same is with PHP 8.1
If you need that I test something simply let me know
modufolio commented
STRICT_TRANS_TABLES was responsible for setting MySQL strict mode and these errors
execute the following if koken is the only database in your mysql server
set global sql_mode='';
p4tpr0 commented
Hello,
On my Koken server, the problem persists with current code. Unfortunately I can't set sql_mode to "" on this shared server.
Any idea?