Welcome Guest, Not a member yet? Register   Sign In
Routing in 1.5.4 breaks my apps
#5

[eluser]Michael Ekoka[/eluser]
First my apologies guys: I just downloaded the stable version of CI and realized that the code that had previously been breaking my applications is only in the svn repository.

UPDATE: changing my mod_rewrite like described earlier only fixed the problem for the index url, but created another for the rest of the site. So I reverted back to my original mod_rewrite script (which btw works fine in stable 1.5.4).


Now, to the development team, with some luck they might read it:

- in the URI.php file currently in the repository, between line 119 and 223, you have this little check that almost never gets a chance to run, because the _fetch_uri_string() method will more than likely return before it. This creates the problem that I described in my original post.

Code:
// If the URI contains only a slash we'll kill it

        if ($this->uri_string == '/')

        {

            $this->uri_string = '';

        }

Thank you for your time.


Messages In This Thread
Routing in 1.5.4 breaks my apps - by El Forum - 09-12-2007, 10:39 AM
Routing in 1.5.4 breaks my apps - by El Forum - 09-12-2007, 10:48 AM
Routing in 1.5.4 breaks my apps - by El Forum - 09-12-2007, 11:24 AM
Routing in 1.5.4 breaks my apps - by El Forum - 09-12-2007, 12:53 PM
Routing in 1.5.4 breaks my apps - by El Forum - 09-18-2007, 09:59 PM



Theme © iAndrew 2016 - Forum software by © MyBB