My favorites | Sign in
Project Logo
                
Details: Show all Hide all

Earlier this year

  • Mar 15, 2009
    issue 1 (Making this work with Joomla 1.5) commented on by gurolgencel   -   Thankyou.
    Thankyou.
  • Mar 15, 2009
    com_sudokusolver_1.5.zip (Sudoku Solver Beta v0.1 for Joomla 1.5.x) file uploaded by gurolgencel   -  
    Labels: Featured Type-Installer OpSys-All
    Labels: Featured Type-Installer OpSys-All
  • Mar 14, 2009
    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>
 
Hosted by Google Code