pommi Posted January 9, 2013 Share Posted January 9, 2013 I have recently upgraded my store from 1.4.x to 1.5.3, as part of the upgrade I have also moved the store to a sub-directory. I have finished testing the site and the front end works fine, but there are a couple of odd bugs in the admin. The two keys issues i have are altering existing product information such as the condition attribute. When I do I get a 404 page? I also get a 404 page when I am trying to change my meta tags in categories edit section. These 404 pages only appear after I try and save the changes?? Have anyone seen anything like this before, could it have anything to do with the site sitting in a sub-directory?? Please help Link to comment Share on other sites More sharing options...
pommi Posted January 10, 2013 Author Share Posted January 10, 2013 I have now just tried to change the category a product sits within a received the below error: [PrestaShopException] Property Product->description_short length (1517) must be between 0 and 800 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 660 - classes/Product.php] - [2 Arguments] ProductCore->validateFieldsLang - [line 305 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->getFieldsLang - [line 637 - classes/ObjectModel.php] - [0 Argument] ObjectModelCore->update - [line 492 - classes/Product.php] - [1 Arguments] ProductCore->update - [line 1688 - controllers/admin/AdminProductsController.php] - [0 Argument] AdminProductsControllerCore->processUpdate - [line 626 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->processSave - [line 541 - classes/controller/AdminController.php] - [0 Argument] AdminControllerCore->postProcess - [line 1171 - controllers/admin/AdminProductsController.php] - [0 Argument] AdminProductsControllerCore->postProcess - [line 158 - classes/controller/Controller.php] - [0 Argument] ControllerCore->run - [line 348 - classes/Dispatcher.php] - [0 Argument] DispatcherCore->dispatch - [line 50 - ps-admin/index.php] - [0 Argument] Can anyone assist, I really do not understand what the problem is Link to comment Share on other sites More sharing options...
pommi Posted January 11, 2013 Author Share Posted January 11, 2013 Resolved, it seemed to be a server issue. Something new in PS was causing an 403 error but my host was able to whitelist the rule 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