Debugger
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Registration ProblemUpdate: The problem was caused by another plugin: “disable-new-user-notifications”
Once I deactivate this plugin, everything works OK.Forum: Plugins
In reply to: [Invisible reCaptcha for WordPress] Compatibility with PHP 8.0Yes, same here on PHP 8.0.2.
- This reply was modified 3 years, 7 months ago by Debugger.
Forum: Plugins
In reply to: [HTTP Headers] Cannot activate the plugin – fatal error on php 8.0.2function update_auth_credentials() { if (get_option('hh_method') == 'htaccess') { $credentials = apache_auth_credentials(); return @file_put_contents($credentials['ht_file'], $credentials['auth']); ^ } return false; }
in my case $credentials is false
In PHP 8.0, the @ operator does not suppress certain types of errors that were silenced prior to PHP 8.0. This includes the following types of errors:
E_ERROR – Fatal run-time errors.
E_CORE_ERROR – Fatal errors occurred in PHP’s initial startup.
E_COMPILE_ERROR – Fatal compile-time errors (from Zend engine).
E_USER_ERROR – User-triggered errors with trigger_error() function.
E_RECOVERABLE_ERROR – Catchable fatal error.
E_PARSE – Compile-time parse errors.
All of these errors, if raised, halts the rest of the application from being run. The difference in PHP 8.0 is that the error message is not silenced, which would have otherwise resulted in a silent error.- This reply was modified 3 years, 8 months ago by Debugger.
Yes.
Both are fixed.Forum: Plugins
In reply to: [Contact Form 7] Please can we have a recaptcha v2 option back?+1
I rolled back to 5.0.5 and I will not update until v2 is an option again.
If not, I will switch to another plugin.Forum: Plugins
In reply to: [Contact Form 7] New update? Christmas for spammers bot.I received already +10 spam emails when updated to recaptcha V3.
Support for re-captcha V2 SHOULD be back with the next contact form update.Post Notifications is what I am looking for.
Thank You!Forum: Plugins
In reply to: [Block Temporary Email] Problem with Mailpoet3I confirm that the plugin now works correctly with Mailpoet.
Thank you!Forum: Plugins
In reply to: [Block Temporary Email] Problem with Mailpoet3I can confirm that it still trying to verify each and every single email address when importing to Mailpoet.
Bellow are my no check urls:
/wp-admin/admin.php?page=mailpoet- /wp-admin/admin.php?page=mailpoet-import /wp-admin/admin.php?page=mailpoet-import#step2
Any ideas? Are You sure that it is working on Your side?
Forum: Plugins
In reply to: [Block Temporary Email] Problem with Mailpoet3Sorry for the late reply.
I am running Your latest version of the plugin and i am still unable to import emails without checking.Please advice.
Forum: Plugins
In reply to: [Nextend Social Login and Register] Login/Register with facebook not workingPS. This plugin is getting better and better with every update!
The debug option is super handy for sure.
Keep up the good work guys!Forum: Plugins
In reply to: [Nextend Social Login and Register] Login/Register with facebook not workingThanks for the reply!
Currently, all my servers are connecting successfully to Facebook.Forum: Plugins
In reply to: [Nextend Social Login and Register] Login/Register with facebook not workingThanks.
Just emailed you.Forum: Plugins
In reply to: [Nextend Social Login and Register] Login/Register with facebook not workingMy server provider is OVH.
They replied that no firewall is used to block any communications from/to my server…Forum: Plugins
In reply to: [Nextend Social Login and Register] Login/Register with facebook not workingHi,
– no changes on the server (it’s vps)
– server is up to date running latest php and MySQL on ubuntu 16.04
– NO matter how many times I try to verify the settings always get the same error
– The plugin is installed on 2 other sites as well both running on different servers and it is not working for all.Any ideas?