Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @tilekus,

    Hope you are doing well!

    Would you please try to replicate the same with all the plugins deactivated? Deactivate all other plugins and test if the warnings went away. If everything is well, activate one plugin at a time to find the one that causes this.

    Make sure that the WordPress on your site is the latest version as well.

    Also please let me know what is the PHP version running on your server.

    Let me know how it went!

    Cheers,
    Nastia

    Thread Starter tilekus

    (@tilekus)

    Hello, i don’t know why but it seems that plugin is working now. But warning messages are still there and file size of error log file is huge. https://www.dropbox.com/s/ka32bmfj6uqt90y/error_log_file.txt?dl=0
    Also i wanted to ask if filter “app_confirmation_fields” is working in new version, because we are adding additional fields. Thank you

    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello there @tilekus,

    If the timetable displays properly on the appointment page then these warnings are just mean that these indexers do not exist in the arrays. In that case, these warnings not affecting plugin’s functionality in any way.

    I’ve reported these warnings to our developers. Hope this will be fixed soon.

    You can hide these warnings by replacing this line define( 'WP_DEBUG', true ); with this line define( 'WP_DEBUG', false ); in the wp-config.php file.

    Also i wanted to ask if filter “app_confirmation_fields” is working in new version, because we are adding additional fields

    The app_confirmation_fields filter is still there and its working and it also has app_additional_fields.

    Kind regards,
    Nastia

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

The topic ‘Update from old version to latest’ is closed to new replies.