Skip to content

Tag: config

Google Cloud Platform – Create instance with IPv4

I’ve using Google Cloud API and I’ve created instance but without IPv4. I need instance with IPv4. Can anyone help me to config AccessConfig? I think I missed something like this: Can anyone help me? Source: https://github.com/googleapis/google-cloud-php/tree/master/Compute/src/V1 And: https://git…

How to enable error reporting in nginx php config

I have been trying for three days now to enable error reporting in PHP. I have gotten by for a while using the ini_set(‘display errors’ 1); function until I tried to connect to a DB; it didn’t work. Now, I have enabled error_reporting, display_startup_errors, log_errors without any effect on…