bradvin / gravity-forms-custom-post-types

Map Gravity Form post entries to a custom post type. Also include custom taxonomies.
GNU General Public License v2.0
30 stars 17 forks source link

Calling non static method in statically. #18

Open Karan1458 opened 8 years ago

Karan1458 commented 8 years ago

Strict Standards: Non-static method gf_wysiwyg::get_base_path() should not be called statically in ***/plugins/gravity-forms-wysiwyg/gf_wysiwyg.php on line 49.

Quick fix : define('GRAVITY_WYSIWYG',plugin_dir_path(FILE)); On 49 line : require_once(GRAVITY_WYSIWYG . '/gf_wysiwyg_class.php');