Hello everyone,
I'm trying to make Phalcon work on a instance in my EC2 panel, everything went fine and the framework apparently installed successfully, but for some reason when I try to load an application (Tutorial 1 from phalcon's site) it just don't work and throw me this error:
PhalconException: IndexController handler class cannot be loaded
I've tried many kinds of solution, but them showed unsuccessful, and I really didn't know what to do to make it run properly.
- Ps1.: The same application is running normally in my local environment
- Ps2.: Yes, i've created the tutorial's database/table on my EC2 instance and do have mysql installed
- Ps3.: Phalcon seems to be installled properly, when i run some php command to show extensions phalcon is there, when i run
echo \Phalcon\Version::get();
it throws me:0.9.1
so i assume it is properly installed.
My instance is running Ubuntu 12.10 Server 32bit, if it helps. (And locally, I'm using OSX)
Did someone faced this issue before? Can it be some problem with Phalcon's installation or maybe another quirk? Maybe some .htaccess
problem (it was blocked by default, I had to do some changes into httpd.conf
)?
I would really appreciate some help here. :)