There is a character limit in the database software of 65,535. Your Pieces section (each section is saved as a separate field in the database) is currently 65,371 characters. (@Fergus, probably a useful error message getting printed by ms3 would be nice.)
This character count is of the source code, so shortening that may help. In particular, all of your images use the full path, and you'll save some characters by using a relative link instead (https://www.chessvariants.com/membergraphics/... to just /membergraphics/...). Not enough to get you total freedom, but probably enough to squeeze in a few more?
Oh, and it looks like we could potentially change the column type to a longer text type. @Fergus?
There is a character limit in the database software of 65,535. Your Pieces section (each section is saved as a separate field in the database) is currently 65,371 characters. (@Fergus, probably a useful error message getting printed by ms3 would be nice.)
This character count is of the source code, so shortening that may help. In particular, all of your images use the full path, and you'll save some characters by using a relative link instead (
https://www.chessvariants.com/membergraphics/...
to just/membergraphics/...
). Not enough to get you total freedom, but probably enough to squeeze in a few more?Oh, and it looks like we could potentially change the column type to a longer text type. @Fergus?