Ngbehht Posted September 2, 2015 Share Posted September 2, 2015 I doubt anyone can help me here, but I'm using Store Commander to import my csv file and now I'm getting the following error: Fatal error: Uncaught exception 'PrestaShopException' with message 'Property Product->name is not valid' in /home/neo0870**/public_html/classes/ObjectModel.php:954 Stack trace: #0 /home/neo0870**/public_html/classes/ObjectModel.php(295): ObjectModelCore->validateFieldsLang() #1 /home/neo0870**/public_html/classes/ObjectModel.php(511): ObjectModelCore->getFieldsLang() #2 /home/neo0870**/public_html/classes/Product.php(530): ObjectModelCore->add(true, false) #3 /home/neo0870**/public_html/classes/ObjectModel.php(445): ProductCore->add(true, false) #4 /home/neo0870**/public_html/modules/storecommander/b6a2a6edec4/SC/lib/cat/win-import/cat_win-import_process.php(2339): ObjectModelCore->save() #5 /home/neo0870**/public_html/modules/storecommander/b6a2a6edec4/SC/index2.php(61): unknown() #6 /home/neo0870**/public_html/modules/storecommander/b6a2a6edec4/SC/index.php(139): require('/home/neo0870**/p...') #7 {main} thrown in /home/neo0870**/public_html/classes/ObjectModel.php on line 954 I don't know where to look... to fix this error/errors. If you use Store Commander, or if you can "read" this error message better than I can, can you let me know? I'm now stuck. Thanks, Sharon Link to comment Share on other sites More sharing options...
Simonas Invertus Posted September 3, 2015 Share Posted September 3, 2015 You should contact the developer of the module. The problem might be that in your CSV file are some illegal symbols and module does not know how to handle them so it crash. Well made module should parse or skip illegal symbols. Link to comment Share on other sites More sharing options...
Recommended Posts