You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using the vanilo.io (categorization/taxonomies) module.
I made a List Screen and an Edit Screen. The list and create screen works, but when I open the edit screen, I get this error
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type integer: select * from "taxonomies" where "id" = {"id":5,"name":"Category","slug":"category","created_at":"2022-09-04T01:48:38.000000Z","updated_at":"2022-09-04T01:48:38.000000Z"} limit 1
as I understand it, somewhere an object is passed instead of id,
but I don't know where.
This discussion was converted from issue #2352 on September 06, 2022 05:32.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
When i open taxonomy edit page i get error
I'm using the vanilo.io (categorization/taxonomies) module.
I made a List Screen and an Edit Screen. The list and create screen works, but when I open the edit screen, I get this error
SQLSTATE[22P02]: Invalid text representation: 7 ERROR: invalid input syntax for type integer: select * from "taxonomies" where "id" = {"id":5,"name":"Category","slug":"category","created_at":"2022-09-04T01:48:38.000000Z","updated_at":"2022-09-04T01:48:38.000000Z"} limit 1
as I understand it, somewhere an object is passed instead of id,
but I don't know where.
This is a source code
Beta Was this translation helpful? Give feedback.
All reactions