Title: Strict Standards Error V3.0.1
Last modified: August 22, 2016

---

# Strict Standards Error V3.0.1

 *  [Red Deer Web Design](https://wordpress.org/support/users/bdbolin/)
 * (@bdbolin)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/strict-standards-error-v301/)
 * Strict Standards: Non-static method GFCPTAddon::get_base_path() should not be
   called statically (url) on line 55
 * This is after updating Gravity Forms. Any ideas?
 * [https://wordpress.org/plugins/gravity-forms-custom-post-types/](https://wordpress.org/plugins/gravity-forms-custom-post-types/)

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

 *  [AJ Morris](https://wordpress.org/support/users/ajmorris/)
 * (@ajmorris)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/strict-standards-error-v301/#post-5676168)
 * I’m also getting this.
 *     ```
       Strict Standards: Non-static method GFCPTAddon::get_base_path() should not be called statically in /srv/www/example.com/htdocs/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 /srv/www/example.com/htdocs/wp-content/plugins/gravity-forms-custom-post-types/gfcptaddon.php on line 58
       ```
   
 * Do you have an idea of when you are going to fix this?
 *  [benamozza](https://wordpress.org/support/users/benamozza/)
 * (@benamozza)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/strict-standards-error-v301/#post-5676180)
 * I’m also hitting this issue and will resolve with a single code change on line
   121 of gfcptaddon.php:
 * `protected function get_base_path(){`
 * becomes…
 * `protected static function get_base_path(){`
 *  Thread Starter [Red Deer Web Design](https://wordpress.org/support/users/bdbolin/)
 * (@bdbolin)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/strict-standards-error-v301/#post-5676181)
 * I believe I tried that in the past – no dice.
 * I’ve since updated a few other plugins and it resolved the issue.
    And turned
   off error reporting 😛
 * Temporary solution at the very least.
 *  [benamozza](https://wordpress.org/support/users/benamozza/)
 * (@benamozza)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/strict-standards-error-v301/#post-5676182)
 * The solution that I’ve suggested above does appear to resolve to error for me.
 *  [BenAttenborough](https://wordpress.org/support/users/benattenborough/)
 * (@benattenborough)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/strict-standards-error-v301/#post-5676192)
 * Yep benamozza’s method worked for me too, at least in terms of removing the error.
   I haven’t tried using the plugin fully yet though.
 *  [theaussiepea](https://wordpress.org/support/users/theaussiepea/)
 * (@theaussiepea)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/strict-standards-error-v301/#post-5676193)
 * Yes, that fixes it, and I’ve done the same change to resolve that warning. Can
   we get this in the next release, so updating the plugin doesn’t start displaying
   the warning, again?
 * Thanks!

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

The topic ‘Strict Standards Error V3.0.1’ is closed to new replies.

 * ![](https://ps.w.org/gravity-forms-custom-post-types/assets/icon-256x256.png?
   rev=2542252)
 * [Gravity Forms + Custom Post Types](https://wordpress.org/plugins/gravity-forms-custom-post-types/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/gravity-forms-custom-post-types/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/gravity-forms-custom-post-types/)
 * [Active Topics](https://wordpress.org/support/plugin/gravity-forms-custom-post-types/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/gravity-forms-custom-post-types/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/gravity-forms-custom-post-types/reviews/)

 * 6 replies
 * 5 participants
 * Last reply from: [theaussiepea](https://wordpress.org/support/users/theaussiepea/)
 * Last activity: [11 years, 2 months ago](https://wordpress.org/support/topic/strict-standards-error-v301/#post-5676193)
 * Status: not resolved