Did an update to 2.3, and ended up with "unexpected errors" on all pages... looked in
More digging and it looks like step14 of 2.3 alpha forces what used to be MEMORY tables to InnoDB.
PHP:
Read more
Читать далее...
xf_error_log
manually and it was because certain important tables didn't exist (for example xf_session_activity
).More digging and it looks like step14 of 2.3 alpha forces what used to be MEMORY tables to InnoDB.
PHP:
Код:
public function step14(): void
{
$tables = [
'xf_attachment_view',
'xf_session',
'xf_session_activity'...
Read more
Читать далее...