Jason Pell

Results 63 comments of Jason Pell

Got it plan to look at it today

I just noticed that you are using an old version. Can you please upgrade to latest master version. I can't reproduce your problem once I upgraded to latest master. What...

You can also just install new version point it at old database and opendb will upgrade your db for you.

Should be supported fine. My only concern is if like queries are case insensitive. Can you modify %guard% to be exact case match. Just in phpmyadmin.

Like queries are supposed to be case insensitive. I will see if I can reproduce with mariadb. Probably can just stick an upper around column

It's the collation that the columns were configured with. try this and then rerun query with %GUARD% ALTER TABLE `item_attribute` CHANGE `attribute_val` `attribute_val` TEXT CHARACTER SET utf8 COLLATE utf8_general_ci NULL...

I am adding to upgrade script and new install script

It's been ages since I have even looked at this code. I suggest you check the error log, not sure where it's located for lighttpd, as I've never tested on...

Happy to take a merge request to fix this but I don't have time to work on it and test it myself

The amazon plugins are mostly broken, I don't have time to maintain them anymore. I fixed the title issue (in master), but I don't have time for anything else