1 ednong Jun 02, 2015 22:48
3 amoun 06 Jun 2015 17:44
HI ednong
Just to say I have to do the same, so yes, not having as default would be good. Apart from hanging sometimes I have other issuesbut I am so used to it I haven't gotten around to detail them. I will though in future.
Thanks
4 mgsolipa 06 Jun 2015 17:46
@ednong this code would be useful for you while the updater keeps ignoring the previous value of those settings:
UPDATE `evo_coll_settings` SET `cset_value` = 0 WHERE `cset_name` = "ajax_form_enabled";
UPDATE `evo_coll_settings` SET `cset_value` = 0 WHERE `cset_name` = "cache_enabled";
5 tilqicom 07 Jun 2015 00:34
Yes pls, no to ajax forms. Make it a global setting instead of per blog pls - if you havent already.
6 fplanque 10 Jun 2015 03:55
We'll check this issue today.
7 fplanque 10 Jun 2015 15:35
ajax forms should now be touched only until you uprade to 6.4.3. They won't be touched again on upgrade after 6.4.3.
I need to disable all the AJAX form (for comments) in every blog again. In really every blog. That isn't good, if I have disabled it before the update. It would better to read the config in this point before update - and the setting should be after the update as before. That would really nice.