admin/environment/custom check/db prefix too long

From MoodleDocs
Revision as of 22:20, 6 October 2023 by German Valero (talk | contribs) (Added link to Spanish page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Since Moodle 4.3, the max allowed length for the database tables prefix ($CFG->prefix) are 10 characters.

If your database is using longer prefixes, you will need to rename all the tables to use a new, shorter, prefix.

References: