Jump to content

[SOLVED] Error when try to use Home text editor MULTISTORE


Recommended Posts

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. 

post-361293-0-86551400-1382024198_thumb.png

Edited by HowHard (see edit history)
Link to comment
Share on other sites

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...