• Resolved vamos20j

    (@vamos20j)


    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 737

    Small 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)
  • Plugin Author danstanhope

    (@danstanhope)

    Hey there,

    Thanks a lot for the feedback & sorry for the late reply. This issue should be fixed in the latest version of the plugin. If you wouldn’t mind downloading the latest version, hopefully those warnings disappear.

    Thanks again & best.

    Thread Starter vamos20j

    (@vamos20j)

    Thank you for the update! I downloaded the latest version of the plugin, and the warnings are gone. Much appreciated!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP Notices’ is closed to new replies.