I got this twice: Fatal error: Call to undefined function session_register() in /home/buff_org/buffistas.org/classes/user.php on line 86
just now before reloading brought me to the homepage.
Mal ,'Safe'
Do you have problems, concerns, or recommendations about the technical side of the Phoenix? Air them here. Compliments also welcome.
I got this twice: Fatal error: Call to undefined function session_register() in /home/buff_org/buffistas.org/classes/user.php on line 86
just now before reloading brought me to the homepage.
Ditto.
Same.
I commented out the session_register lines in the code. I don't think they were doing anything.
Maybe someone else who knows a little more about php could take a look at classes/user.php ?
testing: é → ðŸ‰
Given that the line before is
$_SESSION['_user'] = $user;
and these StackOverflow answers, I think we're OK.
testing: é → ðŸ‰
Is that a watermelon?
And this would seem to confirm that that line was redundant. [link]
I'm getting black diamonds with a question mark in place of the 'e' in risque and frisque in the Bitches thread title. Everything else seems fine.
I'm geting that, too.
Yep, that's what I was testing above.
It looks like after the cutover, data is being written to the database with a different encoding than before. So new posts will be OK, but old posts will look funny.
For the thread titles and sluglines, a mod could go and edit them, and then they should be OK.
The pedant in me wants to go through every record in the database, check the encoding, and recode it if necessary. But that would be a lot of work, and risk, for something with only a small amount of benefit.