E
E
edu301512016-10-13 03:50:47
MODX
edu30151, 2016-10-13 03:50:47

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 ;

So in all tables.
Requests to change the encoding and pressing the "collation" button did not help.
This is the first time.
Because of what it can be? How to fix? And most likely the plugins will conflict with this minishop2 encoding for sure, or I'm wrong. Tell me who knows.
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question