Shape 5

Joomla Club Extensions => Box Module - Club => : speleo February 06, 2017, 03:21:05 AM



: Undefined variable: s5boxwidth11
: speleo February 06, 2017, 03:21:05 AM
Getting a lot of this in my error_log file
PHP Notice:  Undefined variable: s5boxwidth11 in /modules/mod_s5_box/mod_s5_box.php on line 37
PHP Notice:  Undefined variable: s5boxwidth12 in /modules/mod_s5_box/mod_s5_box.php on line 40
which relates to this
:
for($i=1;$i<13;$i++) {
  $k = 's5boxwidth'.$i;
  $v = (int)$params->get($k, '');

  $$k = $v.($v <= 100 ? '%' : 'px');
if ($s5boxwidth11 == "0%") {
$s5boxwidth11 = "25%";
}
if ($s5boxwidth12 == "0%") {
$s5boxwidth12 = "40%";
}

Any ideas?


: Re: Undefined variable: s5boxwidth11
: jonahh February 06, 2017, 01:25:56 PM
Hello,

I see the issue and updated the download for the S5 Box module. Please grab a fresh copy of the module and reinstall or just overwrite your /modules/mod_s5_box/mod_s5_box.php file.


: Re: Undefined variable: s5boxwidth11
: speleo February 06, 2017, 03:27:22 PM
sorted thanks!