500 Error log shows Column not found: 1054 Unknown column 'classification' in 'field list'

I’ve managed to fix the issue, php artisan migrate didn’t work because a few php fucntions were disabled by my web host, enabled escapeshellarg and proc_close and it now runs and has added the missing columns.

1 Like