problem with Loader
Permalink 1 user found helpfulFatal error: Class 'Loader' not found in /themes/mysite/header.php
If I remove the
<?php Loader::element('header_required'); ?>
from the header, all the pages work, but I can't get at the tool bar of course. any suggestions?
Fatal error: Class 'Loader' not found in..
Also, can you post a link to the site that's doing this (if it's public)?
Another possible cause of this problem might be if you were putting URLS in your page content (or theme templates) directly to those other files. Again, if you could provide a link to the site that would be very helpful. Or at the very least if you could paste the URL's of the failing pages here (copy from the address bar in your browser), that might help too.
Does this error occur with the footer also?
e.g. <?php Loader::element('footer_required'); ?>