Tank Auth 1.0.8 + Code Igniter 2 = Easy fix
- February 2nd, 2011
- Write comment
I just did base install of Code Igniter 2 for an internal project I am working on, everything worked okay except for Captcha on the registration page. Quite a simple fix actually, since plugins have gone, and only helpers/libraries remain.
Line: 494 in auth.php
// KL: 2011-02-02 $this->load->plugin(‘captcha’);
$this->load->helper(‘captcha’);
That should get you rocking and rolling again























Twitter
Facebook
Flickr
LinkedIn
Last
My Social Networks