Archives for: "May 2009"
500 - Layout "default" not found
I am writing my joomla component. In admin console, I got an error "500 - Layout "default" not found". That is because under views/[component name]/tmpl is missing a template file. The template must be named as default.php/ more »
Tags: joomla
404 - Component Not Found
I am writing a joomla component, I got an 404 - Component Not Found. I found that is because I got a typo in main component file. For example, the component name is com_hello, then it needs com_hello\hello.php. more »
Tags: joomla