• Resolved aguiare

    (@aguiare)


    Warning: Invalid argument supplied for foreach() in /var/www/html/puerimaris.com.br/web/wp-content/plugins/ultimate-appointment-scheduling/Functions/EWD_UASP_Reminders.php on line 130

    Warning: Invalid argument supplied for foreach() in /var/www/html/puerimaris.com.br/web/wp-content/plugins/ultimate-appointment-scheduling/Functions/EWD_UASP_Reminders.php on line 130

    What can I do?
    Tks!

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi aguiare,

    We’re aware of this error and we’ll include a fix in the upcoming update to the plugin. Meanwhile, if you navigate to the “EWD_UASP_Reminders.php” file from the “Functions” directory, could you try replacing the line that says:

    
    $wpdb->get_results("SELECT Field_ID, Field_Slug FROM $ewd_uasp_fields_table_name");
    

    with the following:

    
    $Fields = $wpdb->get_results("SELECT Field_ID, Field_Slug FROM $ewd_uasp_fields_table_name");
    
    Thread Starter aguiare

    (@aguiare)

    Thank you for responding.
    I tried to change it according to your orientation, but it did not work.
    Do you have any idea when the update will be?
    Maybe I should wait.
    I’m really enjoying the plugin, I’ve already translated it into Portuguese from Brazil. For now I will be a simple user, but soon I must make an up grade. The Plugin is very good, I will recommend it to other doctors.
    Thank you!

    Plugin Contributor etoilewebdesign

    (@etoilewebdesign)

    Hi aguiare,

    You could send us the translation files and we would include them in an upcoming update so that you won’t have to re-upload the translation files every time you update the plugin.
    Also, we’re working on fixing the aforementioned issue and an update for the same would be released very soon.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error’ is closed to new replies.