I upgraded from RC2 to 2.3.2 today and everything seemed to be going along swimingly until one of my users sent me a note telling me that when he tried to log in he received the following error:
Fatal error: Call to undefined function: __request_timestamp__() in /var/www/html/forum/theme/default/login.php on line 380
So I decided to log out and see what I could see. I clicked on logout and...
Fatal error: Call to undefined function: __request_timestamp__() in /var/www/html/forum/theme/default/login.php on line 380
Now here's the fun part - I'm looking at my index page and it has a timestamp on the bottom of it, which is produced by:
<?php echo strftime("%a %b %e %H:%M:%S %Z %Y", __request_timestamp__); ?>
Very confusing....