Skip to content

mysql auto_increment settings and modx #13439

Open
@mightydok

Description

@mightydok

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-setupbugThe issue in the code or project, which should be addressed.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions