Thanks for these reports and your PM alerting me to them. I hadn't checked in to this board since releasing the latest version of Link Tools, and for some reason hadn't been alerted to any of them despite being subscribed to this thread. I've approved the two that had been subjected to moderation.
(12-09-2024, 06:17 AM)antoineboy57 Wrote: cannot see the twitter preview anymore (change to x.com ?)
Confirmed. I'm working on this.
(12-09-2024, 06:17 AM)antoineboy57 Wrote: this website https://www.cae-eco.fr/ made my forum crash.
Confirmed again. I have fixed this in local development code.
The issue was that that site reports a character set not supported by PHP's
mb_convert_encoding() function, which was not problematic for PHP < 8 because in that case only a warning was generated, which Link Tools was successfully suppressing. PHP 8 instead throws an exception, which Link Tools wasn't handling.
I've fixed this by calling functions to generate a list of supported character sets and checking that the argument to be supplied to
mb_convert_encoding() actually exists in that list before supplying it.
(16-09-2024, 07:10 AM)antoineboy57 Wrote: Apparently the plugin has issues with link terminate by .pdf
I disable the Plain text previewer to avoid my forum crashing on some subject.
PDFs are fine so long as they are served with an appropriate content type, in which case Link Tools ignores them.
It seems that the PDF you're linking to is being served with the inappropriate "text/plain" content type. I haven't tested that scenario. Can you please provide an example link?
(18-09-2024, 07:29 AM)antoineboy57 Wrote: When using
(...) /admin/index.php?module=tools-recount_rebuild
for the first timeSuccessfully repopulated the links tables for Link Tools.
But when I do the action "to resolve have not been resolved into their terminating links"
(...) /admin/index.php?module=tools-recount_rebuild
become a blank page.
I am yet to investigate this. I'll let you know how I go. It might have been caused by the now-resolved problem with
https://www.cae-eco.fr/, in which case it might need no further fix.
(18-09-2024, 07:29 AM)antoineboy57 Wrote: It might be interesting to compile a list of all uncorrected links, so that we can understand which links are causing problems.
Yes, that might be useful. I'll consider it.