Plugin Version 2.4.9, WP 6.1.1, Php Version 7.4.29
If I edit a Form with CleverReach active I get (from Query Monitor):
Invalid argument supplied for foreach()
wp-content/plugins/cf7-cleverreach-integration/views/cf7-cleverreach-panel.php:175
pxlrbt\C\C\FormConfigController->printEditorPanel()
wp-content/plugins/contact-form-7/admin/includes/editor.php:46
WPCF7_Editor->display()
wp-content/plugins/contact-form-7/admin/edit-contact-form.php:277
wpcf7_admin_management_page()
wp-includes/class-wp-hook.php:308
do_action('toplevel_page_wpcf7')
wp-admin/admin.php:259
]]>
I am testing different options with this plugin and I found the following:
1. Once I save the settings to enable double opt-in, that never changed. emails were coming through and double opt-in was not send
2. I have updated the audience list on the website but the list for user to be added were still the same old one. I even removed the list and the email was still triggered from that old list.
]]>Hey, just to inform you – there is a Syntax Error in Line 117 on SubmissionHandler.php causing a 500 Server error ??
Best Regards
Marc
After upgrading to 2.3.1, the plugin wants a reconnect to CleverReach.
The (german) message says:
Stellen Sie eine erneute Verbindung mit der neuen CleverReach API her. CleverReach hat die API ge?ndert. Bitte verbinden Sie Ihren Account hier erneut mit der neuen REST API und überprüfen Sie alle Ihre Einstellungen.
BUT:
On the settings page I can’t reconnect, as there’s a critical error:
CleverReach Connection
Parse error: syntax error, unexpected end of file in […]/wp-content/plugins/cleverreach/resources/views/admin/general/authenticate.php on line 40
There has been a critical error on this website.
Any idea whats going on here? Anybody else had this error?
Should I uninstall and reinstall the plugin?
Hi there,
after submitting CF7 Forms I see the following message in the backend:
“CF7 to CleverReach: Error while transferring data from Contact Form 7 to CleverReach. Check log file for details.”
But I seadly have no Idea, which log file I have to watch.
Kind regards,
thoand
Hi there,
Ihm trying to activate the plugin, but when I do it I get this error:
Fatal error: Uncaught UnexpectedValueException: The stream or file “/var/www/html/wp-content/82f271f9e2c2e49b71719353f9d96b51-cf7-cleverreach.log” could not be opened: failed to open stream: Permission denied in /var/www/html/wp-content/plugins/cf7-cleverreach-integration/vendor-prefixed/monolog/monolog/src/Monolog/Handler/StreamHandler.php:100 Stack trace: #0 /var/www/html/wp-content/plugins/cf7-cleverreach-integration/vendor-prefixed/monolog/monolog/src/Monolog/Handler/AbstractProcessingHandler.php(34): pxlrbt\Cf7Cleverreach\Vendor\Monolog\Handler\StreamHandler->write(Array) #1 /var/www/html/wp-content/plugins/cf7-cleverreach-integration/vendor-prefixed/monolog/monolog/src/Monolog/Logger.php(283): pxlrbt\Cf7Cleverreach\Vendor\Monolog\Handler\AbstractProcessingHandler->handle(Array) #2 /var/www/html/wp-content/plugins/cf7-cleverreach-integration/vendor-prefixed/monolog/monolog/src/Monolog/Logger.php(549): pxlrbt\Cf7Cleverreach\Vendor\Monolog\Logger->addRecord(200, ‘Scheduled Refre…’, Array) #3 /var/www/html/wp-content/ in /var/www/html/wp-content/plugins/cf7-cleverreach-integration/vendor-prefixed/monolog/monolog/src/Monolog/Handler/StreamHandler.php on line 100
What can I do to solve that?
Thank you
Hallo, das Thema wurde schon diskutiert, jedoch konnte ich keine L?sung in dem Thread sehen. Wie wurde es damals gel?st?
]]>After last update the plugin prompts about 20 lines of “Incomplete configuration” messages on each of the multisite subsites dashboards and another message to refresh the CR token. Refreshing not possible, leads to a page URL:
https://rest.cleverreach.com/wp-admin/admin.php?page=cf7-cleverreach&code=xxxxxxxxxxxxxxx
showing:
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<response>
<error>
404
<message>Not Found</message>
</error>
</response>
Newsletter signups not functional now.Please help. Thx
]]>Hi,
is it possible to set the API Token expired length to more than one month?
Regards
M.
]]>Hey guys,
i do not know why but bei access token is expired and so i tried to use the button ?get cleverreach api token? but it always ends (after being connected to cleverreach) with
CF7 to CleverReach Unexpected error.
thanks for your help
tm
Ich bekomme leider im Dropdown “Mapping: List Fields” sowie “Mapping: Intergroup Fields” keine Auswahl angezeigt. Sondern nur einen Haken ohne Text.
Die Einrichtung hat bestens funktioniert, ich kann auch “Group” sowie “Form” ausw?hlen. Also besteht die korrekte Verbindung. Ein Anmeldeformular mit E-Mail Feld ist auch angelegt.
Leider habe ich gerade keine Ahnung mehr wo noch ein Fehler liegen k?nnte. Was k?nnte ich falsch gemacht haben?
]]>Kurze Frage. Plugin funktioniert soweit sehr gut. Das einzige was nicht funktioniert ist der Versand des Opt Ins. Die Adresse wird als deaktiviert angelegt, es wird aber seitens Cleverreach keine Opt In Mail verschickt. Woran k?nnte es liegen?
Short question. So far plugin works very well. The only thing that doesn’t work is the opt-in Mail. The address is created as deactivated, but Cleverreach does not send any opt-in mail. What could it be?
]]>Hi!
In /lib/CleverReach/Api.php
there is a line:
$this->client->debug = true;
And this triggers the debug output. And I don’t know if this is intended.
This is not in your Github repo:
https://github.com/pxlrbt/wordpress-contact-form-7-cleverreach/blob/master/lib/Cleverreach/Api.php#L22-L26
Any insights why this is added?
All the best,
Torsten
Parse error: syntax error, unexpected ‘::’ (T_PAAMAYIM_NEKUDOTAYIM) in /usr/share/apache2/htdocs/src/wp-content/plugins/cf7-cleverreach-integration/classes/Controllers/SettingsPageController.php on line 76
Change
$result = $api->getApiToken($this->plugin::$clientId, $this->plugin::$clientSecret, $code, $redirectUrl);
to
$result = $api->getApiToken($this->plugin->clientId, $this->plugin->clientSecret, $code, $redirectUrl);
thx ??
]]>Plugin: CF7 to Cleverreach
Fatal error: Uncaught Error: Call to a member function getApiToken() on null in /srv/www/vhosts/svetlanaleiber.ch/httpdocs/wp-content/plugins/cf7-cleverreach-integration/classes/Controllers/SettingsPageController.php:76 Stack trace: #0 /srv/www/vhosts/svetlanaleiber.ch/httpdocs/wp-content/plugins/cf7-cleverreach-integration/classes/Controllers/SettingsPageController.php(62): Pixelarbeit\CF7Cleverreach\Controllers\SettingsPageController->getApiToken(‘a9d6b40ee011234…’) #1 /srv/www/vhosts/svetlanaleiber.ch/httpdocs/wp-includes/class-wp-hook.php(286): Pixelarbeit\CF7Cleverreach\Controllers\SettingsPageController->printPage(”) #2 /srv/www/vhosts/svetlanaleiber.ch/httpdocs/wp-includes/class-wp-hook.php(310): WP_Hook->apply_filters(”, Array) #3 /srv/www/vhosts/svetlanaleiber.ch/httpdocs/wp-includes/plugin.php(453): WP_Hook->do_action(Array) #4 /srv/www/vhosts/svetlanaleiber.ch/httpdocs/wp-admin/admin.php(224): do_action(‘settings_page_c…’) #5 /srv/www/vhosts/svetlanaleiber.ch/httpdocs/wp-admin/options-general.php(10): req in /srv/www/vhosts/svetlanaleiber.ch/httpdocs/wp-content/plugins/cf7-cleverreach-integration/classes/Controllers/SettingsPageController.php on line 76
]]>