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
When i try to update Super Table to the latest versions, or install on a fresh system i get stuck in SQL Errors
Steps to reproduce
Setup a fresh craft installation with PostgreSQL DB
Install Super Table
Crash
Additional info
Eine der Migrationen von Super Table ist fehlgeschlagen.
Database Exception: SQLSTATE[42703]: Undefined column: 7 ERROR: column mbt.handle does not exist
LINE 1: SELECT "f"."handle", "mbt"."handle" AS "blockTypeHandle"
^
HINT: Perhaps you meant to reference the column "f.handle".
The SQL being executed was: SELECT "f"."handle", "mbt"."handle" AS "blockTypeHandle"
FROM "fields" "f"
INNER JOIN "fieldlayoutfields" "flf" ON "flf"."fieldId" = "f"."id"
INNER JOIN "supertableblocktypes" "mbt" ON "mbt"."fieldLayoutId" = "flf"."layoutId"
WHERE "mbt"."fieldId"=125
Additionally, 2.1.5, introduces a new "Content Table Checker/Fixer" which I'd recommend people run via http://mysite.com/actions/super-table/plugin/check-content-tables to ensure everything is okay. This check won't write any changes, but will give you the opportunity to do so if any errors our found.
If any errors are found, you can run the fixer. Database backups are triggered before the fixer runs as well, just in case something goes wrong at that point.
Description
When i try to update Super Table to the latest versions, or install on a fresh system i get stuck in SQL Errors
Steps to reproduce
Additional info
Eine der Migrationen von Super Table ist fehlgeschlagen.
Database Exception: SQLSTATE[42703]: Undefined column: 7 ERROR: column mbt.handle does not exist
LINE 1: SELECT "f"."handle", "mbt"."handle" AS "blockTypeHandle"
^
HINT: Perhaps you meant to reference the column "f.handle".
The SQL being executed was: SELECT "f"."handle", "mbt"."handle" AS "blockTypeHandle"
FROM "fields" "f"
INNER JOIN "fieldlayoutfields" "flf" ON "flf"."fieldId" = "f"."id"
INNER JOIN "supertableblocktypes" "mbt" ON "mbt"."fieldLayoutId" = "flf"."layoutId"
WHERE "mbt"."fieldId"=125
Migration: verbb\supertable\migrations\m190117_000003_fix_supertablecontent_tables
Output:
The text was updated successfully, but these errors were encountered: