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

[eluser]quasiperfect[/eluser]
ty Phil
replacing system folder with the new version is enough ?
#12

[eluser]Phil Sturgeon[/eluser]
Just replacing URI library is enough:

https://bitbucket.org/ellislab/codeignit...bf5de0bde2
#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 */
#14

[eluser]bgougent[/eluser]
had downloaded codeigniter-ba3b278d52e1 and uploading now codeigniter-reactor-bdbf5de0bde2

Wait and see
#15

[eluser]bgougent[/eluser]
No change Confusedhut:

Will use 1.7.3 for this project I think ....
#16

[eluser]Phil Sturgeon[/eluser]
There are two issues being talked about here and you are confusing them.

1.) Somehow you are getting a default controller that extends Controller, not CI_Controller. I have downloaded 2.0.0 Reactor via BitBucket and the direct download from the CodeIgniter homepage and this is the contents that I see for welcome.php. How are you downloading this to get the busted version?

2.) Wen using AUTO some servers will get an issue routing. I just displayed the patch that will fix it, so replace URI.php from that link.
#17

[eluser]Unknown[/eluser]
[quote author="Phil Sturgeon" date="1296598080"]
2.) Wen using AUTO some servers will get an issue routing. I just displayed the patch that will fix it, so replace URI.php from that link.[/quote]

THANK YOU!!!!! I sat here scratching my head for nearly an hour trying to figure out why in CI2.0 my routing wasn't working, I applied your patch and now it's back to working.




Theme © iAndrew 2016 - Forum software by © MyBB