• pvwij

    (@pvwij)


    TRhe following error is showing since the last update of the plugin:

    Warning: Undefined variable $field_type in /mnt/web422/d1/07/510651107/htdocs/judodekorte/wp-content/plugins/wp-members/includes/class-wp-members-forms.php on line 83
Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    That, unforunately, is from a filter hook that will be in 3.5.0. I added it into this release to fulfill a specific user request. Unfortunately, the variable name is different from 3.4 to 3.5 and isn’t backwards compatible.

    Since “the cows are out of the barn” already on this release, I have adjusted this and pushed it out as 3.4.9.5.

    If you’d rather fix it directly without updating, change line 83 of class-wp-members-forms.php to this:

    if ( 'membership' == $val[3] ) {

Viewing 1 replies (of 1 total)
  • The topic ‘Error since last update’ is closed to new replies.