issue 1
(Making this work with Joomla 1.5) reported by elin.waring
- What steps will reproduce the problem?
1. Attempt to install in 1.5
What is the expected output? What do you see instead?
Error messages
What version of the product are you using? On what operating system?
Please provide any additional information below.
I changed the xml file to this and it works:
<?xml version="1.0" ?>
<mosinstall type="component">
<name>sudokusolver</name>
<creationDate>2008</creationDate>
<author>Gurol Gencel</author>
<copyright>This component in released under the GNU/GPL License</copyright>
<authorEmail>gurolgencel@gmail.com</authorEmail>
<authorUrl>http://code.google.com/p/joomlasudokusolver/</authorUrl>
<version>0.1</version>
<files>
<filename>sudokusolver.php</filename>
<filename>sudokusolver.html.php</filename>
<filename>sudoku.php</filename>
</files>
<install>
<installfile>
<filename>install.sudokosolver.php</filename>
</installfile>
<uninstallfile>
<filename>uninstall.sudokosolver.php</filename>
</uninstallfile>
</install>
<administration>
<menu>Sudoku Solver</menu>
<files>
<filename>admin.sudokusolver.php</filename>
<filename>admin.sudokusolver.html.php</filename>
<filename>install.sudokusolver.php</filename>
<filename>uninstall.sudokusolver.php</filename>
</files>
</administration>
</mosinstall>
What steps will reproduce the problem?
1. Attempt to install in 1.5
What is the expected output? What do you see instead?
Error messages
What version of the product are you using? On what operating system?
Please provide any additional information below.
I changed the xml file to this and it works:
<?xml version="1.0" ?>
<mosinstall type="component">
<name>sudokusolver</name>
<creationDate>2008</creationDate>
<author>Gurol Gencel</author>
<copyright>This component in released under the GNU/GPL License</copyright>
<authorEmail>gurolgencel@gmail.com</authorEmail>
<authorUrl>http://code.google.com/p/joomlasudokusolver/</authorUrl>
<version>0.1</version>
<files>
<filename>sudokusolver.php</filename>
<filename>sudokusolver.html.php</filename>
<filename>sudoku.php</filename>
</files>
<install>
<installfile>
<filename>install.sudokosolver.php</filename>
</installfile>
<uninstallfile>
<filename>uninstall.sudokosolver.php</filename>
</uninstallfile>
</install>
<administration>
<menu>Sudoku Solver</menu>
<files>
<filename>admin.sudokusolver.php</filename>
<filename>admin.sudokusolver.html.php</filename>
<filename>install.sudokusolver.php</filename>
<filename>uninstall.sudokusolver.php</filename>
</files>
</administration>
</mosinstall>