Pro GK4 not update

Free responsive Joomla 2.5 and 3.x module to present your content with easy and intuitive way.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Wed May 21, 2014 6:36 am
Hello. I'm using Pro GK4. I have a problem with this module. When I post a new article, these items are not updated on the main page.

I do not know what could be.
User avatar
Junior Boarder

GK User
Wed May 21, 2014 8:25 am
Did you try to change time offset value in module settings to some different value than 0? Please test this with -12/+12 values.
User avatar
Platinum Boarder

GK User
Wed May 21, 2014 5:21 pm
Thank you. The problem is solved.
User avatar
Junior Boarder

GK User
Fri May 23, 2014 10:38 pm
Hello, the problem remains. I made the changes you said and showed the latest module. But right now they are not updated.
User avatar
Junior Boarder

GK User
Mon May 26, 2014 4:58 pm
Hello, could you help me with this.
User avatar
Junior Boarder

GK User
Tue May 27, 2014 8:27 am
Do you use the latest version of News Show Pro module? Could you check whether the same happen on News Show Pro GK5? Please of course disable cache in global configuration because maybe this cause this problems.
User avatar
Platinum Boarder

GK User
Tue May 27, 2014 11:15 pm
In other site that also administer and use GK5 not have this problem.
I deactivated the site cache problem persists.

The site is this http://www.cientotres.com/103/ and the case in all modules.

I could give you access to the control panel so you can see the configuration of this module.
User avatar
Junior Boarder

GK User
Wed May 28, 2014 8:49 am
Do you use Joomla content? If yes please open file root/modules/mod_news_pro_gk4/gk_classes/gk.source.joomla.php

and find this part of code :

Code: Select all
JFactory::getDate


and make sure that the whole code looks like here :

Code: Select all
// check if the timezone offset is set
      if($config['time_offset'] == 0) {
         $date = JFactory::getDate();
      } else {
         $date = JFactory::getDate($config['time_offset'].' hour '.date('Y-m-d H:i:s', strtotime('now')));
      }


If you have any questions please just paste here this line where JFactory::getDate() is located.
User avatar
Platinum Boarder

GK User
Mon Jun 02, 2014 5:23 pm
The problem was solved. Thanks...
User avatar
Junior Boarder

GK User
Tue Jun 03, 2014 8:40 am
This code change fix this issue or you've found some other solution?
User avatar
Platinum Boarder

GK User
Wed Jun 18, 2014 11:03 pm
No. The change in the code solved the problem.
Thanks!
User avatar
Junior Boarder


cron