mehmetsen80 Posted March 12, 2013 Share Posted March 12, 2013 Dear Prestashop, I realized that although I didn't want to install the default theme on the installer page, it installed it for me. It is really overwhelming when themes getting confused Your readme file is not enough to understand I bought your theme268 the one with the movie thing However, I can't install this theme, I also dumped the database that I need, still no luck Is there a video or guide to install the theme step by step? I am using prestashop 1.5.3.1 For the theme I bought (theme268), the readme file gives wrong directions, it says: - Having the package downloaded, extract the contents of the theme folder to your Prestashop installation root directory. - Patch your prestashop database with the provided source/dump.sql (only if you want sample contents) Warning! Patching the database with our sql dump will remove your data, so please back it up before patching. - Log into Prestashop administration panel, go to Preferences → Appearance and select your theme in the Themes tab. These 3 steps are just not enough to understand, I think this theme is for old versions? There is no Preferences->Appearance menu at all Anyway, even though I go to Themes and find my theme, it does not work out Link to comment Share on other sites More sharing options...
mehmetsen80 Posted March 12, 2013 Author Share Posted March 12, 2013 Here is the error when I make the debug true in defines.inc.php See the attached image, it gives column error which means the theme I bought is not for new version? Link to comment Share on other sites More sharing options...
mehmetsen80 Posted March 12, 2013 Author Share Posted March 12, 2013 My new theme has a sql in dumb text file like this: /* Table structure for table `ps_configuration` */ DROP TABLE IF EXISTS `ps_configuration`; CREATE TABLE `ps_configuration` ( `id_configuration` int(10) unsigned NOT NULL auto_increment, `name` varchar(32) NOT NULL, `value` text, `date_add` datetime NOT NULL, `date_upd` datetime NOT NULL, PRIMARY KEY (`id_configuration`), UNIQUE KEY `name` (`name`) ) ENGINE=MyISAM AUTO_INCREMENT=217 DEFAULT CHARSET=utf8; and then it has insert values sql I think I dropped the latest table structure since the theme is for old versions? Do you have the newer versions for http://www.templatemonster.com/demo/36980.html template? I guess it does not support prestashop 1.5.3.1 ? Link to comment Share on other sites More sharing options...
Recommended Posts