Welcome Guest, Not a member yet? Register   Sign In
Troubles with URI class
#2

[eluser]jakelehner[/eluser]
Ok ... I found my first problem. My route was wrong. I changed it to:

$route['user/(:any)'] = "user/index/$1";

and it *almost* works ...

now if I go in to the URI library and comment out the block of code that does the caching:

Code:
if (isset($this->keyval[$n]))
  {
   return $this->keyval[$n];
  }

it works ... but if I leave the cache block in, it does not.

Any ideas?


Messages In This Thread
Troubles with URI class - by El Forum - 02-29-2012, 08:58 PM
Troubles with URI class - by El Forum - 02-29-2012, 09:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB