I’m running a php74 standard environment in Google App Engine and outputting logs to php://stdout. Unfortunately, all the logs are prefixed with child X said into stdout and all the PHP errors are prefixed with child X said into stderr. Outside of GAE, I’ve addressed this by modifying the php-fpm runtime config to set catch_workers_output = yes but on the
Tag: gcloud
Warning mkdir() Permission Denied on Google APP Engine PHP Application
I am running CodeIgniter PHP Framework on Google APP Engine using flex environment. Everything is going well except for one small issue, I unable to create folder and upload files because of mkdir …