• Resolved amitpin2

    (@amitpin2)


    Unfortunately, a server issue prevented delivery of your message. on submit the form

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author WisdmLabs

    (@wisdmlabs)

    Hi,

    This error usually occurs if the dashboard is being loaded on https and frontend i.e your site is being loaded on http.
    Please check URL on both frontend and backend.

    Thread Starter amitpin2

    (@amitpin2)

    so what should i do now.
    my site url-https://blacknutrition.in
    my site address -https://blacknutrition.in
    can you resolved this

    Plugin Author WisdmLabs

    (@wisdmlabs)

    Please add following constants in wp-config.php file
    define( ‘WP_DEBUG’, true );
    define( ‘WP_DEBUG_LOG’, true );
    define( ‘WP_DEBUG_DISPLAY’, false );
    This will create debug.log file in your wp-content folder
    After that visit the product page and try to send enquiry
    Once you have done that, open debug.log file and check if there is any error related to Product Enquiry plugin and if there are any, let us know about it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Unfortunately, a server issue prevented delivery of your message.’ is closed to new replies.