xberg
Forum Replies Created
-
Forum: Plugins
In reply to: [Social Deals Engine] Deprecated NoticeI fixed this by changing:
function Wps_Deals_Paypal() {to
public function __construct() {
in line 28 of
wp-content/plugins/deals-engine/includes/gateways/libraries/class-wps-deals-paypal.phpHopefully this will be fixed in the next release so I don’t need to change this manually each time.
Forum: Plugins
In reply to: [Broken Link Checker] 90% false positivesInteresting. So it seems cURL is indispensable and this should be flagged by the plugin.
Forum: Plugins
In reply to: [Broken Link Checker] Crickets.The big advantage of a solution integrated into WordPress is that it can automatically fix links / unlink them.
Forum: Plugins
In reply to: [Broken Link Checker] Tip: Links verification starting on specific timeSuper easy to do yourself: no need to add this in the plugin.
Install Crontrol plugin.
Then in Tools/Cron Events search for blc_cron_check_links:
http://prntscr.com/bkdl6kMove from hourly to daily and set start time at 3AM. Job done.
Good plugins are plugins that do one thing well and that are not bloated. Let crontrol manage crons and this check links.
Forum: Plugins
In reply to: [Broken Link Checker] Need to find individual links by link textYes: I have a solution for you.
You ask your editors to add a random changing number of the placeholder link:
http://placeholder-9896565Now all links are different.
To get them all, in the search box you type *placeholder*
This will show all links that include placeholder.
Forum: Plugins
In reply to: [Broken Link Checker] Disable link check cron jobSure: use the Crontrol plugin. This allows you to edit cron tasks, or even delete a cron task. Fantastic plugin.
The crons you need to edit / delete are:
http://prntscr.com/bkdmqnForum: Plugins
In reply to: [Broken Link Checker] Update?This is simply a notice that no user has clicked on “yes it works”. In almost all cases, an update of WP will not break a plugin.
This has nothing to do with the developer updating the plugin.Forum: Plugins
In reply to: [Broken Link Checker] delate broken links automaticallyYes: I would also like this. That there’s an option to say “if the link is broken, then unlink it”.
Or alernatively display more than 25 broken links per page: on a big site with thousands of links it takes some time to go through each page to select all and unlink the broken links.I’m having the same problem after deletion of the wordfence plugin.
I found no traces of wordfence in the .htaccess, but deleting wordfence-waf.php causes an error 500 everywhere.
I do not have access to user.ini.
Is the wordfence assistant my solution?
EDIT: Yes 🙂 I installed wordfence assistant and there was an option to remove the firewall. All OK.Forum: Plugins
In reply to: [Query Monitor] PHP 7 ErrorWorks fine on my instance of PHP 7
I believe it was just by random chance (or misfortune) that the memory error occured on the plugin: it could have happened anywhere.Forum: Reviews
In reply to: [Query Monitor] Yus!Indeed – much more than just a log monitor. The insight it gives on your mysql queries is invaluable!
Forum: Plugins
In reply to: [Log Deprecated Notices] Deprecated Constructor in Deprecated_Loghaha, yes: I came here to report the same thing. I found this quite funny.
Thanks Frank for the fix.Nacin, the plugin developer now works for the White House so he might not be quite as eager to fix the plugin now 🙂
Forum: Plugins
In reply to: [CDN Enabler] PHP 7 CDN breaks css and jsI confirm that CDN Enabler works under PHP7.0.7
Forum: Plugins
In reply to: [CDN Enabler] Spreading assets over multiple cnames/urls?I would also like this feature.
As to “not recommended” as with a lot of things “it depends”.
If you have 4 resources spread over 4 URLs then indeed it’s not great. But if you have 100 spread over 4 then yes, it’s recommended.An hour ago Wordfence upgraded to its latest version 6.1.4 and the results on my site were catatrosphical.
Error Rate jumped from 0% to 97%+ (the error is Duplicate column name ‘permanent’) and transaction times doubled.
http://prntscr.com/auy457I first tried to delete caches – did not work. Then I tried to simply disable wordfence: did not work either. The errors were still there.
I then tried to delete (errors stopped) and then reinstall a fresh version: did not work, the errors re-appeared.
So I had to delete and use wordfence assitant to completely delete all the tables, and then reinstall a fresh version and re-import the settings, as I described in my post 6 days ago.I have now disabled automatic upgrades, but am not sure it’s worth my time keeping this plugin which causes so much work with each upgrade.