Problem with xml file in the template i made - Joomla! Forum - community, help and support


for reason xml file made template returns error: installation file not found. dont error when installing other templates , has started happening yesturday when edited add images it

code: select all

<?xml version="1.0" encoding="iso-8859-1"?>
</mosinstall>
<mosinstall type="template" version="1.0.x">
<name>template v1.0</name>
<creationdate>today</creationdate>
<author>james</author>
<copyright>gnu/gpl</copyright>
<authoremail>jimbo.100b@googlemail.com</authoremail> <authorurl>www.mysiteurl.com</authorurl>
<version>1.0</version>
<description>template vesion 1.0 going modified today</description>
<files>
        <filename>index.php</filename>
</files>
<images>
      <filename>images/col1_bg.jpg</filename>
      <filename>images/col2_bg.jpg</filename>
      <filename>images/col3_bg.jpg</filename>
      <filename>images/left_tab_a.png</filename>
      <filename>images/left_tab.png</filename>
      <filename>images/login.jpg</filename>
      <filename>images/right_tab_a.png<filename
      <filename>images/right_tab.png</filename>
      
</images>
<css>
      <filename>css/template_css.css</filename>
      <filename>css/layout.css</filename>
      <filename>css/customize.css</filename>
      
</css>
</mosinstall>


please please help

just wild guess, if change x in

code: select all

<mosinstall type="template" version="1.0.x">


to

code: select all

<mosinstall type="template" version="1.0.0">


regards robin





Comments