Shape 5

Joomla Templates => Sea of Glass - September - Club => : acesys April 10, 2012, 06:15:04 AM



: Notice: Undefined variable: id
: acesys April 10, 2012, 06:15:04 AM
When i place menu module at right or left site the following error occurs. Please help me to solve this problem.


Notice: Undefined variable: id in C:\xampp\htdocs\cnggas\templates\seaofglass\html\mod_menu\default_component.php on line 18
href="/cnggas/chevrolet">Chevrolet


: Re: Notice: Undefined variable: id
: pmiddleton April 10, 2012, 10:37:36 AM
This is a notice from php error reporting, but not actually an error. Because you are using a LAMP stack (XAAMP), error reporting in php.ini is usually set to on, and can be very picky.

In php.ini, find this line

error_reporting = E_ALL

and comment it out. It is unlikely that you will see any further issues with your site but, if you do, uncomment the same line and you can see the errors again.


: Re: Notice: Undefined variable: id
: acesys April 11, 2012, 01:16:59 AM
I still getting same error after commenting error_reporting = E_ALL please help me....



: Re: Notice: Undefined variable: id
: pmiddleton April 11, 2012, 07:22:33 AM
If you have a remote server, you should try it there. It is quite common to see errors on one server configuration and not on another.