• Resolved jasonejavier

    (@jasonejavier)


    Hi. On the recent update, it shows this error

    Notice: add_submenu_page was called incorrectly. The seventh parameter passed to add_submenu_page() should be an integer representing menu position. Please see Debugging in WordPress for more information. (This message was added in version 5.3.0.) in /var/www/sidc-wordpress/wp-includes/functions.php on line 5229

    Notice: register_rest_route was called incorrectly. The REST API route definition for dpintrotours/v1/save-changes is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/sidc-wordpress/wp-includes/functions.php on line 5229

    Notice: register_rest_route was called incorrectly. The REST API route definition for dpintrotours/v1/get-compatible-post is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/sidc-wordpress/wp-includes/functions.php on line 5229

    Notice: register_rest_route was called incorrectly. The REST API route definition for dpintrotours/v1/update-dp-basic-options is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/sidc-wordpress/wp-includes/functions.php on line 5229

    Notice: register_rest_route was called incorrectly. The REST API route definition for dpintrotours/v1/set-transient is missing the required permission_callback argument. For REST API routes that are intended to be public, use __return_true as the permission callback. Please see Debugging in WordPress for more information. (This message was added in version 5.5.0.) in /var/www/sidc-wordpress/wp-includes/functions.php on line 5229

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tomá? Groulík

    (@tomasgroulik)

    Thank you for reporting these. I’ll fix it asap.

    Plugin Author Tomá? Groulík

    (@tomasgroulik)

    register_rest_route … fixed
    add_submenu_page … here I haven’t find any problem in plugin as there is not used 7th parameter in calling this function at any place … all of them use max 6 parameters and 7th leaves default. Are you sure that this one comes from DP Intro Tour plugin?

    Please check fixed one and let me know if this worked for you.

    Thank you for report and have a nice day

    Plugin Author Tomá? Groulík

    (@tomasgroulik)

    I’m marking this topic as resolved as we haven’t heard from you for a while and regarding our testing it is resolved. Don’t hesitate to reopen or create new topic if you still experience any issue.
    Have a nice day
    Tomas

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