|
How to solve "The template for this display is not available" Error? |
When you install a joomla 1.6 templates ,and change it as the default templates,some times it don't shown the templates you just installed,and got "The template for this display is not available" Error.Why you got this error? After some investigation i found the issue seems to be caused "lower-casing",the template name to generate the folder name. In templateDetails.xml you'll find "<name>TEmplateNAme</name>",After installing the template, the extension and the template_styles tables have the right name: "TEmplateNAme",but the folder name for the template is "templatename" (lower-cased),so you get the "The template for this display is not available" error when I try to browse. How to fix the "The template for this display is not available" error?
{mosgoogle}There's tow ways to fix this error. 1.Just rename the template folder the same as the name in templateDetails.xml 2.Find templateDetails.xml file in the template folder,lower-cased the template name and save it. After done,the "The template for this display is not available" Error Disappeared,the default Joomla templates works fine now! |