Jump to content

1.5 Upgrade Help!


Recommended Posts

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

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.

 

Can anyone assist, I really do not understand what the problem is

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...