Hello everyone
I'm new with VM and in php.
I'm using Joomla! 3.8.1 and VirtueMart 3.2.4
And I get the following error, could you please help me in a simple way explaining what file and code must be edited and what to replace?
I truly appreciate any help, thank you so much.
Bet regards
https://...com/component/virtuemart/user/editaddresscartBT?Itemid=0
Warning: Illegal string offset 'relative' in /user/home/public_html/site.com/1/libraries/src/HTML/HTMLHelper.php on line 626
Warning: Illegal string offset 'pathOnly' in /user/home/public_html/site.com/1/libraries/src/HTML/HTMLHelper.php on line 627
Warning: Illegal string offset 'detectBrowser' in /home/rafser/public_html/site.com1/libraries/src/HTML/HTMLHelper.php on line 628
Warning: Illegal string offset 'detectDebug' in /user/home/public_html/msite.com/1/libraries/src/HTML/HTMLHelper.php on line 629
Warning: Illegal string offset 'relative' in /user/home/public_html/site.com/1/libraries/src/HTML/HTMLHelper.php on line 632
Warning: Illegal string offset 'detectBrowser' in /home/rafser/public_html/site.com/1/libraries/src/HTML/HTMLHelper.php on line 632
Warning: Illegal string offset 'detectDebug' in /home/rafser/public_html/site.com/1/libraries/src/HTML/HTMLHelper.php on line 632
Warning: Illegal string offset 'pathOnly' in /user/home/public_html/msite.com/1/libraries/src/HTML/HTMLHelper.php on line 635
HTMLHelper.php : 626-635

------------------------------------------------------------------------------------------------------------------------------------------------------
$options['relative'] = isset($options['relative']) ? $options['relative'] : false;
$options['pathOnly'] = isset($options['pathOnly']) ? $options['pathOnly'] : false;
$options['detectBrowser'] = isset($options['detectBrowser']) ? $options['detectBrowser'] : true;
$options['detectDebug'] = isset($options['detectDebug']) ? $options['detectDebug'] : true;
}
$includes = static::includeRelativeFiles('css', $file, $options['relative'], $options['detectBrowser'], $options['detectDebug']);
// If only path is required
if ($options['pathOnly'])
------------------------------------------------------------------------------------------------------------------------------------------------------