lawrence
16.06.2004, 15:40
Hi,
I'm on the verge of releasing my first public component. Its not my first mambo component but it is the first I'm releasing publicly. However I'm having trouble installing it. The component itself works fine on my dev box though.
The install goes through fine with no errors. However if I try to access the admin screen, it just defaults to the mambo admin logo screen. Also when I insert the component link in the menu, it doesn't load up. Instead I get this message
The page you are trying to access does not exist.
Please select a page from the main menu.
I've checked the mos_components table and the entries are as they are on my dev box. To my mind, Its not registering itself fully. Are there any other tables I should look at? (the component doesn't use any tables itself.
I'd appreciate any help as its frustating to hit a brick wall on a seemingly minor point! I know its something really really simple, but I've checked everything. The files are uploaded etc. I've listed the installer XML below...
( Using Mambo 1.07 )
<?xml version="1.0" ?>
<mosinstall type="component">
<name>UK TV Guide</name>
<creationDate>15/06/2004</creationDate>
<author>Lawrence Carvalho</author>
<copyright>This component in released under the GNU/GPL License</copyright>
<authorEmail>lawrence@nodetraveller.com</authorEmail>
<authorUrl>www.nodetraveller.com</authorUrl>
<version>1.0</version>
<files>
<filename>uktvGuide.php</filename>
<filename>uktvGuide.html.php</filename>
<filename>css/tvGuideStyle.css</filename>
<filename>css/tvGuideListingStyle.css</filename>
<filename>css/tvGuideTimelineStyle.css</filename>
<filename>js/mosuktvGuide.js</filename>
<filename>js/overlibws/overlibmws.js</filename>
<filename>js/overlibws/overlibmws_bubble.js</filename>
<filename>js/overlibws/overlibmws_hide.js</filename>
<filename>js/overlibws/overlibmws_iframe.js</filename>
<filename>images/tv.jpg</filename>
<filename>images/overlibws/cornerBL.gif</filename>
<filename>images/overlibws/cornerBR.gif</filename>
<filename>images/overlibws/cornerTL.gif</filename>
<filename>images/overlibws/cornerTR.gif</filename>
<filename>images/overlibws/edgeB.gif</filename>
<filename>images/overlibws/edgeL.gif</filename>
<filename>images/overlibws/edgeR.gif</filename>
<filename>images/overlibws/edgeR.gif</filename>
<filename>includes/IXR_Library_inc.php</filename>
</files>
<installfile>
<filename>install.uktvGuide.php</filename>
</installfile>
<uninstallfile>
<filename>uninstall.uktvGuide.php</filename>
</uninstallfile>
<administration>
<menu>MOS UK TV Guide</menu>
<submenu>
<menu act="info">About UK TV Guide</menu>
</submenu>
<files>
<filename>admin.uktvGuide.php</filename>
<filename>admin.uktvGuide.html.php</filename>
<filename>toolbar.uktvGuide.php</filename>
<filename>toolbar.uktvGuide.html.php</filename>
</files>
</administration>
</mosinstall>
Thanks in advance...
I'm on the verge of releasing my first public component. Its not my first mambo component but it is the first I'm releasing publicly. However I'm having trouble installing it. The component itself works fine on my dev box though.
The install goes through fine with no errors. However if I try to access the admin screen, it just defaults to the mambo admin logo screen. Also when I insert the component link in the menu, it doesn't load up. Instead I get this message
The page you are trying to access does not exist.
Please select a page from the main menu.
I've checked the mos_components table and the entries are as they are on my dev box. To my mind, Its not registering itself fully. Are there any other tables I should look at? (the component doesn't use any tables itself.
I'd appreciate any help as its frustating to hit a brick wall on a seemingly minor point! I know its something really really simple, but I've checked everything. The files are uploaded etc. I've listed the installer XML below...
( Using Mambo 1.07 )
<?xml version="1.0" ?>
<mosinstall type="component">
<name>UK TV Guide</name>
<creationDate>15/06/2004</creationDate>
<author>Lawrence Carvalho</author>
<copyright>This component in released under the GNU/GPL License</copyright>
<authorEmail>lawrence@nodetraveller.com</authorEmail>
<authorUrl>www.nodetraveller.com</authorUrl>
<version>1.0</version>
<files>
<filename>uktvGuide.php</filename>
<filename>uktvGuide.html.php</filename>
<filename>css/tvGuideStyle.css</filename>
<filename>css/tvGuideListingStyle.css</filename>
<filename>css/tvGuideTimelineStyle.css</filename>
<filename>js/mosuktvGuide.js</filename>
<filename>js/overlibws/overlibmws.js</filename>
<filename>js/overlibws/overlibmws_bubble.js</filename>
<filename>js/overlibws/overlibmws_hide.js</filename>
<filename>js/overlibws/overlibmws_iframe.js</filename>
<filename>images/tv.jpg</filename>
<filename>images/overlibws/cornerBL.gif</filename>
<filename>images/overlibws/cornerBR.gif</filename>
<filename>images/overlibws/cornerTL.gif</filename>
<filename>images/overlibws/cornerTR.gif</filename>
<filename>images/overlibws/edgeB.gif</filename>
<filename>images/overlibws/edgeL.gif</filename>
<filename>images/overlibws/edgeR.gif</filename>
<filename>images/overlibws/edgeR.gif</filename>
<filename>includes/IXR_Library_inc.php</filename>
</files>
<installfile>
<filename>install.uktvGuide.php</filename>
</installfile>
<uninstallfile>
<filename>uninstall.uktvGuide.php</filename>
</uninstallfile>
<administration>
<menu>MOS UK TV Guide</menu>
<submenu>
<menu act="info">About UK TV Guide</menu>
</submenu>
<files>
<filename>admin.uktvGuide.php</filename>
<filename>admin.uktvGuide.html.php</filename>
<filename>toolbar.uktvGuide.php</filename>
<filename>toolbar.uktvGuide.html.php</filename>
</files>
</administration>
</mosinstall>
Thanks in advance...