Setting up IntelliJ IDEA to run my PHP Wordpress (for App Engine) projects. Google Cloud Tools installed.
Have imported existing project files and then went to Tools > Google Cloud Tools > Run on a local App Engine Standard dev server.
An error is…
I looking for a way to incease 'fastcgi_read_timeout' in GAE Flex using runtime_config 'nginx_conf_include'.
The reason to increase the timeout is my http request requires around 90seconds but the default only 60seconds.
Can't manage to find in SO…
I have very serious question that my App Engine instance’s IP changed automatically with specific time interval. So my live application stops working. Can you please help so that we can make it working again.
Right now to solve this issue we have…
I am having problems when running cron jobs on App Engine.
I have an App Engine Flex custom application running (using php:7.0-apache)
I also have an URL that I can call to run my job, let's say myapp.com/cacheupdate.php, when I point to that URL…
I currently have a small Google App Engine project written in PHP. On a traditional web server, I would simply invoke this particular code via command line (e.g., php whatever.php). I'd like to set this up with cron.yaml to just run every hour or so…
I'm struggling to setup URL handlers in the handlers section of my app.yaml file for my standard engine php application.
Following code makes both mydomain.com/abc.php and mydomain.com display the abc.php file in my dist folder:
handlers:
- url:…
I currently have 2 users of my PHP app, deployed to Google App Engine (GAE) standard env. My aim is to have up to 100 users within a year.
All users execute the same app code, but have their own copy of the database.
Every user needs to sync data…
I am beginner in App Engine PHP.
I am working in ubuntu 16.04 and Google Cloud SDK 187.0.0. I am following this tutorial https://cloud.google.com/appengine/docs/standard/php/quickstart
My code is:
app.yaml
runtime: php55
api_version:…
I recently migrated a site to the flex environment from bluehost. With this migration, I'm aware that I need to configure my nginx-app.conf file to serve scripts/files in the way that I want, but I don't know how to do this.
I want to mimic hosting…
For some reason, this perfectly works on my local development server but when I deploy it to google I get the following error:
PHP Fatal error: Class 'PHPOnCouch\couchClient' not found in…
I'm trying to build GAE PHP runtime extension for local development.
I've followed instructions described in https://github.com/GoogleCloudPlatform/appengine-php-extension
When running the .configure i get the following error:
configure: error:…
All other static files are serving as normal at domain.
It seems PHP file wasn't running; when I don't try to run it as a script (and just upload it as a static file) it works fine; returning plaintext when jQuery calls it - so its definitely not a…
I'm trying to use the Google messaging system but I'm failing before starting.
I'm trying to start with a super simple app that only transmit a "hello world" message and then capture it. Saving it in DB and other tasks will be done after this…
I have a GAE app set up to use a custom domain, let's call it mycustomdomain. This naked domain is working fine over HTTP and HTTPS. I also have a service called api, it can be accessed successfully by going to http://api.mycustomdomain.com…
I am deploying my first app to google app engine and I am getting stuck at "Started cloud build" obviously there is some kind of problem with the build but I am unsure how to diagnose or proceed.
I have included the LOG file if that helps
…