dloxton
Forum Replies Created
-
Hi @hyenokian
That has been updated and is now on production, but pagespeedinsights is still showing up that the library export/FileSaver.js?ver=20.0.9.100:262:6 has a deprecated API
This is a thirdparty library to your plugin, so you may not be able to fix it unless the original dev has done so.
From the file header:
/*! FileSaver.js * A saveAs() FileSaver implementation. * 2014-01-24 * * By Eli Grey, https://eligrey.com * License: X11/MIT * See LICENSE.md */
- Are you currently experiencing this issue?
YES - What is your?WordPress version?
6.6.2 - What is your?PHP version?
8.2.23 - Please?confirm?that you are using the?latest version?of our plugin. If not, please install the latest version and check the case again.
20.0.8 - Provide a?link?to where the chart is set up.
https://www.biolevel.net/trials/
We have just experienced this exact same issue, we are using Stripe for payments. Not sure what to do about it at the moment other than to block the IP and hope they are not smart enough to change IP’s!
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Undefined code errorThanks for getting back to me – I think you can disregard, Pro license had expired and so I think that causes the issue.
Plenty of info here to work out how to hide it https://stackoverflow.com/questions/44543157/how-to-hide-the-google-invisible-recaptcha-badge
Of course the ideal solution is cf7 does this on all pages except for the page where there is a form
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 with latest updateAs far as I know you will now need a plugin to use V2 on contact form 7 – the add-on that is included only does v3 now and you need a new set of API keys to get it to work.
Forum: Plugins
In reply to: [Super Progressive Web Apps] SuperPWA 1.8 – Push Notifications with OneSignalHi Jose, Any news on the multisite implementation for this yet?
Forum: Plugins
In reply to: [Co-Authors Plus] Import / Export via WordPress RSS/XMLI found it!
<category domain=”author” nicename=”cap-username”><![CDATA[duncan]]></category>
<category domain=”author” nicename=”cap-kirsten”><![CDATA[kirsten]]></category>- This reply was modified 6 years, 10 months ago by dloxton.
Forum: Plugins
In reply to: [WordPress Social Login] not compatible with PHP 7.1?This happens on a non-multisite too.
Forum: Plugins
In reply to: [WordPress Social Login] WordPress Social Login – PHP 7.1The 500 error is being caused by this Fatal Error in the php logs:
PHP Fatal error: Cannot unset $this in /www/wp-content/plugins/wordpress-social-login/hybridauth/Hybrid/thirdparty/LinkedIn/LinkedIn.php on line 178
After some more digging, we’ve verified that this fatal error is the result of an incompatibility between the plugin and PHP 7.1
See also
https://www.ads-software.com/support/topic/not-compatible-with-php-7-1-2/Having converted the CRON to curl, and then deleting the wflogs files, then WordFence recreates then as it pleases, everything now seems to be working as it should.
Hi @wfasa
I follow your thinking and we did have some of these. I am now running sudo tail -f -n 100 /var/log/apache2/*-error.log and watching these come through with EVERY request.
Thanks for coming back to me, but we still dont have a solution.
I am getting this on 4 different sites, on the same server now too.
[Thu Dec 01 10:26:44.899335 2016] [:error] [pid 6829] [client 172.68.118.73:33981] Unable to open /var/www/html/webroot/……./wp-content/wflogs/config.php for reading and writing.,
I can delete the wflogs folder and that clears the error for about 20 mins.
On the /wp-admin/admin.php?page=WordfenceWAF page: “We were unable to write to ~/wp-content/wflogs/ which the WAF uses for storage. Please update permissions on the parent directory so the web server can write to it. ”
The folder shows:
drwxrwxr-x 2 www-data www-data 4096 Dec 1 10:25 wflogs
The contents of the folder are:
`/wp-content/wflogs$ ls -l
total 264
-rw-rw—- 1 www-data www-data 40083 Dec 1 09:30 attack-data.php
-rw-rw—- 1 root root 92310 Dec 1 10:25 config.php
-rw-rw—- 1 www-data www-data 51 Dec 1 09:30 ips.php
-rw-rw-r– 1 www-data www-data 87671 Dec 1 09:30 rules.php
-rw-rw—- 1 www-data www-data 39141 Dec 1 09:30 wafRules.rulesDiagnostics shows:
Checking if web server can read from ~/plugins/wordfence/tmp OK
Checking if web server can write to ~/plugins/wordfence/tmp OK
Checking if web server can write to ~/wp-content/wfcache OKPHP
PHP version >= PHP 5.2.4 (Minimum version required by WordPress) 7.0.8-0ubuntu0.16.04.3
Process Owner www-dataWe are WordPress 4.6.1, PHP 7.0.8
Any help really appreciated as this is filling up our logs real fast
- This reply was modified 7 years, 12 months ago by dloxton.
Forum: Plugins
In reply to: [WangGuard] HELP TO SAVE WANGGUARDIt took me a Google to find it but the URL for the IndieGogo is https://www.indiegogo.com/projects/wangguard-service-plugin-development-and-support-service#/
@jose please make it easier to find this, you will get a better response, and I suggest you put it in as a message in the WP admin as well to raise awareness.
Forum: Plugins
In reply to: [Viper's Video Quicktags] Hide related videos on You TubeThank you @rafaelmoraesdefreitas – that worked for me.
- Are you currently experiencing this issue?