Hello
We are working presently on a site with the template GKstartup (but we have as well the saqme problem with another site with the template gkfashion)
- in the template configuration , we tried to enable the different options for css and js compression
we would like to know the best option selection to make it work like on the gavick demo site where the js and css seems to be compressed.
at present when turning on css and js compression, the front end css does not seem to be compressed correctly and the page shows without css styling
1. we turned on in the joomla configuration the gzip compression. (is it needed or do we need to turn it off ?)
2. we did the following tests without turning on the cache or gk cache:
- turn on the css cache. works on front end
- turn on the css compression: works on front end
- turn on the js compression: does not work anymore
we get the following errors when turning on the joomla error reporting
Strict Standards: Declaration of GKCacheControllerPage::store() should be compatible with that of JCacheController::store() in Unknown on line 0
Notice: Undefined property: JSite::$registeredurlparams in /home/XXXXX/public_html/new/libraries/joomla/cache/cache.php on line 639
we get the following error on firebug
"NetworkError: 500 Internal Server Error - http://www.domain_name/cache/gk/271eaa4 ... e49.js.php"
we run on Centos. is there any particular cache or modules to be compiled to make it run correctly?
3. when we turn on the gk cache.
we get the same errors as we thought
thank you for your answer.