I was getting this error because I un-commented the following values in php.ini. to trouble shoot another http500 error
Can someone can explain why uncommenting thoses value give me the
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 32 bytes) in /var/DEV/www-v4.1/ss/sapphire/core/Object.php on line 652"
and
"Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 80 bytes) in /var/DEV/www-v4.1/ss/sapphire/core/model/DataObject.php on line 350" ?
; display_errors
Default Value: On
Development Value: On
Production Value: Off
; display_startup_errors
Default Value: Off
Development Value: On
Production Value: Off
; error_reporting
Default Value: E_ALL & ~E_NOTICE
Development Value: E_ALL | E_STRICT
Production Value: E_ALL & ~E_DEPRECATED
; html_errors
Default Value: On
Development Value: On
Production value: Off