Hello,
I'm trying to install this great template on a lynux hosting (with mysql of course) from the joomla 1.5 quickstart package, but I encountered 1 error.
I unzipped the package in the root of my website and wrote the url in the browser.
In the tab "DB Restore" of Akeeba Backup Installer i wrote my DB data, but when i select "NEXT" this message comes out:
"Error at the line 0: CREATE TABLE `#__ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) NOT NULL, `configuration` longtext, `filters` longtext, PRIMARY KEY (`id`) ) TYPE=In ... MySQL: MySQL query failed with error 1064 (You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 'TYPE=InnoDB AUTO_INCREMENT=2' at line 1). The query was:CREATE TABLE `jos_ak_profiles` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `description` varchar(255) NOT NULL, `configuration` longtext, `filters` longtext, PRIMARY KEY (`id`) ) TYPE=InnoDB AUTO_INCREMENT=2"
what is wrong?
I never installed a quickstart before, is there a manual or a tutorial?
thanks!!