Closed
Description
Bug report
Summary
The modx.mysql.schema.xml in MODX 2.8.3 is not valid XML
Validation rules in the following lines contain a <
character which is not allowed in a rule, according to the XML validator here.
- 376
- 815
- 1075
- 1136
- 1186
Escaping the character with a backslash doesn't help, but removing it does.
The ObjectExplorer extra parses the schema file to produce a widely-used reference page on MODX objects at Bob's Guides. OE crashes in 2.8.3 because parsing the file fails.
This is not an issue in MODX 3, where the <
characters have been removed from those lines.
The character was introduced in this commit: ef246f1