Replies: 1 comment 8 replies
-
|
Oops #63 |
Beta Was this translation helpful? Give feedback.
8 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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey @linc sorry just tried a port and got the following error, this did work 6 months ago when I first tried it.
Looks like the error is here:
Illuminate\Database\QueryException SQLSTATE[42S22]: Column not found: 1054 Unknown column 'id' in 'field list' (SQL: select *, COALESCE(Name, CONCAT("category", id)) as name, if(ParentCategoryID = -1, null, ParentCategoryID) as ParentCategoryID, 0 as is_hidden, 0 as is_restricted fromPORT_CategorywhereCategoryID!= -1)Beta Was this translation helpful? Give feedback.
All reactions