|
JOOMLA ERROR:
500 - Unable to load renderer class
FIX:
I got this error when skinning for a new custom Joomla template. The problem
is this tag:
<jdoc:include type="login"/>
Being mistyped (the type is foreign). And should look more like:
<jdoc:include
type="modules" name="blurb"
/>
25% Off Hosting: use coupon code PHPDiscount and get 25% off your first month at HostGator.
 |
i am facing same problem in my site which is built in joomla this error occurred only on server it working properly on local machine.