[google-appengine] what tool would you use? ///My company needs a system that automatically sends messages to users to request their documents,

2021-06-10 Thread j d
My company needs a system that automatically sends messages to users to request their documents. and that users can answer whether or not they can claim them. then use that data to convert it into information. there are hundreds of users and hundreds of documents to deliver. I'm thinking of mak

[google-appengine] Re: Laravel 8 - build failed in google app engine flexible environment

2021-06-10 Thread Bilal Haidar
Hi Alexis, I believe it's a bug inside GenFilesCommand.php. If the app.yaml file has an empty section for example: env_variables: There is no check for a null section in this case. I discovered that today after I was pulling my hair out! Now It works. But my app is giving 500 Server Error an

[google-appengine] Re: Laravel 8 - build failed in google app engine flexible environment

2021-06-10 Thread 'Alexis (Cloud Platform Support)' via Google App Engine
Hi, I think this may be a duplicate post? I see another post here[1] about the same thing Please mark as resolved if it's for the same question, otherwise please elaborate if it's a different issue. This also helps the community to find the right solutions. Thank you. [1] https://groups.googl

[google-appengine] Re: PHP Fatal error: Uncaught Error: Unsupported operand types in /builder/src/Builder/GenFilesCommand.php:279

2021-06-10 Thread Bilal Haidar
Hello Angel, I was able to find the source of the issue. I had a section inside the app,yaml as follows: env_variables: This was interpreted as null. Hence, the issues above! However, now the cloud build is okay, but I get 500 Server Error. I don't even get any logs to know what is going on!

[google-appengine] Re: PHP Fatal error: Uncaught Error: Unsupported operand types in /builder/src/Builder/GenFilesCommand.php:279

2021-06-10 Thread 'Angel (Google Cloud Platform Support)' via Google App Engine
Hello, I ran your app.yaml file but I was unable to reproduce your issue. I was, however, able to deploy Laravel in App Engine Flex with PHP following this guide [1]. Please try following these steps. Kind regards, Angel [1] - https://cloud.google.com/community/tutorials/run-laravel-on-appen