Answer the question
In order to leave comments, you need to log in
Why is latin1 modx base encoding set?
Help with installing modx.
In general, the situation is this: version modx 2.1.5-pl.
Everything works fine on openserver. I put clean modx on the
hosting ( https://www.tsohost.com/) - when installing, I specify "en" and utf-8 encoding. Although it immediately knocks out latin1 and latin1_swedish_ci. In general, I changed it to utf8, etc. I continued the installation, everything was fine.
I go to phpMyadmin all tables in latin1_swedish_ci encoding.
Example:
CREATE TABLE IF NOT EXISTS `modx_access_context` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT,
`target` varchar(100) NOT NULL DEFAULT '',
`principal_class` varchar(100) NOT NULL DEFAULT 'modPrincipal',
`principal` int(10) unsigned NOT NULL DEFAULT '0',
`authority` int(10) unsigned NOT NULL DEFAULT '9999',
`policy` int(10) unsigned NOT NULL DEFAULT '0',
PRIMARY KEY (`id`),
KEY `target` (`target`),
KEY `principal_class` (`principal_class`),
KEY `principal` (`principal`),
KEY `authority` (`authority`),
KEY `policy` (`policy`)
) ENGINE=MyISAM DEFAULT CHARSET=<b><i>latin1</i></b> AUTO_INCREMENT=5 ;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question