Page 7 of 7

Re: CMSMS 1.11 - Galapagos

Posted: Fri Oct 12, 2012 9:16 am
by map_1961
We are now live with 1.11.2 system.
We detected the statistics module in the backend showing data without css after some days. data is seen but not styled in oneeleven backend style??

Thanks

map_1961

Re: CMSMS 1.11 - Galapagos

Posted: Sat Oct 13, 2012 7:45 pm
by hasanen
This is just something that I wanted to let you know, even it's not bug in cmsms itself but affects its user experience a lot.

So I got few messages from my clients at this week that their admin side of the site, weren't working properly. They couldn't open any sub navigation from the main navigation on the left. The problem was that this file wasn't loaded:

Code: Select all

http://www.domain.com/admin/themes/OneEleven/includes/jquery.cookie.min.js
And the reason for that was that my webhosting provider (Arvixe) had changed some mod_security rules.

Re: CMSMS 1.11 - Galapagos

Posted: Wed Oct 31, 2012 9:06 am
by map_1961
I solved like this:
save database (i.e. mysqldumper).
Deinstall statistics
Reinstall statistics

Restore tables ...
cms_module_stat_data
cms_module_stat_data_seq

cms_module_stat_logstrings_seq
cms_module_stat_visitors
cms_module_stat_visitors_seq
cms_module_stat_visitortrack

but NOT:
cms_module_stat_logstrings

Then change in settings tab the error protocol to a shorter period.

map_1961