Page 1 of 1

Module does not appear in the Create new module area

Posted: Mon Mar 26, 2012 11:29 pm
by antonyo121982
Hello! I've created a module for joomla 1.5 and 2.5 . All is working fine but in joomla 1.5 the module does not appear in the area where you can create a new instance of the module. Only a blank spot appears. Please see the image below. I don't know how to fix that. :'( Thanks in advance for any help.
Image

Re: Module does not appear in the Create new module area

Posted: Tue Mar 27, 2012 9:22 am
by jtut
Probably because the module files were deleted, re-upload the module files from the Joomla Full package of your current version.

Re: Module does not appear in the Create new module area

Posted: Tue Mar 27, 2012 3:00 pm
by antonyo121982
Hello and thank you for your reply. This is not the issue :( I guess is something from my xml file , maybe Is not well formed . This is a part from my xml:

Code: Select all

<?xml version="1.0" encoding="UTF-8"?>
	<install type="module" version="1.5.0" method="upgrade">
		<name>Module's name</name>
		<author>Author</author>
		<creationDate>Date</creationDate>
		<copyright>Released under GNU/GPL License</copyright>
		<license>http://www.gnu.org/licenses/gpl-3.0-standalone.html</license>
		<authorEmail>my email</authorEmail>
		<authorUrl>my website url</authorUrl>
		<version>1.0.0</version>
		<description>a short description</description>
	<files>
		<filename module="mod_mymodule">mod_mymodule.php</filename>
		<filename>GNU GENERAL PUBLIC LICENSE.doc</filename>
		<filename>myfile.swf</filename>
		<filename>index.html</filename>
		<filename>swfobject.js</filename>
		<folder>images</folder>
		<folder>elements</folder>
	</files>

		<params addpath="/modules/mod_mymodule/elements/">
Thanks again.

Re: Module does not appear in the Create new module area

Posted: Sun May 13, 2012 2:55 am
by gounane
I have the same problem, How can i fix it Please help :(

Re: Module does not appear in the Create new module area

Posted: Sun May 13, 2012 3:49 am
by sajan_r_shakya
XML structure is different in joomla 2.5.x so change xml .

http://docs.joomla.org/Tutorial:Upgrade ... Joomla_1.6 help and http://docs.joomla.org/Adapting_a_Jooml ... Joomla_1.6 to understand changes in xml and codes.

Re: Module does not appear in the Create new module area

Posted: Sun May 13, 2012 1:18 pm
by antonyo121982
Thank you for your reply , Sajan . But the problem is in joomla 1.5 . I just can not duplicate the module by the new module command. All the best!

Re: Module does not appear in the Create new module area

Posted: Sun May 13, 2012 1:31 pm
by sajan_r_shakya
humm, How you install on site? i mean you install manually of installation manager?

Re: Module does not appear in the Create new module area

Posted: Sun May 13, 2012 1:40 pm
by antonyo121982
Hi again. I am installing it from the extensions manager/install . With the upload and install method. The thing is that the module appears in the area were you create new modules/instances of the existing ones but only if it is not enabled...

Re: Module does not appear in the Create new module area

Posted: Sun May 13, 2012 1:58 pm
by sajan_r_shakya
I am confused. Is it possible to send screenshots?

Re: Module does not appear in the Create new module area

Posted: Sun May 13, 2012 2:22 pm
by antonyo121982
I've sent you a pm . The screenshot : http://i45.[removed].com/e61v1y.png

Re: Module does not appear in the Create new module area

Posted: Sun May 13, 2012 9:04 pm
by gounane
any ideas :(