The following line is a representative example of the data written into your website’s PHP error log:
[04-Jan-2017 14:29:27 America/New_York] PHP Fatal error: Allowed memory
size of 367001600 bytes exhausted (tried to allocate 352591872 bytes) in
/full/path/to/module/notification.php on line 504
request_id="v-0000zzzz-d2b4-0000-b3a4-129zzzzd8266"Each of the items in the PHP error log is noted in the following table, along with its description:
| Position | Data | Description |
|---|---|---|
| 0 | [04-Jan-2017 14:29:27 America/New_York] | The date and time of the request. |
| 1 | PHP Fatal error | Type of message, indicating severity. |
| 2 | Allowed memory size of 367001600 bytes exhausted (tried to allocate 352591872 bytes) in /full/path/to/module/notification.php on line 504 | Full text of error message. For more information, see Troubleshooting the error “Allowed memory size of X bytes exhausted”. |
| 3 | request_id="v-0000zzzz-d2b4-0000-b3a4-129zzzzd8266" | A unique ID attached to this request by the load balancer, which appears in several Cloud Platform log files. For more information, see Using HTTP request IDs. |
If this content did not answer your questions, try searching or contacting our support team for further assistance.
The following line is a representative example of the data written into your website’s PHP error log:
[04-Jan-2017 14:29:27 America/New_York] PHP Fatal error: Allowed memory
size of 367001600 bytes exhausted (tried to allocate 352591872 bytes) in
/full/path/to/module/notification.php on line 504
request_id="v-0000zzzz-d2b4-0000-b3a4-129zzzzd8266"Each of the items in the PHP error log is noted in the following table, along with its description:
| Position | Data | Description |
|---|---|---|
| 0 | [04-Jan-2017 14:29:27 America/New_York] | The date and time of the request. |
| 1 | PHP Fatal error | Type of message, indicating severity. |
| 2 | Allowed memory size of 367001600 bytes exhausted (tried to allocate 352591872 bytes) in /full/path/to/module/notification.php on line 504 | Full text of error message. For more information, see Troubleshooting the error “Allowed memory size of X bytes exhausted”. |
| 3 | request_id="v-0000zzzz-d2b4-0000-b3a4-129zzzzd8266" | A unique ID attached to this request by the load balancer, which appears in several Cloud Platform log files. For more information, see Using HTTP request IDs. |
If this content did not answer your questions, try searching or contacting our support team for further assistance.