HowHard Posted October 17, 2013 Share Posted October 17, 2013 (edited) Hi, For some reason a store I've had running for around 6 months now, I've added another store using multistore (I've another PS installation with multiple stores which is fine) and when I try to edit the content on the homepage using the Home text editor module with the new store selected I get this error: [PrestaShopException] Property EditorialClass->id_shop is empty at line 837 in file classes/ObjectModel.php 831. 832. $message = $this->validateField($field, $this->$field); 833. if ($message !== true) 834. { 835. if ($die) 836. throw new PrestaShopException($message); 837. return $error_return ? $message : false; 838. } 839. } 840. 841. return true; ObjectModelCore->validateFields - [line 255 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFields - [line 596 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->update - [line 253 - modules/editorial/editorial.php] - [0 Argument] Editorial->postProcess - [line 207 - modules/editorial/editorial.php] - [0 Argument] Editorial->getContent - [line 685 - controllers/admin/AdminModulesController.php] - [0 Argument] AdminModulesControllerCore->postProcessCallback - [line 811 - controllers/admin/AdminModulesController.php] - [0 Argument] AdminModulesControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 53 - acp/index.php] - [0 Argument] I click configure on the module, add the content and this loads after clicking save. Help! :/ PS 1.5.6 by the way. Edited October 22, 2013 by HowHard (see edit history) Link to comment Share on other sites More sharing options...
HowHard Posted October 17, 2013 Author Share Posted October 17, 2013 anybody else had this problem or know how to fix it? Link to comment Share on other sites More sharing options...
dylanhf Posted October 17, 2013 Share Posted October 17, 2013 (edited) ok I did get this error - fix was to just 'reset' the module. (go into modules in BO, search for 'home text editor' and then click reset on the module... Edited October 17, 2013 by dylanhf (see edit history) 1 Link to comment Share on other sites More sharing options...
HowHard Posted October 18, 2013 Author Share Posted October 18, 2013 anybody? Sorry if I'm being impatient, just the site is down at the moment whilst waiting homepage text Link to comment Share on other sites More sharing options...
HowHard Posted October 21, 2013 Author Share Posted October 21, 2013 Anybody got any idea on a fix for this? Link to comment Share on other sites More sharing options...
HowHard Posted October 22, 2013 Author Share Posted October 22, 2013 ok, sorry I didn't notice that Dylan had edited his comment with a fix. fix was to just 'reset' the module. (go into modules in BO, search for 'home text editor' and then click reset on the module... This fix worked for me also, doh! Should of tried that earlier lol Thank you! 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