Skip to content
This repository has been archived by the owner on Oct 3, 2023. It is now read-only.

Laravel::load() and PDO::load() error #234

Open
BadChoice opened this issue Apr 6, 2019 · 3 comments
Open

Laravel::load() and PDO::load() error #234

BadChoice opened this issue Apr 6, 2019 · 3 comments

Comments

@BadChoice
Copy link

Hi, when I call

Laravel::load() or PDO::load() nginx throws a 502 bad gateway error without any further information

however Mysql::load() does not throw this error..

Is there any way to identify the problem? the extension is loaded as it says the phpinfo page

Thank you!

@iamacarpet
Copy link

@BadChoice this usually implies a segfault

Just logged one myself, #239

@iamacarpet
Copy link

I should add, we are using both Laravel::load() and PDO::load() as some of the defaults in our library https://github.com/a1comms/GaeSupportlaravel

They both run for us without issue on App Engine Standard (PHP 7.2) in europe-west1, but we are having trouble with trying to add some custom tracing classes ourselves.

If you are on a later version than what is deployed to App Engine, perhaps there is a regression that is getting worse?

@BadChoice
Copy link
Author

Actually we are not using app engine but a simple compute engine with nginex and php installed with laravel forge I'm not sure if this does help you?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants