The error messages that I get are all Strict Standards: Accessing static property JCache::$_handler as non static which is causing an annoying working experience with Joomla!
Answer:
- Locate your php.ini file in c:\xampp\php\php.ini
- _L_ocate error_reporting = and change the value to error_reporting = E_ALL & ~E_NOTICE & ~E_DEPRECATED
- Locate locate display_errors = On and change the value to display_errors = Off
- Stop and restart Xampp and the problem will be gone
If the above did not solve your problem visit the following topic on the Joomla! forums by clicking here