404 Component not found - Joomla! Forum - community, help and support
hi,
i installed component on j! 3.0 worked fine on joomla 1.5.26.
i added mycomponent.xml tag <extension... 1 modification made.
after, component has been installed getting joomla 404 component not found , have no idea look. no specific error component not found.
i see component in administrator/components. ideas how should detect why this?
much appreciated!
i installed component on j! 3.0 worked fine on joomla 1.5.26.
i added mycomponent.xml tag <extension... 1 modification made.
after, component has been installed getting joomla 404 component not found , have no idea look. no specific error component not found.
i see component in administrator/components. ideas how should detect why this?
code: select all
<?xml version="1.0" encoding="utf-8"?>
<extension type="component" version="1.5.0" method="upgrade">
<name>com</name>
<creationdate>2012-05-09</creationdate>
<author>me</author>
<copyright>me</copyright>
<authoremail>me@me.com</authoremail>
<authorurl>http://me.com/</authorurl>
<version>1.5</version>
<description>component</description>
<files>
<filename>count-lines.php</filename>
<filename>mailer.php</filename>
.............. lotes of files here
<filename>admin/admin.ems.php</filename>
</files>
<administration>
<menu>com</menu>
<submenu>
<menu task="abuses">abuse</menu>
<menu task="design">posts design</menu>
<menu task="members">members</menu>
<menu task="notifications">notifications</menu>
<menu task="posts">posts</menu>
<menu task="subjects">subjects</menu>
<menu task="venue">venue</menu>
<menu task="sg">support groups</menu>
<menu task="zipcode">zip codes</menu>
<menu task="configuration">configuration</menu>
<menu task="ecommerce">e-commerce</menu>
</submenu>
<files>
<filename>admin.php</filename>
</files>
</administration>
</extension>much appreciated!
i guess answer better no answer, here mine:
i thought component cannot work on both j1.5 , j3.0 simultaneously. see separate installer/packages j1.5 , j3.0 versions separate downloads component.
anyways, think you'll need debug php hand, line line. search site error message get, , narrow down comes , narrow down when happens when error.
i thought component cannot work on both j1.5 , j3.0 simultaneously. see separate installer/packages j1.5 , j3.0 versions separate downloads component.
anyways, think you'll need debug php hand, line line. search site error message get, , narrow down comes , narrow down when happens when error.
Comments
Post a Comment