Jump to content

Problem With Category Position After Upgrade To 1.5.3


Recommended Posts

Hello,

 

I have problem with category position and displayed on/off after upgrade from 1.4.4 to 1.5.3.

 

When I want to change displayed on/off categories, on screen I`ve got this :

 

 

 

[PrestaShopException]

Property Category->link_rewrite is empty

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.

And i can`t change category positions

Anyone know what could be wrong?

 

Thanks Michal

Link to comment
Share on other sites

As the error says, the category you're trying to update has the link rewrite field empty, try reaching that category's config pag in the back office, and see it there is a link rewrite (friendly url). if you can't access there either, write down the category ID, go to your PHPmyadmin, then ps_category_lang table. Locate the category with that ID, and add something in the link_rewrite column

Link to comment
Share on other sites

Thank You Nemo1,

 

 

Your suggestion has helped, there was any Friendly url in Categories.

 

But one problem still remains. There is no possibility of categories positioning.

 

In attachment are print screens, maybe it would help resolve problem.

 

Regards

 

Michal

post-148817-0-23553100-1363115669_thumb.jpg

post-148817-0-32685400-1363115677_thumb.jpg

post-148817-0-85901200-1363115686_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...