mali8 Posted November 11, 2013 Share Posted November 11, 2013 Hello, I have probles with importing pictures for may products. Every product with special charters (like č,ž,š,;,..), have this error. PROEL HPC624 KABEL ZA ZVOČNIKE (ID: 37745) cannot be saved Property Product->name is not valid SUZUKI SST-10WT STRATOKASTER ELEKTRIČNA KITARA (ID: 37855) cannot be saved BESPECO RK20; RK30; RK40 (ID: 31944) cannot be saved LINE6 FLEXTONE lll PLUS OJAČEVALEC (ID: 34455) cannot be saved MACKIE CFX 12 MKII MEŠALNA MIZA (ID: 37706) cannot be saved DEAN EVOSS-TGE SPECIAL TIGER EYE ELEKTRIČNA KITARA (ID: 32310) cannot be saved DEAN VENDETTA VN4 TAM TRANS AMBER ELEKTRIČNA KITARA (ID: 32352) cannot be saved How can i solve this problem??? Thanks for the help. Link to comment Share on other sites More sharing options...
mali8 Posted November 12, 2013 Author Share Posted November 12, 2013 I tried to change Validate.php : public static function isName($name) { return preg_match(Tools::cleanNonUnicodeSupport('/^[^0-9!<>,;?=+()@#"°{}_$%:]*$/u'), stripslashes($name)); } to public static function isName($name) { return preg_match(Tools::cleanNonUnicodeSupport('/u'), stripslashes($name)); } The same problem. Link to comment Share on other sites More sharing options...
mali8 Posted November 15, 2013 Author Share Posted November 15, 2013 Someone please, some hint or something ??? Link to comment Share on other sites More sharing options...
Recommended Posts