shoelady Posted April 19, 2013 Share Posted April 19, 2013 I FTP a new theme and I can see it in the theme appearance. When I try to select and save it, I get this error message: PrestaShopException] Property Shop->name is not valid 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 265 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFields - [line 599 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->update - [line 664 - controllers/admin/AdminThemesController.php] - [0 Argument] AdminThemesControllerCore->updateOptionThemeForShop - [line 983 - classes/controller/AdminController.php] - [1 Arguments] AdminControllerCore->processUpdateOptions - [line 538 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->postProcess - [line 553 - controllers/admin/AdminThemesController.php] - [0 Argument] AdminThemesControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 349 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - admin123/index.php] - [0 Argument] It stays on the default.I'm on version 1.5.4 and the theme is compatible. What am I doing wrong? Link to comment Share on other sites More sharing options...
shacker Posted April 19, 2013 Share Posted April 19, 2013 have you upgraded? Link to comment Share on other sites More sharing options...
viemonsta Posted April 21, 2013 Share Posted April 21, 2013 Have u try in local first? Link to comment Share on other sites More sharing options...
shoelady Posted April 22, 2013 Author Share Posted April 22, 2013 This was not an upgrade. Just a first time install. I finally got it to work after trying a variety of ways to reinstall Prestashop, but it was a real pain! There is something not right with Prestashop's download. I kept getting error messages when I tried to do an ftp. Thanks for your replies. 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