• Resolved njurden

    (@njurden)


    I am getting this error when using the shortcode for the profile page

    Warning: sizeof(): Parameter must be an array or an object that implements Countable in C:\xampp\htdocs\testsite\wordpress\wp-content\plugins\pie-register\classes\base.php on line 3771

    It is repeated six times then the profile fields are all displayed under it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor genetech

    (@genetech)

    Hi,

    We have fixed this warning and it will be released in our next version releasing next week.

    For now, you can edit the base.php file and copy and paste below code, just before the line no:3771.

    if( gettype($value) == 'string' ) $value = array($value);

    Thanks,

    Plugin Contributor genetech

    (@genetech)

    This warning is removed and latest version is available. Please update your Pie Register plugin to latest 3.2.5 version.

    Best,

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

The topic ‘Profile Page error’ is closed to new replies.