PHP Notices
-
There are a number of PHP notices, mostly pertaining to undefined variables, that occur on my site when the ExpertFile plugin is enabled.
Could these be cleaned up?
Small sampling of notices on any page:
Notice: Trying to get property 'ID' of non-object in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Utils.php on line 45 Notice: Trying to get property 'post_content' of non-object in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/class-expertfile-public.php on line 737Small sample of notices on page using directory shortcode:
Notice: Undefined index: query in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Utils.php on line 109 Notice: Undefined property: stdClass::$error in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Api.php on line 57 Notice: Trying to get property 'type' of non-object in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Api.php on line 57 Notice: Undefined property: stdClass::$error in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Api.php on line 57 Notice: Trying to get property 'type' of non-object in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Api.php on line 57 Notice: Undefined property: stdClass::$error in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Api.php on line 57 Notice: Trying to get property 'type' of non-object in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Api.php on line 57 Notice: Undefined property: stdClass::$error in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Api.php on line 57 Notice: Trying to get property 'type' of non-object in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/classes/Api.php on line 57 Notice: Undefined variable: query in /var/www/html/wp-content/plugins/expertfile-expert-content-templates/public/class-expertfile-public.php on line 200
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
The topic ‘PHP Notices’ is closed to new replies.