Fixing Warning: require_once(Cache/Lite.php): failed to open stream Joomla SOLVED

When moving Joomla from one server to another you might come across this nasty little error. To solve, simply edit configuration.php in your www or public_html directory and locate

<code class="php keyword">public``<code class="php variable">$cache_handler``<code class="php plain">= ``<code class="php string">'cachelite'``<code class="php plain">;

Simply replace with:

`public<code class="php variable">$cache_handler= ``''````

Reload the website, and you're good to go :)```