hmm, I am using wamp, and the console shows settings as display errors=off; I have also edited the php.ini file that is linked from the console so that it now has the line
- Show only errors
;
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR
but I still see the NOTICE lines at the top of my main shop page; in fact, when no-one is logged-in I get three lines:
Notice: Undefined offset: 1 in C:\wamp\www\lbpsjoomla\components\com_virtuemart\virtuemart.php on line 26
Notice: Undefined index: page in C:\wamp\www\lbpsjoomla\components\com_virtuemart\virtuemart.php on line 69
Notice: Undefined offset: 1 in C:\wamp\www\lbpsjoomla\components\com_virtuemart\virtuemart.php on line 85
Ok, these are not showstopppers, as you say, though I dont like brushing them under the carpet, but I can't see why they should still display ...