Viktor1982 wrote:
No valid database connection Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation 'like' SQL=SELECT `id`, `origurl`, `Itemid`, `sefurl` FROM `jos_sefurls` WHERE `sefurl` LIKE '/Страница-%.html'
No valid database connection Illegal mix of collations (latin1_swedish_ci,IMPLICIT) and (utf8_general_ci,COERCIBLE) for operation '=' SQL=SELECT `id` FROM `jos_sefurls` WHERE `sefurl` = '/Страница-2.html' AND `origurl` = ''
Viktor,
it seems you are trying to put Russian alphabet letters into url. JoomSEF doesn't support this by default. You can:
1. Set sefurl column collation to something that supports Russian alphabet (probably UTF8)
or
2. Change Non-ascii char replacements and add there Russian alphabet letters with corresponding ASCII letters.