Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
problem while create another auth package
  • i have create a different config file of the name it as adminauth and mention the table name 
    and also forge the instance like this 

    Auth::forge('adminauth')->create_user(Input::post('admin-username'), Input::post('admin-password'), Input::post('admin-email'), $group = 001);

    but i am got the following error :
    <p class="intro">ErrorException [ Error ]: Class 'Auth_Login_Adminauth' not found</p>
    can u tell how to solve it..
  • Please do not post the same question twice.

Howdy, Stranger!

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

In this Discussion