I tried to update a site using this plugin to php 8.1, and it caused a critical error. Can you check plugin compatibly with php 8.1 and fix any conflicts?
Below is the relevant debug statement if helpful:
Deprecated: Return type of AWeberCollection::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 165
Deprecated: Return type of AWeberCollection::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 213
Deprecated: Return type of AWeberCollection::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 163
Deprecated: Return type of AWeberCollection::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 164
Deprecated: Return type of AWeberCollection::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 239
Deprecated: Return type of AWeberCollection::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 247
Deprecated: Return type of AWeberCollection::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 243
Deprecated: Return type of AWeberCollection::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 255
Deprecated: Return type of AWeberCollection::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 251
Deprecated: Return type of AWeberCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 265
Deprecated: Return type of AWeberEntryDataArray::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 22
Deprecated: Return type of AWeberEntryDataArray::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 26
Deprecated: Return type of AWeberEntryDataArray::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 30
Deprecated: Return type of AWeberEntryDataArray::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 36
Deprecated: Return type of AWeberEntryDataArray::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 18
Deprecated: Return type of AWeberEntryDataArray::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 44
Deprecated: Return type of AWeberEntryDataArray::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 52
Deprecated: Return type of AWeberEntryDataArray::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 48
Deprecated: Return type of AWeberEntryDataArray::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 56
Deprecated: Return type of AWeberEntryDataArray::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /var/www/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 40
]]>
My form is working and receiving email notification but submissions are not going to Aweber list?
I’ve redone the auth code and linked my list with correct fields, disabled any other plugins but still nothing..
Debug does not provide anything useful.
Please can you let me know if this plugin is functioning with Aweber ?
]]>Hello,
I’m having issues with your plugin on my website (Version 0.10.26). The integration with Aweber doesn’t seem to work, as an error message is displayed whether the subscription succeeded or not.
Indeed, the logs say “Sent Mail ok” and the email address is added to my list, but an error is still displayed. And when I try again and the email is already subscribed, the error message should be more clear to the user (something like “you already subscribed to this newsletter”, instead of “Oops, an error occurred”).
Thanks for your help!
Best regards,
]]>Hi,
The contact form is connected to AWeber and assigned to a list. When it’s filled out there’s a thank you, but the subscriber information isn’t being passed into the account. I spent quite a bit of time with AWeber support and they confirmed everything I’m experiencing but could come up with no way to resolve it. During the course of the call the form was recreated, connected, disconnected, reconnected, all with no change. The logs don’t show any error messages. Can you help? If not, it’s on to a different plugin. Thank you
I am getting errors in debug logger and forms fields are not going to the AWeber list.
Error:
[04-Aug-21 14:08:34 UTC] =============== List ID RESPONSE ===============
Complete Lists
[04-Aug-21 14:08:34 UTC] =============== Custom Fields - IdForm:cf7_awb_500084 ===============
Complete Fields
My settings screenshot link: https://prnt.sc/1j1gm88
]]>Setting this up on a new site as I’ve done previously. Only difference is this site has latest version. Form submits successfully, no errors, but entry never shows up in Aweber. Can manually add directly in Aweber no issues with that.
]]>****PLEASE TREAT THIS AS URGENT***
This is a fresh install of wordpress. Nothing there except contact 7 and this plugin,
getting following error on the contact 7 aweber tab, please fix plugin ASAP:
Aweber Lite Error: Code Key
Fatal error: Uncaught Exception: DateTime::__construct(): Failed to parse time string (--) at position 0 (-): Unexpected character in /home/customer/www/<my site>/public_html/wp-content/plugins/integrate-contact-form-7-and-aweber/lib/tools.php:229 Stack trace: #0 /home/customer/www/<my site>/public_html/wp-content/plugins/integrate-contact-form-7-and-aweber/lib/tools.php(229): DateTime->__construct('--') #1 /home/customer/www/<my site>/public_html/wp-content/plugins/integrate-contact-form-7-and-aweber/lib/functions.php(501): awb_difer_dateact_date() #2 /home/customer/www/<my site>/public_html/wp-content/plugins/integrate-contact-form-7-and-aweber/lib/functions.php(426): wpcf7_awb_add_aweber_prueba(6) #3 /home/customer/www/<my site>/public_html/wp-content/plugins/contact-form-7/admin/includes/editor.php(41): wpcf7_awb_add_aweber(Object(WPCF7_ContactForm)) #4 /home/customer/www/<my site>/public_html/wp-content/plugins/contact-form-7/admin/edit-contact-f in /home/customer/www/<my site>/public_html/wp-content/plugins/integrate-contact-form-7-and-aweber/lib/tools.php on line 229
]]>
Hi there,
It looks like the latest update has an error and causes the contact form not to submit.
Additionally, the form edit screen at the backend is also broken and shows the following message in the Aweber section: “There has been a critical error on your website. Please check your site admin email inbox for instructions.”
Could you please look into this?
Thanks!
Steve.
Unable to connect with aweber account till last two days. Suddenly plugin stopped working. Please help
]]>Hi is there any way of adding more custom fields?
Also I saw a pro version mentioned, is that available to buy?
]]>My CF7 forms are not sending any emails while the plugin is activated. After hitting Submit, the page is stuck on the spinning wheel trying to submit the form. Deactivating the plugin sends the form fine.
]]>Hey there, i am trying to use your plugin for the form on our website and when we are using the generated authorization code and saving it, it saying Error: Code key
and when i check debug logs it showing this
[10/09/2020 9:16 AM] – FAILURE : API Code Response – IdForm:cf7_awb_2342 Result: Missing oauth parameters: oauth_consumer_key, oauth_access_key
[10/09/2020 9:16 AM] – FAILURE : List ID – IdForm:cf7_awb_2342 Error: Not object instance!
Can you please help us to sort it out.
]]>When i save form i can see.
Warning: A non-numeric value encountered in /home/codexin0/public_html/leapfroghacks.codexin.com/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 220
Warning: Cannot modify header information – headers already sent by (output started at /home/codexin0/public_html/leapfroghacks.codexin.com/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php:220) in /home/codexin0/public_html/leapfroghacks.codexin.com/wp-includes/pluggable.php on line 1281
]]>Tried editing one of the contact forms and received the following error.
Error message: Uncaught AWeberResourceNotImplemented: Resource “name” is not implemented on this resource. in /html/wp-content/plugins/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry.php:155
Not sure since when this started.
]]>Hello Dev.
Thanks for awesome plugin. It works fine for me but a little problem is that i need to map 6 custom fields in a form and there are options for only 5.
Please suggest any solution.
Thanks a lot
]]>How to configure the map your form field settings and what they are for ?
]]>HI,
I am looking for the field name of the optin list I am connected to through the Aweber Extention.
Can someone kindly let me know if it is possible and if it is what the field name [optin-list-name] I would use?
Thanks
Bill
]]>How to disable this on some forms?
]]>This plugin is breaking Contact Form 7, regular forms without Aweber not working too.
]]>Hi
I am getting Fatal error: Class ‘WPCF7_FormTagsManager’ not found in /home/primarydomainname/public_html/wp-content/plugins/integrate-contact-form-7-and-aweber/lib/functions.php on line 793 while installing this aweber extention.Please what to do to resolve this , I googled it but did not get any solution. Your help would be appreciated.
Thanks
]]>Would like to leave a 5-star review but the plugin is not working. I read the documentation but no clear explanation. Please upload new tutorials or videos of how to use it and integrate with Aweber.
Please help!
]]>Hi, I tried reaching out to the support eamil but have not heard back.
I cant get my form to work. Here is a screenshot of my settings from wordpress and aweber. It says it is connected but clearly it is not. Please advise.
]]>hi
i big thumbs to you for developing this plugin
i liked this plugin very much because its has custom field feature
but i am trying to match custom fields but its not working .
name email field is populating fine on aweber subscriber detail
but i have two another fields .subject and message
see this is what i am giving under form settings in aweber tab
[your-name] name
[your-email] email
[your-subject] custom-subject
[your-message] custom-message
i am getting name and email
but not getting subject and message
can you please look on this and let me know how we can match the subject and message
In this video https://www.youtube.com/watch?v=zyXNNd8MGCo you show all kind of great things. When I activated plug in. It does not show in the side bar and none of these great menus show up.
Please Help
Thanks
Hi there!
Thanks for providing this great plugin for free.
Everything works perfectly except, the only issue is I cannot turn off double optin. I have turned it off in the list settings on Aweber but I’m still getting confirmation emails whenever I test.
What am I doing wrong? Did I miss something?
Thanks for your help!
Steve.
]]>The contact form gets submitted and emailed, but the data are not added to Aweber despite a successful account connection and list selection.
Here is the latest error log:
[06/19/2017 10:15 PM] – FAILURE : Submission mail idForm:cf7_awb_10 – Result: email: Invalid email address.
[06/19/2017 10:17 PM] – STATUS : List ID – IdForm:cf7_awb_10 Result: Complete Lists
[06/19/2017 10:17 PM] – STATUS : Custom Fields – IdForm:cf7_awb_10 Result: Complete Fields
[06/19/2017 10:36 PM] – FAILURE : Submission mail idForm:cf7_awb_10 – Result: email: Invalid email address.
I used a valid email address (my own), entered the form tags in the Subscribers Name & Subscribers Email fields in the Aweber tab for the form.
Please let me know how to fix this
Hi Renzo, thanks for the reply before. I connected it and followed the instructions like you said but it still doesn’t add the addresses to the list and says “invalid email”
I am sure I am getting spam but it even says that when I enter my own email as test.
any ideas?
]]>Hi! We received this email from Aweber regarding “Contact Form 7 Aweber Extension” which we are using … “We still have not heard back from the developer of AWeber for Contact Form 7 over the last couple of months, despite our efforts to contact them.
If you have direct contact with the developer, I would appreciate it if you can encourage them to make the necessary changes to the application. If they don’t make these updates, the integration between your account and the application will stop working on January 16.
To help you communicate the request, feel free to reference (or copy and send) the message we originally sent to developers, which I’ve included below:
On Monday, January 16th, 2017, AWeber will roll out changes to how they handle OAuth authentication. You’re receiving this email because they identified API calls from your application that may be affected by this change.
The best way to make sure your apps will continue to function properly is to read through the OAuth requirements and verify that you are properly authenticating requests for the users of your application. You can also find documentation for authenticating both public applications and private applications on the AWeber Labs site.
Once you’ve validated that your application complies with this documentation, you can rest assured that your application will not be negatively impacted by the change.
Your customers may experience issues with the connection between your application and AWeber if you have not validated the completeness of your authentication process by January 16th 2017.
If you have any questions, please send them to [email protected].” — end of message.
Please let us know if this has been completed so we can be confident that your plugin will continue to work after Jan 16. Thanks!!
]]>Hi, I getting this error message while using your plug-in
Notice: Undefined index: cf-supp in /home1/user/public_html/website/wp-content/plugins/integrate-contact-form-7-and-aweber/lib/functions.php on line 770
please teach me how to resolve this error, Thanks
https://www.ads-software.com/plugins/integrate-contact-form-7-and-aweber/
]]>Can you please explain what causes this error below. The form submissions are not received on my aweber account. It is being received on the email address I set on contact form 7 though.
Here is what I can see on the log file:
[02/02/2016 12:59 PM] – STATUS : Tool Key Response – Result:
[02/02/2016 12:59 PM] – STATUS : List ID – IdForm:cf7_awb_268 Result: Complete Lists
[02/02/2016 12:59 PM] – STATUS : Custom Fields – IdForm:cf7_awb_268 Result: Complete Fields
[02/02/2016 1:00 PM] – FAILURE : Submission mail idForm:cf7_awb_268 – Result: custom_fields: Invalid key name. Valid key names are:
https://www.ads-software.com/plugins/integrate-contact-form-7-and-aweber/
]]>