3.0.16 doesn't exist and extensions cannot be installed on the 3.0.x branch. So, which version did you update from and how did you update?Noviets wrote:I recently upgraded the 3.0.16 to 3.1.6 by recommendation to fix some compatibility issues with a few extensions I am using.
Code: Select all
SELECT COUNT(user_pass_convert) FROM phpbb_users
phpbb_
if that is not your table prefix. Code: Select all
SELECT COUNT(user_id) FROM phpbb_users WHERE user_password LIKE '$CP$%'
Code: Select all
Fatal error: Uncaught exception 'Exception' with message 'DateTime::__construct(): Failed to parse time string (@) at position 0 (@): Unexpected character' in /home/vvv1host/public_html/phpBB3/phpbb/datetime.php:50 Stack trace: #0 /home/vvv1host/public_html/phpBB3/phpbb/datetime.php(50): DateTime->__construct('@', Object(DateTimeZone)) #1 /home/vvv1host/public_html/phpBB3/phpbb/user.php(728): phpbb\datetime->__construct(Object(phpbb\user), '@', Object(DateTimeZone)) #2 /home/vvv1host/public_html/phpBB3/includes/functions_display.php(1652): phpbb\user->format_date(NULL) #3 /home/vvv1host/public_html/phpBB3/memberlist.php(1464): phpbb_show_profile(NULL, false, false, false) #4 {main} thrown in /home/vvv1host/public_html/phpBB3/phpbb/datetime.php on line 50
Restore your backupNoviets wrote:Can I convert them back?