I have a Laravel 4.2 App running on Google App Engine (Standard Env) and every minute or so I get a 500 returned with the following error logged. The requests are small objects being returned from the DB.
Any ideas why it would be so sporadic? There's nothing, that I can see, that points the error to a specific method/route. I'm a new GAE user, and any help is greatly appreciated. Thank you!
PHP Warning: PHP Startup: Unable to load dynamic library '/base/alloc/tmpfs/dynamic_runtimes/php55_dynamic/230a19aa4cd01ca1/modules/mcrypt.so' - /base/alloc/tmpfs/dynamic_runtimes/php55_dynamic/230a19aa4cd01ca1/modules/mcrypt.so: cannot open shared object file: No such file or directory in Unknown on line 0
PHP.INI
:
google_app_engine.enable_functions = "php_sapi_name, php_uname, getmypid, set_time_limit"
output_buffering = on
allow_url_include=1
extension = "mcrypt.so"
extension = "curl.so"
allow_url_fopen = On