Joomla help..

Man of Honour
Joined
17 Feb 2003
Posts
29,640
Location
Chelmsford
I'm trying to install a third party template into Joomla but don't seem to be having much luck.

Firstly, when I tried importing using the browse and install function, I get the following error:

Your extension appears to be written for an older version of Joomla, you must enable the system legacy plugin manager if you wish to continue.

So I enabled the system lagacy plugin but still it wouldn't work.

I've also downloaded the required template into the template directory, which was uploaded with the product as part of the installation. The template appears in the template list but shows as incompatible with current version. Again the legacy plugin is enabled.


I'm using Joomla version 1.5

this is the template I'm trying to install.
http://www.themesbase.com/?view=4132


Any ideas?
 
Last edited:
<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="template" version="1.0.x">
<name>touchthesky</name>
<creationDate>08 Jan 07</creationDate>

becomes:

<?xml version="1.0" encoding="iso-8859-1"?>
<mosinstall type="template" version="1.5.x">
<name>touchthesky</name>
<creationDate>08 Jan 07</creationDate>

I've not tested this so cannot say for certain.
 
Back
Top Bottom