Noticec: Undefined Property

Business template for Joomla 3 and 2.5 ideal to create blog or personal website.
GK User
Thu Oct 03, 2013 3:46 pm
After completing the quickstart install I have the following notices on the homepage:

Notice: Undefined property: stdClass::$gk_the_real_design_image_width in D:\Domains\kapitalkilts.com\wwwroot\joomla\modules\mod_image_show_gk4\styles\gk_the_real_design\controller.php on line 113

Notice: Undefined property: stdClass::$gk_the_real_design_image_height in D:\Domains\kapitalkilts.com\wwwroot\joomla\modules\mod_image_show_gk4\styles\gk_the_real_design\controller.php on line 114

www.kapitalkilts.com/joomla

Any help appreciated!

Gordon
User avatar
Fresh Boarder

GK User
Thu Oct 03, 2013 5:58 pm
Hi,

Please open the modules/mod_image_show_gk4/styles/gk_the_real_design/controller.php file and remove:

Code: Select all
// generate necessary variables
$width = $this->config['config']->gk_the_real_design->gk_the_real_design_image_width;
$height = $this->config['config']->gk_the_real_design->gk_the_real_design_image_height;


This fragment of code is not used in this style.
User avatar
Administrator


cron