SDK release: "1.9.37", timestamp: 1460570478
OSX 10.11.4 Python 2.7.10
When using file_get_contents() in the dev environment to connect to a server with a self signed certificate - we have started to get the error below.
We have not had to work…
I'm trying to run Symfony 2.8 on Google App Engine. Symfony 2.8 added their own version of tempnam(), see here, which won't work properly on App Engine because it doesn't recognize the gs:// scheme.
I've written a working patch here:
if (null ===…
I have a massive table that records events happening on our website. It has tens of millions of rows.
I've already tried adding indexing and other optimizations.
However, it's still very taxing on our server (even though we have quite a powerful…
I have deployed my application on google app engine .The input entered by the user on the form invokes the email.php file(mentioned below in the code) to send out an email .
However, when I deploy this ,when the php file(email.php) is being called…
I'm having an issue using XPath on the Google App Engine for PHP.
So I have the following code:
function getDataXpath($url_str, $xpath_exp_str)
{
$doc = new DOMDocument();
libxml_use_internal_errors(true);
$doc->loadHTMLFile($url_str);
…
I tried to working on the following lab session on Google Cloud related the App Engine app
App Engine Lab Session Link
Then in that lab session, I stuck on the Task 3. Deploy your application
When I tried to deploy an app, I got an…
I have already successfully deployed the app in php standard 7.4 environment and its running, today i wanted to update it and when i do gcloud app deploy i get:
Problem 1
- Root composer.json requires PHP extension ext-mongodb * but it is…
I have a google cloud platform mysql instance (say m1) with both private and public IP. I want to connect to the database using PHP PDO from a local machine (say m2) over the internet. I have authorized the IP of m2 in m1's public network. I am able…
I cannot seem to get my Craft CMS container to run in Google App Engine. I am building the image locally with a custom Dockerfile and pushing the image out to my project container registry.
The deploy goes fine, the /nginx_health checks show as a…
After deploying the downloaded phpMyAdmin stable (5.1.0) to App Engine using php 7, the main UI (i.e. the view after login) becomes unresponsive, apparently due to the following javascript error in the browser:
Refused to execute script from '{App…
My Google App Engine based website started failing suddenly with following error -
file_exists(): open_basedir restriction in effect. File(/base/data/home/.config/gcloud/application_default_credentials.json) is not within the allowed path(s):
Any…
I am using gcp app engine (for the first time), I am used to only normal servers.
I have a php script that have 2 files (1-index.php 2- action.php ).
I created a app.yaml according to gcp :
runtime: php72 # Replace with php73 to use the PHP 7.3…
According to https://cloud.google.com/trace/docs/setup/php, App Engine flexible environment for PHP can run a daemon that sends trace spans to Stackdriver in the background rather than as part of the request processing (which could cause increased…
With php 5.5 app engine standard, errors showed in Stackdriver with the request meta data (see screenshot):
With php 7 standard, no meta data:
How can I link the request meta data to the error with app engine php 7 standard?
I am trying to deploy a Laravel application to App Engine Flexible environment with a custom PHP runtime.
When I try to generate a PDF on the site (using wkhtmltopdf with the laravel-snappy wrapper) I get the error:
(1/1) LogicException
The Process…