Welcome Guest, Not a member yet? Register   Sign In
Can't extend CI_Controller
#6

[eluser]InsiteFX[/eluser]
Controller now found in path is telling you it cannot find the directory and controller name!

The base_url does pertain to finding your classes etc!

Code:
// leave blank and CodeIgniter will try to figure it out!
$config['base_url']    = '';

// else set it!
$config['base_url']    = 'http://www.your_site.com/';

// for example my site is installed in public_html
$config['base_url']    = 'http://www.mysite.com/public_html/';

Also you my need to upgrade to the CI 2.0.1 in the Reactor!

InsiteFX


Messages In This Thread
Can't extend CI_Controller - by El Forum - 04-04-2011, 10:17 AM
Can't extend CI_Controller - by El Forum - 04-04-2011, 10:21 AM
Can't extend CI_Controller - by El Forum - 04-04-2011, 10:23 AM
Can't extend CI_Controller - by El Forum - 04-04-2011, 01:37 PM
Can't extend CI_Controller - by El Forum - 04-04-2011, 02:52 PM
Can't extend CI_Controller - by El Forum - 04-04-2011, 03:47 PM
Can't extend CI_Controller - by El Forum - 04-05-2011, 12:59 AM
Can't extend CI_Controller - by El Forum - 04-05-2011, 08:35 AM
Can't extend CI_Controller - by El Forum - 04-05-2011, 09:22 AM
Can't extend CI_Controller - by El Forum - 04-05-2011, 11:15 AM
Can't extend CI_Controller - by El Forum - 04-05-2011, 12:22 PM
Can't extend CI_Controller - by El Forum - 04-10-2011, 05:36 PM



Theme © iAndrew 2016 - Forum software by © MyBB