Jump to content

Category "accessories" allowed ?


pekos

Recommended Posts

Can anyone explain why i cannot use the word "accessories" as a title for a product category? When i give this name to a category then i get a blank page (not 404). When i change the title of this category to something else then it shows up. I don't know if the following makes it easier or harder to understand, the translated word to greek used as the title of the category in greek, produces the same error.

Anyone knows if this is normal behavior or I have a setting in my configuration that prevents the word "accessories" from being use as a title for a category?

 

Regards

Link to comment
Share on other sites

I do not think it should affect, you should be able to use any category name.

I also just tried at our development environment, it seems working fine when I changed one of category to "accessories".

It works fine both at back office and front store.

Link to comment
Share on other sites

Hi

 

this is what I get:

 

Strict Standards: Declaration of Link::getCategoryLink() should be compatible with LinkCore::getCategoryLink($category, $alias = NULL, $id_lang = NULL, $selected_filters = NULL, $id_shop = NULL, $relative_protocol = false) in /var/www/vhosts/pekos.gr/trans-hellas.com/override/classes/Link.php on line 0

Link to comment
Share on other sites

The error message tells you that class method signature override of class Link.php does not match.

This might be the cause of the issue, please try to fix the error and see if it will fix your issue.

 

You can replace the signature of method getCategoryLink() with following line in file /override/classes/Link.php

public function getCategoryLink($category, $alias = NULL, $id_lang = NULL, $selected_filters = NULL, $id_shop = NULL, $relative_protocol = false) 
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...