Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Column ID in Ormauth User Permission?
  • I'm using the Ormauth driver, and I'm getting the following error: 

    Fuel\Core\Database_Exception [ 1054 ]:
    Unknown column 't0.id' in 'field list' [ SELECT `t0`.`actions` AS `t0_c0`, `t0`.`id` AS `t0_c1`, `t0`.`role_id` AS `t0_c2`, `t0`.`perms_id` AS `t0_c3` FROM `usuario_role_permissions` AS `t0` WHERE `t0`.`role_id` = '2' ]
  • HarroHarro
    Accepted Answer
    You're on 1.8/develop? There has been a change in the table layout of the join tables.

    You have to run your Auth migrations again, migration 010_auth_fix_jointables will make the required changes.
  • Thank you again.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion