Welcome Guest, Not a member yet? Register   Sign In
Can't figure this issue out. Has to do with the CI_Exception class
#4

[eluser]kyleect[/eluser]
Ok, this turned out to be the issue. I've had the application folder outside of the system folder in the past and have never had any issue with errors. I have figured out a way around this however it's a little sloppy:

Code:
$application_folder = realpath(dirname(__FILE__)).'/'."application";

I wish CI natively was a little more flexible about moving your application folder. Do a lot of people keep it in the system folder?


Messages In This Thread
Can't figure this issue out. Has to do with the CI_Exception class - by El Forum - 09-01-2009, 06:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB