Strict Standards jcache error - Joomla
Posted by Raj
Strict Standards jcache error - Joomla
Strict Standards: Accessing static property JCache::$_handle - Joomla error
How about fixing the error?
1. Open cache.php (line number 419)and change all occurences of $this->_handler to JCache::$_handler:
<?php
public function &_getStorage()
{
if (!isset(JCache::$_handler)) {
JCache::$_handler = JCacheStorage::getInstance($this->_options['storage'], $this->_options);
}
return JCache::$_handler;
}
?>
Strict Standards: Accessing static property JCache::$_handle - Joomla error
How about fixing the error?
1. Open cache.php (line number 419)and change all occurences of $this->_handler to JCache::$_handler:
<?php
public function &_getStorage()
{
if (!isset(JCache::$_handler)) {
JCache::$_handler = JCacheStorage::getInstance($this->_options['storage'], $this->_options);
}
return JCache::$_handler;
}
?>
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
Joomla,
PHP,
Strict Standards,
Strict Standards jcache error,
Strict StandardsAccessing jcache error
.You can leave a response, or trackback from your own site.