Joomla Component Develpment: JInstaller: :Install: Cannot find Joomla XML setup file -
i developed joomla component. got error while trying install it. "jinstaller: :install: cannot find joomla xml setup file"
error path not have valid package.
below myforms.xml file
<? xml version = "1.0"encoding = "utf-8" ?> <extension type="component" version="3.2" method="upgrade"> <name>my forms!</name> <creationdate>sept 09 2014</creationdate> <author>toni ezeamaka</author> <authoremail>tons613@ymail.com</authoremail> <copyright>a-one globalsoft technologies</copyright> <version>1.0.1</version> <description>a component adding forms sites</description> <installfile>install.php</installfile> <uninstallfile>uninstall.php</uninstallfile> <scriptfile>script.php</scriptfile> <update> <schemas> <schemapath type="mysql">sql/updates/mysql/</schemapath> </schemas> </update> <files folder="site"> <filename>index.html</filename> <filename>myforms.php</filename> <filename>controller/myforms.php</filename> <folder>views</folder> <folder>models</folder> </files> <administration> <!-- administration menu section --> <menu>my forms!</menu> <files folder="admin"> <filename>index.html</filename> <filename>myforms.php</filename> <filename>controller.php</filename> <folder>sql</folder> <folder>tables</folder> <folder>models</folder> <folder>views</folder> </files> </administration> </extension>
can please?
the issue space in <? xml
i changed <?xml version = "1.0"encoding = "utf-8"?>
and worked. @irfan
Comments
Post a Comment