Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Sudavar

    (@sudavar)

    Good morning. As i understand you have enabled the feature to draw birthdays of WordPress Users from a field of WordPress User Profile, right? If that’s the case, it seems that this field is not a string (containing the User’s birthday date) but an array. That’s why you get the error.

    Is this site public? Is it hosted from your PC? Can you provide me link either here or to yury{at}codescar{dot}eu ?

    Thread Starter N_Thirty

    (@n_thirty)

    hi i ma hosting in on my pc on local host i still have to show the client before it goes up live any ideas on how to get rid of it?

    Plugin Author Sudavar

    (@sudavar)

    Decide what of the following you ‘ll like to do:

    • Make sure the WordPress Profile field you chose is a string containing the User’s birthday, or select another field, OR
    • Select to Save birthday of WordPress Users in our table and show birthday field in WordPress Profile Page, OR
    • Open file: birthdays-widget-ajax-callback.php and between lines 31 and 32 please write: var_dump( $user->{$birthday_date_meta_field} ); and then write here the output you ‘ll see before the Warning.
    Thread Starter N_Thirty

    (@n_thirty)

    Ok cool I will try this out. You are a life saver *S on. Your Chest*

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘error on plugin’ is closed to new replies.