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:
` Reload the website, and you're good to go :)```public
<code class="php variable">$cache_handler
= ``
''````