Page 1 of 1

Strict Standards: Accessing static property JCache::$_handle

PostPosted: 26. September 2011 13:47
by enkidoe
Hi Guys,,

am getting errors like mentioned in the subject above.
am using the latest windows xampp.
What i did to solve this problem, was disabeling the display errors(tutorial http://complete-concrete-concise.com/web-tools/how-to-turn-off-display_errors-in-xampp)

and restart the appache and the webbroser session. But this problem still exists.

Hope someone can give me some good advice.

cheers,

Re: Strict Standards: Accessing static property JCache::$_ha

PostPosted: 26. September 2011 14:59
by Altrea
In your XAMPP Administration Page ( http://localhost/xampp/ ) you can find a phpinfo().
Run this and check the display_errors value.

But it is not recommend to turn of displaying errors for development environments.
A way better solution would be to set the error_reporting level to E_ALL instead of E_ALL | E_STRICT.
You can find the error_reporting setting in your php.ini file too.