Welcome Guest, Not a member yet? Register   Sign In
Problem on Win IIS: "Class not found".
#1

[eluser]Unknown[/eluser]
So, I've got an application that I've ran successfully on a staging server that uses MS IIS.

So far, so good.

Now, I'm trying to deploy it to production, which has (supposedly) the same configuration, and I'm getting an error I've never seen before:

Fatal error: Class 'xxx' not found in E:\http\xxx\xxx\system\core\Loader.php on line 303

Basically, the core loader is loading up a model I have requested in my controller, and it fails on the line where it instantiates the class;
from what I can tell, the application is finding the file (so it doesn't appear to be a path problem ), and reading in the source ( the error message actually shows some of the source as its being loaded ), but the class definition is not created within the application.

It doesn't really matter "what" the model is, as long as its a model that is being loaded through Loader. Basically, this failure occurs whenever I try to load any model..

Any ideas?



Messages In This Thread
Problem on Win IIS: "Class not found". - by El Forum - 03-25-2012, 01:27 PM
Problem on Win IIS: "Class not found". - by El Forum - 03-25-2012, 01:53 PM
Problem on Win IIS: "Class not found". - by El Forum - 03-25-2012, 02:50 PM
Problem on Win IIS: "Class not found". - by El Forum - 03-25-2012, 04:14 PM



Theme © iAndrew 2016 - Forum software by © MyBB