Hi
I have some problems with my Phalcon application and deploying it to AWS beanstalk.
My App works perfect on my local machine with apache and mysql, but when I deploy it to AWS I get blank pages when accessing two of my controllers and two actions in specific. It shows blank pages all the time and the error log shows:
[Sun Feb 02 22:33:25.956930 2014] [core:notice] [pid 29138] AH00052: child pid 29606 exit signal Illegal instruction (4) [Sun Feb 02 22:33:43.983699 2014] [core:notice] [pid 29138] AH00052: child pid 29607 exit signal Illegal instruction (4) [Sun Feb 02 22:34:13.023901 2014] [core:notice] [pid 29138] AH00052: child pid 29608 exit signal Illegal instruction (4) [Sun Feb 02 22:34:45.076915 2014] [core:notice] [pid 29138] AH00052: child pid 29604 exit signal Illegal instruction (4)
Has any of you seen something like that, both selects multiple rows from the database, but it works on dev. When looking at the server, it cuts the connection before serving any KB.