VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: andrai2 on April 16, 2015, 19:47:27 PM

Title: Template error meseges when pres check out button...?
Post by: andrai2 on April 16, 2015, 19:47:27 PM
Hello!

So my problem is when i go to cart and pres check out i get this error meseges, what could i do and how can get out of them..? What this error mesege means..?

Thanks!

Warning: in_array() expects parameter 2 to be array, null given in...public_html/modules/mod_menu/helper.php on line 59
Warning: in_array() expects parameter 2 to be array, null given in...public_html/home/public_html/templates/g1/html/mod_menu/default.php on line 35

Warning: in_array() expects parameter 2 to be array, null given in...public_html/templates/g1/html/mod_menu/default_component.php on line 32
Warning: in_array() expects parameter 2 to be array, null given in .../public_html/templates/g1/html/mod_menu/default.php on line 35
Warning: in_array() expects parameter 2 to be array, null given in...public_html/templates/g1/html/mod_menu/default_component.php on line 32

I set error reporting "none" in glogal confuguration..

I use
Joomla 3.3.6
VirtueMart 3.0.2
Artisteer template
Site is multilangiage

Tahnks!
Title: Re: Template error meseges when pres check out button...?
Post by: jenkinhill on April 16, 2015, 21:06:01 PM
The issues here are with your menu module and your crapisteer template, not directly from VirtueMart. But they are only PHP notices, so you should be able to fully turn them off off.

http://forum.virtuemart.net/index.php?topic=102555.0
Title: Re: Template error meseges when pres check out button...?
Post by: andrai2 on April 16, 2015, 22:01:59 PM
Tahnks! you guide me to right driection with this!