Level 54
Is this for a new install of spark?
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
It says to run migrations, that does not fix it. This is the error I get when I go to /billing
SQLSTATE[42S22]: Column not found: 1054 Unknown column 'subscriptions.user_id' in 'where clause' (SQL: select * from subscriptions where subscriptions.user_id = 1 and subscriptions.user_id is not null order by created_at desc)
The database contains the subscriptions table.
Please or to participate in this conversation.