EllisLab text mark
Advanced Search
     
CI 2.1 Updated: routing problems, 404 pages
Posted: 03 October 2012 07:49 PM   [ Ignore ]
Joined: 2011-03-03
16 posts

Hi,

i updated my CI 2.1 to the latest release and i get many 404 error pages. Mostly on urls with more than one parameter (/foo/bar). Controler overviews (/news or /news/index) works fine…

the checkup with print_r($this) show this:

[uri_string] => news/archive/tech
            [segments] 
=> Array
                (
                    
[1] => news
                    [2] 
=> archivetech
                
)

            
[rsegments] => Array
                (
                    
[1] => news
                    [2] 
=> archivetech
                

This is a realy strange thing. I updated the system and index.php Files.

maybe someone can help me!

thanks

 
Posted: 04 October 2012 07:26 AM   [ Ignore ]   [ # 1 ]   [ Rating: 0 ]
Joined: 2011-03-03
16 posts

Update: I use the HMVC Addon. I dont change any routes or settings.

 
Posted: 04 October 2012 08:50 AM   [ Ignore ]   [ # 2 ]   [ Rating: 0 ]
Joined: 2011-03-03
16 posts

mmh, i dont know what happend, but now it works!