VirtueMart Forum

VirtueMart 2 + 3 + 4 => Administration & Configuration => Topic started by: guimenez on April 19, 2016, 15:57:32 PM

Title: Undefined Index (VM3 version)
Post by: guimenez on April 19, 2016, 15:57:32 PM
Hi,
i'm trying to setup virtuemart but i'm getting this error on my index page:

Notice: Undefined index: pt-PT in C:\xampp\apps\joomla\htdocs\administrator\components\com_virtuemart\helpers\config.php on line 948

Notice: Trying to get property of non-object in C:\xampp\apps\joomla\htdocs\administrator\components\com_virtuemart\helpers\config.php on line 948

I've installed the PT-PT language from virtuemart but i don't know how to fix this.
Thank you
Title: Re: Undefined Index (VM3 version)
Post by: GJC Web Design on April 19, 2016, 16:24:54 PM
and what is the code @

\administrator\components\com_virtuemart\helpers\config.php on line 948
Title: Re: Undefined Index (VM3 version)
Post by: guimenez on April 19, 2016, 19:40:37 PM
Thank you for reply.
I've fix it creating a sufix for pt-PT language :D
Do you know how to make categories menu always expanded?
I don't want to manual expand the menu.
Thanks.
Title: Re: Undefined Index (VM3 version)
Post by: GJC Web Design on April 19, 2016, 19:48:40 PM
ul.VMmenu ul {
  display: block !important;
}
Title: Re: Undefined Index (VM3 version)
Post by: farokh110 on July 09, 2016, 06:17:54 AM
Hi
would you please tell me what did you do exactly to fix that problem?
I've got that to...  :-\
Title: Re: Undefined Index (VM3 version)
Post by: StefanSTS on July 10, 2016, 20:19:11 PM
Hi,

he probably added another content language in Joomla.
Joomla Menu -> Extensions -> Language -> Content Languages -> New

There are topics in the Joomla Docs on that.

Hope it helps
Stefan