Questions tagged [google-app-engine-php]

PHP language version of Google App Engine

PHP Runtime Environment for Google App Engine

Useful links:

118 questions
1
vote
2 answers

Google App Engine PHP (standard): Permissions error fetching application

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…
lifeofguenter
  • 1,121
  • 1
  • 13
  • 22
1
vote
1 answer

Symfony3 on Google App Engine Flexible can't connect to Google Cloud SQL MySQL

I can't get my Symfony 3 project on Google App Engine Flexible to connect to Google Cloud SQL (MySQL, 2. Generation). Starting off with these…
1
vote
0 answers

Interface 'IteratorAggregate' not found in Google App Engine Standard

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?
gbones
  • 386
  • 4
  • 9
1
vote
1 answer

Access app files in ssh session into google app engine flexible?

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…
1
vote
2 answers

Unable to load dynamic library '/base/php_runtime/modules/curl.so'

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' -…
Roel Vermeulen
  • 594
  • 7
  • 15
1
vote
1 answer

Connection refused - Connecting to Google Cloud SQL

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` =…
Adeel Ahmad
  • 1,033
  • 1
  • 11
  • 24
1
vote
0 answers

Google App Engine PHP error 204

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…
1
vote
0 answers

Google AppEngine flex overwriting public folder permissions on deploy

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…
1
vote
2 answers

How do I enable FreeType support for GD in Google App Engine PHP flexible environment?

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…
1
vote
0 answers

is_readable behaviour is strange on php app engine

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.…
1
vote
1 answer

Enqueuing tasks in transactions for PHP

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…
EthanS
  • 734
  • 1
  • 5
  • 8
1
vote
2 answers

How to get PHP errors to show up in the GAE Error Reporting view?

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…
1
vote
0 answers

AppEngine Safari "Failed to load resource: Frame load interrupted" (but file still downloads)

I'm building a signed url to download a Google Cloud Storage File via Google App Engine and I get the following…
bryan
  • 8,879
  • 18
  • 83
  • 166
1
vote
1 answer

Setup google-api-php-client to comunicate with custom google app engine API endpoint

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…
1
vote
1 answer

App Engine Win SDK PHP timeout stuck at 30 seconds, should be 60?

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…
Alex Kerr
  • 956
  • 15
  • 44