lbar Posted October 9, 2012 Share Posted October 9, 2012 Hi, i'm going to try to import an old oscommerce database into a brand new prestashop 1.5.1 store but i have a problem. After that i have compiled all the data required (database access etc etc). when i click on Next button I get an generic error: """"""" TECHNICAL ERROR Details: """"""" Looking with firebug, i had found that an URL that the importer try to reach does not exit. Any ideas on what happen there? Thank you. Link to comment Share on other sites More sharing options...
lbar Posted October 9, 2012 Author Share Posted October 9, 2012 After debugging i had found that something goes wrong on [myhome]/modules/shopimporter/ajax.php around row 74: $shop_importer = new shopImporter(); $shop_importer->genericImport($className, $return, (bool)$save); <<<< broke there but by the grace of god, i cannot understand why.... Link to comment Share on other sites More sharing options...
lbar Posted October 9, 2012 Author Share Posted October 9, 2012 Found a code errore (!) in [myhome]/modules/shopimporter/shopimporter.php near row 440 on the method: public function genericImport($className, $fields, $save = false) Validate::file_exists('../../modules/'.$moduleName.'/'.$moduleName.'.php') return error, removing "Validate::" this works... But is not solved yet, as i get a new error "iso_code wrong" (!) when I trying to import...i'm gonna be frustated Link to comment Share on other sites More sharing options...
tomerg3 Posted October 9, 2012 Share Posted October 9, 2012 You can try an alternative with http://www.prestashop.com/forums/index.php?/topic/60549-module-oscommerce-to-prestashop-migration/ Tested and works on 1.5, and we also offer free support if you have any issues. Link to comment Share on other sites More sharing options...
lbar Posted October 9, 2012 Author Share Posted October 9, 2012 is single domain license? or buy one and use forever? Link to comment Share on other sites More sharing options...
tomerg3 Posted October 15, 2012 Share Posted October 15, 2012 1 license per site (you can import the same site multiple times) Link to comment Share on other sites More sharing options...
lbar Posted October 17, 2012 Author Share Posted October 17, 2012 Sorry for the delay of my reply. I have just rewrite the oscommerce import plugin in order to fit my need. The oscommerce was totally not standard (customer forgot to tell me this small detail..) so i think that your plugin didn't help in this case. Regards Link to comment Share on other sites More sharing options...
Recommended Posts