I'm porting the website code over to PHP7, and this entails modifying the site's code.
There will be occasional software failures from today until at least the 15th.
We *should* be attempting this upgrade piecemeal, on a separate server, but that's not what we're doing. Replicating the existing setup is difficult.
Thank you for your patience.
The good news is that most of the site works.
If you find an error, please add a comment to this post.
I'm working on it right now.
You can email me as well. Paste the error messages, and describe what you were doing.
This was a weird bug.
There were some stray uses of the old, php5 version of this class, which had the correct behavior.
The new classes contained this formatting bug, which was caused by a different, longstanding bug... which had been worked-around in the old classes.
There may be new bugs emerging due to some changed behaviors in the underlying database layer, as well.
Ten
Twenty
Foo $foo
Thirty 30
Forty 40
I accidentally overwrote a bunch of code. I need to re-do the fixes.