error message while using wamp server

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 Dec 12, 2012 8:08 pm
Reply with quote
Report this post
Hi I just installed this on my computer using wamp server. I am getting this message on the home page above the first article:

Notice: Undefined variable: columns_mode in C:\wamp\www\body\templates\gk_publisher\html\com_content\featured\default_item_featured.php on line 14

Can you help me please.

Kind Regards,

Gerard
User avatar
Junior Boarder

GK User
Wed Dec 12, 2012 8:33 pm
Reply with quote
Report this post
Hi,

Please open the file mentioned in this notice and replace line:
Code: Select all
<?php if ($params->get('show_create_date') && $columns_mode == false) : ?>


with:
Code: Select all
<?php if ($params->get('show_create_date')) : ?>
User avatar
Administrator

GK User
Wed Dec 12, 2012 8:49 pm
Reply with quote
Report this post
Message appeared again only on line 37. I changed that line too and its seems to be working fine. Thanks for the help.

Kind Regards,

Gerard
User avatar
Junior Boarder


cron