I have tried to add a new component to Joomla 2.5.8 and getting the following error:
Error loading component: com_mycomp, 1
Error loading component:com_mycomp, 1
Error loading component: com_mycomp, 1
The following steps I have done :
- created a folder com_mycomp under components. and created a file
mycomp.php
under com_mycomp. - created a folder com_mycomp under
administrator/components/
and a fileadmin.mycomp.php
under com_mycomp.
Accessed the url :
http://localhost/joomla/index.php?option=com_mycomp
Error loading component: com_mycomp, 1
Any idea how to resolve it.