Quote Originally Posted by gcu83 View Post
Thank you for replay

1) PHP: 5.2.17 (Zend: 2.2.0), MySQL 5.5.11-log
2) magic_quotes_gpc - on
3) safe_mode - off

i'm still with the same host

Actually we do use non english characters but right now i have only 2 products in 1 category all written without polish chars.

Can it have something to do with charset conversion:
HTTP_ACCEPT_CHARSET - ISO-8859-2,utf-8;q=0.7,*;q=0.3
_ENV["HTTP_ACCEPT_CHARSET"] - ISO-8859-2,utf-8;q=0.7,*;q=0.3
_SERVER["HTTP_ACCEPT_CHARSET"] - ISO-8859-2,utf-8;q=0.7,*;q=0.3

It really looks like it's eating forward slashes because of charset.

I will try to do download the server and test it locally.
I managed to solve my problem thanks to this thread:
http://www.zen-cart.com/forum/showth...567#post827567

Thank you DivaVocals and myshol