Skip to content

Tag: php-7.4

PHP 7.4 Warning: Creating default object from empty value

The apache error logs are filling up with this. I don’t want to suppress all errors though, and understand I need to create an object explicitly somewhere but the syntax escapes me. Warning: Creating default object from empty value in libraries/cegcore2/libs/helper.php on line 22 Answer The problem is t…