joomla2.5 - Joomla : XML: failed to load external entity -


i created new contact module joomla 2.5.14 . when tried install system return error : xml: failed load external entity. here xml file :

<?xml version="1.0" encoding="utf-8"?> <extension type="module" version="2.5" client="site" method="upgrade"> <name>mod_mycontact</name> <author>smartimpact</author> <creationdate>july 2013</creationdate> <copyright>copyright (c) 2012 - 2013 smartimpact. rights reserved.</copyright> <license>gnu general public license version 2 or later;</license> <authoremail>info@smartimpact.tn</authoremail> <version>2.5.14</version> <description>mod_mycontact_xml_description</description> <files>     <filename module="mod_mycontact">mod_mycontact.php</filename>     <filename>index.html</filename>     <filename>helper.php</filename>     <folder>tmpl</folder>     <filename>mod_mycontact.xml</filename> </files> <config>     <fields name="params">         <fieldset name="email_config" label="email sending config">             <field name="sender_name" type="text" label="nom de l'expéditeur" description="exp : andree naymar" />             <field name="sender_email" type="text" label="email de l'expéditeur" description="exp : koko@gmail.com" />             <field name="receiver_email" type="text" label="email du récepteur" description="exp : hello@live.fr" />                     </fieldset>     </fields> </config>     </extension> 

how can fix it?

for checking syntax error of xml file, open browser. if there typo not open properly.

i think not have include "mod_mycontact.xml".


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -