Welcome Guest, Not a member yet? Register   Sign In
reactor 404
#13

[eluser]bgougent[/eluser]
Don't know what is going wrong.
Dus uploaded the new version (reactor) to the server. Still no change

Test custom controller CI 1.7.3
Test custom controller CI 2.0
Config for both versions
Code:
$config['uri_protocol']    = 'AUTO';
Controller in both versions
Code:
<?php

class Test extends Controller {

    function Test()
    {
        parent::Controller();    
    }
    
    function index()
    {
        echo 'test controller';
    }
}

/* End of file welcome.php */
/* Location: ./system/application/controllers/welcome.php */


Messages In This Thread
reactor 404 - by El Forum - 01-27-2011, 09:57 AM
reactor 404 - by El Forum - 02-01-2011, 04:59 AM
reactor 404 - by El Forum - 02-01-2011, 05:02 AM
reactor 404 - by El Forum - 02-01-2011, 05:30 AM
reactor 404 - by El Forum - 02-01-2011, 05:49 AM
reactor 404 - by El Forum - 02-01-2011, 05:54 AM
reactor 404 - by El Forum - 02-01-2011, 06:11 AM
reactor 404 - by El Forum - 02-01-2011, 06:18 AM
reactor 404 - by El Forum - 02-01-2011, 06:44 AM
reactor 404 - by El Forum - 02-01-2011, 07:47 AM
reactor 404 - by El Forum - 02-01-2011, 07:59 AM
reactor 404 - by El Forum - 02-01-2011, 08:03 AM
reactor 404 - by El Forum - 02-01-2011, 08:10 AM
reactor 404 - by El Forum - 02-01-2011, 08:14 AM
reactor 404 - by El Forum - 02-01-2011, 08:17 AM
reactor 404 - by El Forum - 02-01-2011, 10:08 AM
reactor 404 - by El Forum - 02-08-2011, 11:56 AM



Theme © iAndrew 2016 - Forum software by © MyBB