[google-appengine] Anyone else finally got trapped by 'Google Workspace'?

2022-08-18 Thread Kaan
Every year I dreaded the need to login to each Google Apps domain once to 
prevent them from deactivation

This year being really busy, they finally trapped me, my main project got 
auto upgraded to Google Workspace and I lost my Legacy account for others

The trapped account was new anyway, so I was already a paying account, so 
they didn't gain anything

And my other loved domains have now lost their emails as I just won't go 
through with it every year again

It's just sad, I maintain the App Engine projects even if a project is 
non-profitable, pay quite an uncomfortable amount too, I enjoyed the 
occasional user email, what's the point of taking it away ...

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/69030344-8547-4b3e-94ca-98c79770fdddn%40googlegroups.com.


[google-appengine] AppEngine Standard PHP7.4 Deploy-Error

2022-08-18 Thread Sirko Uhl
I have an App (PHP 7.4) running on Google AppEngine Standard and deploy 
works fine. Now i have created a new Project inside CloudConsole 
 with same settings and want to deploy 
this App to the new generated Project for testreason.

*gcloud app deploy app.yaml --project=testapp-2022-08-14*

*But i am getting this error:*
Fatal error: Unknown: Failed opening required 
'/srv/vendor/google/cloud-error-reporting/src/prepend.php' 
(include_path='.:/layers/google.php.runtime/php/lib/php') in Unknown on 
line 0

To activate the Cloud-Error-Reporting i followed this Documentation: 
CloudErrorrEPORTING 


*my php.ini*

auto_prepend_file = 
'/srv/vendor/google/cloud-error-reporting/src/prepend.php' 
session.gc_maxlifetime = 259200 opcache.memory_consumption = 128

*my app.yaml*

runtime: php74
instance_class: F1
entrypoint: serve bootstrap.php
handlers:
  ...
env_variables:
  ...
runtime_config:
  document_root: .
automatic_scaling:
  max_instances: 20

Can anyone help?

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/ce14c3b1-5fd9-49fc-bbdb-01d2a050fc70n%40googlegroups.com.