Welcome Guest, Not a member yet? Register   Sign In
unable to load requested class uri,
#1

[eluser]Pokhara[/eluser]
I have just migrated and installed my halfway project in CentOS 5.4, it says

An error was encountered
unable to load requested class : uri

Even when i am not loading in autoload.If anybody help me to solve this, I would thank a million. Lost many hours just to figure this. Thanks
#2

[eluser]WanWizard[/eluser]
You get that message if the file can not be read. So check the permissions on your files, in this case ./system/libraries/uri.php.
#3

[eluser]Pokhara[/eluser]
i did chmod 0777 URI.php
no luck
#4

[eluser]WanWizard[/eluser]
Where in your code do you get this error, because it mentions 'uri' in lowercase, while the file is called URI.php (uppercase), and the frontcontroller loads it as such.

On linux, filenames are case-sensitive, so uri.php is a different file from URI.php.




Theme © iAndrew 2016 - Forum software by © MyBB