• Hi, when in DEBUG mode TRUE, I have the Errors Message below:

    Strict Standards: Non-static method GFCPTAddon::get_base_path() should not be called statically in /Users/Raoni/Sites/ibrasurf2013/wp-content/plugins/gravity-forms-custom-post-types/gfcptaddon.php on line 55

    Strict Standards: Non-static method GFCPTAddon::get_base_path() should not be called statically in /Users/Raoni/Sites/ibrasurf2013/wp-content/plugins/gravity-forms-custom-post-types/gfcptaddon.php on line 58

    Could you have a look, please?!

    http://wordpress.org/plugins/gravity-forms-custom-post-types/

Viewing 1 replies (of 1 total)
  • The get_base_path() function needs to be run statically with newer versions of PHP – edit line 123 of gfcptaddon.php as follows:

    protected static function get_base_path(){

Viewing 1 replies (of 1 total)
  • The topic ‘Debug ERROR message’ is closed to new replies.