Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Database errors after activating #246

@florianbrinkmann

Description

@florianbrinkmann

Hi!

I activated the current Version 2.4.8 on a 4.7 WordPress multisite install and get the following 3 database errors:

DESCRIBE wp_mlp_languages;
Table 'db.wp_mlp_languages' doesn't exist

DESCRIBE wp_multilingual_linked;
Table 'db.wp_multilingual_linked' doesn't exist

DESCRIBE wp_mlp_site_relations;
Table 'db.wp_mlp_site_relations' doesn't exist

After reloading the page with the installed plugins I get the following errors:

ALTER TABLE wp_mlp_languages ADD KEY `` (`http_name`)
Incorrect index name ''

ALTER TABLE wp_multilingual_linked ADD KEY `` (`ml_blogid`,`ml_elementid`)
Incorrect index name ''

ALTER TABLE wp_mlp_site_relations ADD KEY `` (`site_1`,`site_2`)
Incorrect index name ''

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions