Ivan Ivanic
Forum Replies Created
-
Forum: Plugins
In reply to: [Broken Link Checker] Unknown error on all linksHello @eduspace,
I’ve seen this error before when php curl lib needs an update. In my case I’ve updated php7.2-curl and it worked from there on. It depends on your server setup, but after update I’ve also restarted Apache 2 server.
I hope this helps,
CheersForum: Plugins
In reply to: [Broken Link Checker] PHP 7.0 Compatibility CheckerHello @liaris,
Thank you for the report. We are working on improved version of BLC where these kind of issues will be resolved.
Kind regards,
IvanForum: Plugins
In reply to: [Broken Link Checker] Bluehost automatically uninstallsCheers
Forum: Plugins
In reply to: [Broken Link Checker] False reports on link checker ?Marking as resolved since 7 days passed since last reply.
Great, glad to head that.
Cheers
Forum: Plugins
In reply to: [Broken Link Checker] problem with pluginClosing this topic since it’s 6 days since last reply.
Forum: Plugins
In reply to: [Broken Link Checker] Boken Links are not FoundHello @chcw,
this page loads fine for me. Maybe it was a temporary issue? (url I’ve tested https://www.datanumen.com/outlook-repair/)
Kind regards,
IvanForum: Plugins
In reply to: [Broken Link Checker] Images inside postsHello @tony-franco,
Those images look like they are added via CSS, if that is the case then the answer is: no, BLC won’t report those. Only images that are added to the page via
<img>
tag will be parsed and checked.Kind regards,
IvanHello @hbk747,
Broken Link Checker is distributing the link queue so that it doesn’t overload the server. When any page is loaded BLC will check some amount of links depending on settings. If there’s a lot of links on the website and there’s not much traffic it might take some time to have all the links checked.
You can check the status of queue on the settings page, it will say something like:
Found 3 broken links
No URLs in the work queue.
Detected 6 unique URLs in 6 links.If it says that there are number of URLs in the work queue, then it’s not finished yet. If there are links in the queue you can reload page as many time as needed to have them all processed.
Kind regards
Forum: Plugins
In reply to: [Broken Link Checker] problem with pluginHello @lucilafreire,
Broken Link Checker is distributing the link queue so that it doesn’t overload the server. When any page is loaded BLC will check some amount of links depending on settings. If there’s a lot of links on the website and there’s not much traffic it might take some time to have all the links checked.
You can check the status of queue on the settings page, it will say something like:
Found 3 broken links
No URLs in the work queue.
Detected 6 unique URLs in 6 links.If it says that there are number of URLs in the work queue, then it’s not finished yet. If there are links in the queue you can reload page as many time as needed to have them all processed.
Kind regards
- This reply was modified 4 years, 3 months ago by Ivan Ivanic.
that should be enough, thank you very much.
@webyrl,
can you please share what scanning solution you are using? We might take a look and see how to prevent false positives in the future.
Thanks.
Forum: Fixing WordPress
In reply to: Upload folder on separate serverI see that this is old topic but for those who stumble here, CDN does not delete anything from your server. Thinks of it as a first class mirror. If something is on CDN than it will be served by CDN, if not than it will be fetched from your server and cached into CDN, than on future requests that resource (css, js, image) will load from CDN. I am not sure but only logical to me is that if you delete resource from your server it will get deleted from CDN after some time. Probably not instantly but in some small amount of time. I guess that CDN checks now and than if resource is still available on your server.
I’ve found out that this is true even for logged in users. It should be compared by email or username for logged in users. Lame implementation.