Admin-Ahead Community

Linux => Control Panels => cPanel => Topic started by: Chetan Singh on February 08, 2014, 03:23:20 pm

Title: Warning: require_once(Cache/Lite.php), Joomla Error!
Post by: Chetan Singh on February 08, 2014, 03:23:20 pm
Hello,

If you are getting following error in your domain's error log, follow these steps to fix this:

Error:
--------------------------------------
PHP Warning:  require_once(Cache/Lite.php) [<a href='function.require-once'>function.require-once</a>]: failed to open stream: No such file or directory in /home/TEST/public_html/libraries/joomla/cache/storage/cachelite.php on line 77
--------------------------------------

Fixed:

--------------------------------------
You are getting this error because "Cache_Lite" is not installed in your serve. You can easily install it via pear.

# pear install Cache_Lite
--------------------------------------

Please also check the below URL which should be helpful for you.

http://pear.php.net/package/Cache_Lite/redirected

Thank you,