installing this module seems to have broken the encrypted master password module. any ideas on how to fix so they are compatible?
thanks
installing this module seems to have broken the encrypted master password module. any ideas on how to fix so they are compatible?
thanks
follow up. now seems entirely coincidental and unrelated.
pti.
Took my queries from over 5000 down to under 1000 so pretty dramatic loadtime difference.
THANKS VERY MUCH excellent work
We are using UTF-8 and have some problems with this module.
All charachters such as ü or đ, š, ć, č and similar are now shown as some weird symbols.
We tracked the problem to this part of the module on the shop side.
If you want to enable UTF-8 support to work properly in Zen-cart you have to add this part of the code around the line 37 in file Zen-Cart\includes\classes\db\mysql\query_factory.php
if (version_compare(mysql_get_server_info(), '4.1.0', '>=')) {
mysql_query('SET NAMES "utf8"', $this->link);}/* Changes for UTF-8 Support*/
right after line 37
if (@mysql_select_db($zf_database, $this->link)) {
Does anybody have any ideas how to enable Query Cache and UTF-8 support?
Thank you very much for your supoort and this great module!
data_digger,
Query Cache v1.7-beta for ZC 1.3.9h Reduce query count by 80% | Randomized Tests
www.data-diggers.com
I promised to release new, more memory efficient version of Query Cache soon – unfortunately (or fortunately) it seems that PHP is quite good at managing memory and there’s not much to improve. Therefore version 1.7 of Query Cache will be delayed.
Request to Query Cache users:
If You use Query Cache and Your store is still slow and it’s not related to search script please contact me either on email, PM on Zen-Cart.com (data_digger) or by leaving comment. I’ll check Your site and try to make necessary changes in Query Cache v1.7 for You.
data_digger,
Query Cache v1.7-beta for ZC 1.3.9h Reduce query count by 80% | Randomized Tests
www.data-diggers.com
Ah I get it now. 1.7 is not out yet. I saw your website and was confused.
I will install this when I get home.
Owner of Purely Poultry