constantina Posted February 6, 2013 Share Posted February 6, 2013 (edited) Merhaba, Siteme .csv dosyası ile toplu ürün girerken aşağıdki hatayı alıyorum. [PrestaShopException] Property FeatureValue->value is empty at line 872 in file classes/ObjectModel.php 866. 867. $message = $this->validateField($field, $value, $id_lang); 868. if ($message !== true) 869. { 870. if ($die) 871. throw new PrestaShopException($message); 872. return $error_return ? $message : false; 873. } 874. } 875. } 876. ObjectModelCore->validateFieldsLang - [line 305 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFieldsLang - [line 489 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->add - [line 163 - classes/FeatureValue.php] - [2 Arguments] FeatureValueCore->add - [line 154 - classes/FeatureValue.php] - [0 Argument] FeatureValueCore::addFeatureValueImport - [line 1449 - controllers/admin/AdminImportController.php] - [2 Arguments] AdminImportControllerCore->productImport - [line 2697 - controllers/admin/AdminImportController.php] - [0 Argument] AdminImportControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - storeadmin/index.php] - [0 Argument] Konfigürasyon bilgilerim ise aşağıdaki gibi: Server information Server information: Linux #1 SMP Wed Dec 19 07:05:20 UTC 2012 x86_64 Server software version: Apache/2.2.23 (Unix) mod_ssl/2.2.23 OpenSSL/1.0.0-fips mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontPage/5.0.2.2635 PHP version: 5.3.21 Memory limit: 128M Max execution time: 750 Database information MySQL version: 5.1.66-cll MySQL engine: InnoDB Tables prefix: ps_ Store information Prestashop version: 1.5.3.1 Current theme in use: default Yardımcı olabilecek kimse var mı? Edited February 6, 2013 by constantina (see edit history) Link to comment Share on other sites More sharing options...
MEG Venture Posted February 6, 2013 Share Posted February 6, 2013 Product csv'yi atarken feature sütununu kullanıyor musunuz? Kullanıyorsanız, sütun etiketi olarak feature adını yazıyor musunuz? Link to comment Share on other sites More sharing options...
constantina Posted February 6, 2013 Author Share Posted February 6, 2013 Her dosyanın ilk satırında sütun etiketleri var, import sırasında skip 1 line diyorum, ama feature sütununun altı boş oluyor. Link to comment Share on other sites More sharing options...
MEG Venture Posted February 6, 2013 Share Posted February 6, 2013 Eğer feature sütunu yoksa o feature bağlığını "ignore that column" olarak değiştirebilir misiniz? 1 Link to comment Share on other sites More sharing options...
constantina Posted February 6, 2013 Author Share Posted February 6, 2013 İşe yaradı! Sabahtan beri neler denediğime bakıyorum da, çözümün bu kadar basit olmasına inanamıyorum Çok teşekkürler, iyi çalışmalar! Link to comment Share on other sites More sharing options...
MEG Venture Posted February 6, 2013 Share Posted February 6, 2013 Çok sevindim. İyi çalışmalar. 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now