Upgrade Issue
#16549
Replies: 1 comment
-
Are you using MariaDB? If so, what version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I converted my Snipe-It installation so that I could use the php upgrade.php. Everything completed as per the documentation with no issues.
But now when I try to load the website, nothing happens.
In the Laravel.log I see this but not sure what to do with it:
[2025-03-17 22:49:22] production.ERROR: PDOException: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'generation_expression' in 'field list' in C:\inetpub\wwwroot\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Connection.php:407
[2025-03-17 22:49:22] production.ERROR: SQLSTATE[42S22]: Column not found: 1054 Unknown column 'generation_expression' in 'field list' (Connection: mysql, SQL: select column_name as
name
, data_type astype_name
, column_type astype
, collation_name ascollation
, is_nullable asnullable
, column_default asdefault
, column_comment ascomment
, generation_expression asexpression
, extra asextra
from information_schema.columns where table_schema = 'snipeit' and table_name = 'report_templates' order by ordinal_position asc) {"exception":"[object] (Illuminate\Database\QueryException(code: 42S22): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'generation_expression' in 'field list' (Connection: mysql, SQL: select column_name asname
, data_type astype_name
, column_type astype
, collation_name ascollation
, is_nullable asnullable
, column_default asdefault
, column_comment ascomment
, generation_expression asexpression
, extra asextra
from information_schema.columns where table_schema = 'snipeit' and table_name = 'report_templates' order by ordinal_position asc) at C:\inetpub\wwwroot\snipe-it\vendor\laravel\framework\src\Illuminate\Database\Connection.php:825)Beta Was this translation helpful? Give feedback.
All reactions