Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
OPauth error login callback.
  • Hi today I have been trying to use opauth on fuelphp 1.7, yet after the callback fires up I got this error I didn't even know from where fuelphp got this table called 'users_providers', none of my files have such table name.

    SQLSTATE[42S02]: Base table or view not found: 1146 Table 'easyshair.users_providers' doesn't exist with query: "SELECT * FROM `users_providers` WHERE `uid` = '848315548600123' AND `provider` = 'Facebook'"
  • HarroHarro
    Accepted Answer
    This table is created by the migrations in the Auth package, so you need to run those.
  • how can i run those migrations, should i cd to the 'packages/auth' folder?
  • thanks I have did it :) 'php oil r migrate --all' to run all existing migrations

Howdy, Stranger!

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

In this Discussion