Category Archives: Joomla

Strict Standards error in Joomla 1.7

If you’re facing following problem in Joomla

Strict Standards: Accessing static property 
JCache::$_handler as non static in C:\xampp\htdocs\joomla15\libraries\joomla\cache\cache.php

here is the solve of your problem:

  • Stop Apache & MySQL service from XAMPP control panel.
  • Open c:/xampp/php/php.ini
  • there are two entries for Display_error one is with ; in start that is a comment second without ;
  • change Display_Error Off ( default it is On)
  • Then start your service.
  • Now,check.hope it will work