Nginx, Debian php5.5.
Trying to migrate .2 to .3
I'm following the upgrade instructions to the letter..
For some reason, I'm not getting the upgrade script request for access to the database and it just goes straight to the admin page which throws a error because I'm not logged in. Upon logging in, going to /admin just goes to admin as it normally would... (step 7)
It otherwise seems ok except notifications gives a error
GET https://subdomain.domain.tld/api/notifications
{
"errors": [
{
"code": 500,
"title": "Internal server error",
"detail": "exception 'PDOException' with message 'SQLSTATE[42S22]: Column not found: 1054 Unknown column 'notifications_read_time' in 'field list'' in /var/www/ledstrain_forum/vendor/illuminate/database/Connection.php:411
I don't know why it's not detecting it - I've repeated the steps several times, flushing everything each time.
I'd just start anew but I have user posts I'm trying to preserve