Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Model not found on production server, works fine in dev environment.
  • I have a project that I'm developing locally on my machine and deploying to an Amazon EC2 instance. Everything works fine on my local development environment, but when I clone the GitHub repo on my production server, I'm getting "ErrorException [ Error ]: Class 'Model_IosDevice' not found". Any thoughts?
  • Both environments running PHP 5.5. Development environment is running apache, production is running nginx.
  • HarroHarro
    Accepted Answer
    Case problem?

    Fuel generates class names ucfirst(), so "Model_Iosdevice" instead of "Model_IosDevice". Also, are all file- and pathnames in lowercase?

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion