VirtueMart Forum

VirtueMart 2 + 3 + 4 => General Questions => Topic started by: Katesx on May 22, 2018, 20:29:27 PM

Title: error on line 81 and 82
Post by: Katesx on May 22, 2018, 20:29:27 PM
Hi everyone! I got the following error
"Notice: Undefined index: id in components\com_virtuemart\helpers\vmtemplate.php on line 81 and 82"

In php file in line 81 and 82, this is what I see:
if(!$template){
vmError( 'getDefaultTemplate failed ' );
return false;
} else {
self::$_home[$client_id] = $template;
self::$_templates[$template['id']] = $template;
return self::$_templates[$template['id']];

It is visible in the sidebar a position
I have joomla 3.8.5 and vm 3.2.12

Could you help me with any suggestions?
Thank you!
Title: Re: error on line 81 and 82
Post by: jenkinhill on May 22, 2018, 23:33:29 PM
So what PHP version are you using?
Title: Re: error on line 81 and 82
Post by: Katesx on May 24, 2018, 08:38:43 AM
5.6.36