CI için Auth yüklemeye çalışıyorum: tanımsız yöntemi CI_Loader Çağrı :: setData ()

0 Cevap php

Ben Codeigniter için bir auth sistemi uygulamak için çalışıyorlar. O kadar başarılı değil gerçi, zaman kazanmak istiyordu.

Ben uygulamak çalışıyorum sistemi: http://codeigniter.com/wiki/auth/

Currently I have some forms working, but the registration form generates a fatal error: PHP Fatal error: Call to undefined method CI_Loader::setdata() in /Applications/MAMP/htdocs/CI+Login/system/application/controllers/auth.php on line 159

Herkes bu konuda ne bir fikri vardır? Herkes bu sistemi çalıştıran var?

thx.

EDIT: The code that generates the error is:

if ($this->config->item('auth_use_security_code'))
    $this->authlib->register_init();
            $data['countries'] = $this->Usermodel->getCountries();
$this->load->setdata($data);

Sorun yükü adında bir yöntemi setData içermez olduğunu, CI bir önceki sürümünde vardır ya ben bu ne yapabilir?

0 Cevap