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 :)

Digg This
Reddit This
Stumble Now!
Buzz This
Vote on DZone
Share on Facebook
Bookmark this on Delicious
Kick It on DotNetKicks.com
Shout it
Share on LinkedIn
Bookmark this on Technorati
Post on Twitter
Google Buzz (aka. Google Reader)