Open
Description
Summary
With MySQL server settings:
# Autoincrement
auto_increment_increment=2
auto_increment_offset=2
Default modx installation don`t work
Step to reproduce
Add settings below to my.cnf:
# Autoincrement
auto_increment_increment=2
auto_increment_offset=2
Restart mysql
Install MODx
Observed behavior
After install i get 503 error at main page with error below in error.log:
[2017-04-24 00:03:15] (FATAL) The requested resource has no valid content type specified.
[2017-04-24 00:03:24] (FATAL) The requested resource has no valid content type specified.
[2017-04-24 00:16:16] (FATAL) The requested resource has no valid content type specified.
[2017-04-24 00:16:18] (FATAL) The requested resource has no valid content type specified.
[2017-04-24 00:16:47] (FATAL) The requested resource has no valid content type specified.
[2017-04-24 00:16:48] (FATAL) The requested resource has no valid content type specified.
[2017-04-24 00:16:48] (FATAL) The requested resource has no valid content type specified.
[2017-04-24 00:16:48] (FATAL) The requested resource has no valid content type specified.
[2017-04-24 00:16:48] (FATAL) The requested resource has no valid content type specified.
Expected behavior
Site with modx works
Environment
MODx 2.5.7
Centos 6
MySQL 5.5
ISPConfig 3
PHP 5.4