Every now and then I lose the permissions for a project to be deployed via Google App Engine PHP.
HttpException: Permissions error fetching application [apps/PROJECT_ID]. Please make sure you are using the correct project ID and that you have…
I am trying to run wordpress on Google App Engine Standard PHP, and am receiving this log error when accessing admin: Interface 'IteratorAggregate' not found. Is there something special that needs to occur to get this working?
I'm setting up a PHP based Google App Engine Flexible Environment project and it would be much easier going for me (in terms of speed of progress) if I could access the PHP files that are running at /app in the SSH session that the Google Cloud…
I'm using Google Cloud Platform's App Engine with PHP 5.5, and today I started receiving the following error in the logs:
PHP Warning: PHP Startup: Unable to load dynamic library '/base/php_runtime/modules/curl.so' -…
I have a Laravel 5.3 application which I have deployed using Google Application Engine. However, when I query my database, I am faced with the following error:
SQLSTATE[HY000] [2002] Connection refused (SQL: select * from `users` where `email` =…
I have been receiving the following 204 error approximately once a week for the past 6 weeks and can't figure out what is causing the error.
A problem was encountered with the process that handled this request,
causing it to exit. This is likely…
I'm deploying a PHP app on the AppEngine Flexible environment. I have a command in my post-deploy-cmd scripts in my composer.json file to set permissions for the public/app folder (chmod -R 755 public\/app). However, when I deploy my app, the entire…
I want to use imagettfbbox function in my php application running on Google App Engine PHP flexible environment, so I have read this documentation (https://cloud.google.com/appengine/docs/flexible/php/runtime#dependencies) and…
I have a php app deployed on appengine it depends on fuel/mail, which itself depends on guzzle/guzzle. When, I try to attach and send file with an e-mail, it fails because of is_readable returning false on file that actually exists and is readable.…
I'd like to be able to wrap my code that enqueues tasks in an AppEngine push queue with a transaction so that if any code fails in that transaction the tasks are not committed into the queue. I'm using PHP and am finding no such feature in the…
With a PHP application in Google App Engine, I cannot get the errors to show in the Error Reporting view, part of the Stackdriver offering. It should be configured by default, but putting in errors on purpose or by logging with error_log() still…
I'm trying to configure the google-api-php-client library in my project.
I've already created a custom google app engine project that consists in a cloud endpoint. The project is called 'set-core', the service is called 'vrp API', version 'v1' and…
I'm using Google's latest Windows App Engine PHP SDK, v1.9.38 to run some long running scripts on the local dev server and for some reason they're timing out at 30 seconds. Error is e.g. "Fatal error: The request was aborted because it exceeded the…