![]() |
|
database / utf-8 problem when updating from 1.5.9 - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: General support (https://forum.zenphoto.org/forum-4.html) +--- Thread: database / utf-8 problem when updating from 1.5.9 (/thread-13927.html) |
database / utf-8 problem when updating from 1.5.9 - zp_thomas - 16-03-2024 hi,
i already checked my database and updated the collation to utf8mb4 via adminer, but it still tries nonetheless.
which just says:
so this also doesn't help much, i'm afraid. any idea what could be the problem? database / utf-8 problem when updating from 1.5.9 - acrylian - 16-03-2024 First error is about wrong file/folder permissions. Second error refers to the PDO database handler which you apparently have chosen but seems not to be properly available on your server. Try MySQLi instead. database / utf-8 problem when updating from 1.5.9 - zp_thomas - 16-03-2024 i'll check the permissions, i just assumed as it is only a warning, it shouldn't be a serious problem - but i'll look into it. cocnerning the PDO database handler, this i used for quite some while now, only thing that changed is that it was updated to a more recent version:
is this a problem? should i switch to MySQLi instead? database / utf-8 problem when updating from 1.5.9 - zp_thomas - 16-03-2024 just a quick heads up - it was a problem with the database handler, just changed it to MySQLi in the config file and everything works like a breeze. thanks a lot! database / utf-8 problem when updating from 1.5.9 - acrylian - 16-03-2024
Yes, that itself is a warning but a general permission issue can lead to other issues, too. The whole albums part of Zenphoto is file system based. Regarding PDO there seems something not right. Can't see what it is as we of course tested this. 5.5.5 to 10.6.17 is a huge version jump. database / utf-8 problem when updating from 1.5.9 - acrylian - 16-03-2024 Ah, "cross posting" ;-) Great, it worked out. Still wonder why PDO didn't work for you if it is available. |