Hello,
Happy New Year to all Zenphoto developers and users.
Still a problem when importing a Zenphoto database with phpmyadmin.
1 database is empty
2 Error I get when importing a backup :
#1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB may help. In current row format, BLOB prefix of 0 bytes is stored inline.
To get rid of this problem, on my localhost machine, I edit my.ini and add this line :
innodb_strict_mode = 0
Then I can import my database.
I can then remove this line ...
I cannot add this line on my online site : I have to ask my provider to import my database for me
(cannot edit my.ini - I have to pay more to be able to do this ...)
This issue is already documented on this forum.
It occurred with Zenphoto 1.5.5, 1.5.6, 1.5.7, 1.5.8 and 1.5.9
Did you find any solution ?
Thanks