Problem with GK_TEMPLATE_MODULE_STYLES variable

Commercial shopping Joomla template to easy create webshop with various extensions supported like ViruteMart, K2 and K2Store.
Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Wed May 21, 2014 10:57 pm
Reply with quote
Report this post
Hi Support,
I get an error when I go to Order > Print View > print out the order form. Below is the error show:

Notice: Undefined variable: GK_TEMPLATE_MODULE_STYLES in /home/wellness/public_html/templates/gk_storebox/component.php on line 22

消息

vmdebug My selected language by JFactory::getLanguage()->getTag() zh-CN
vmdebug $siteLang: zh-CN self::$_jpConfig->lang zh_cn
vmdebug vmTime: loadConfig db no: 0.00548410415649414
vmdebug Start used Ram 4M
vmdebug End used Ram 10.25M
vmdebug Peak memory peak 10.5M

Can you tell me how to solve this?

Thanks
User avatar
Senior Boarder

GK User
Fri May 23, 2014 1:30 pm
Reply with quote
Report this post
Hello,

Please open the component.php file in the template directory and please change lines:

Code: Select all
// include framework classes and files
require_once('lib/gk.framework.php');


to:

Code: Select all
// include framework classes and files
require_once('lib/gk.framework.php');
require_once('lib/framework/gk.const.php');
User avatar
Administrator

GK User
Tue Jul 15, 2014 11:25 pm
Reply with quote
Report this post
Had the same issue (J!3 Storebox template, installed through quickstart package downloaded today) and found this thread here with a google search.... thanks @dziudek

But I'm wondering don't you at gavick update your download packages from that template with such a fix when you get the knowledge of a "bug" and post the solution here in the forum?!
User avatar
Senior Boarder

GK User
Wed Jul 16, 2014 9:44 am
Reply with quote
Report this post
@Heart - it is not a major bug so it waits for a maintenance release of the templates.
User avatar
Administrator

GK User
Wed Jul 16, 2014 9:52 am
Reply with quote
Report this post
Ok, thanks for clarification...
User avatar
Senior Boarder


cron