http.status.not_found Error when submitting form
-
We’ve installed the latest version of the WP plugin (Version 1.4.4) on WordPress v5.0.3 using PHP Version 7.0.33. We’ve successfully connected the plugin to our Constant Contact account. The connection is working evidenced by our lists are showing up in WP’s admin under Contact Form/Lists. We can create a form and connect it to a list. When that form is submitted, we get the email from WordPress, but the entry is not added to the Constant Contact list.
I was able to get the plugin’s logging to work by creating the missing logfile using FTP and see the API errors are added every time a form is submitted. The error is –
API.INFO: http.status.not_found: No matching resource was found for the supplied URL.I have tired disconnecting and reconnecting to Constant Contact and still get the same error.
Please let me know how to fix this error with the API
Here is the content of the logfile –
[2019-02-04 17:08:54] API.INFO: http.status.not_found: No matching resource was found for the supplied URL. ["Extra information",["[object] (stdClass: {\"error_key\":\"http.status.not_found\",\"error_message\":\"No matching resource was found for the supplied URL.\"})"]] [] [2019-02-04 17:14:59] API.INFO: http.status.not_found: No matching resource was found for the supplied URL. ["Extra information",["[object] (stdClass: {\"error_key\":\"http.status.not_found\",\"error_message\":\"No matching resource was found for the supplied URL.\"})"]] [] [2019-02-04 17:15:49] API.INFO: http.status.not_found: No matching resource was found for the supplied URL. ["Extra information",["[object] (stdClass: {\"error_key\":\"http.status.not_found\",\"error_message\":\"No matching resource was found for the supplied URL.\"})"]] [] [2019-02-04 17:17:29] API.INFO: http.status.not_found: No matching resource was found for the supplied URL. ["Extra information",["[object] (stdClass: {\"error_key\":\"http.status.not_found\",\"error_message\":\"No matching resource was found for the supplied URL.\"})"]] [] [2019-02-04 17:57:47] API.INFO: http.status.not_found: No matching resource was found for the supplied URL. ["Extra information",["[object] (stdClass: {\"error_key\":\"http.status.not_found\",\"error_message\":\"No matching resource was found for the supplied URL.\"})"]] [] [2019-02-05 15:56:30] Authentication.INFO: Authorization verification succeeded. [] [] [2019-02-05 15:57:40] API.INFO: http.status.not_found: No matching resource was found for the supplied URL. ["Extra information",["[object] (stdClass: {\"error_key\":\"http.status.not_found\",\"error_message\":\"No matching resource was found for the supplied URL.\"})"]] []
The page I need help with: [log in to see the link]
- The topic ‘http.status.not_found Error when submitting form’ is closed to new replies.