| The following warnings occurred: | |||||||||||||||
Warning [2] Undefined property: MyLanguage::$archive_pages - Line: 2 - File: printthread.php(287) : eval()'d code PHP 8.3.31 (Linux)
|
|
Link Tools - Printable Version +- MyBB Group (https://mybb.group) +-- Forum: MyBB Extends (https://mybb.group/Forum-MyBB-Extends) +--- Forum: Originated (https://mybb.group/Forum-Originated) +--- Thread: Link Tools (/Thread-Link-Tools) |
RE: Link Tools - Laird - 24-09-2024 (24-09-2024, 09:49 AM)antoineboy57 Wrote: Perfect ! Great, thanks for the feedback. (24-09-2024, 09:49 AM)antoineboy57 Wrote: Problems not solved : Can you please be more specific about what the problem is exactly? (24-09-2024, 09:49 AM)antoineboy57 Wrote: Did you rename the class? You can't have two classes with the same name. (24-09-2024, 09:49 AM)antoineboy57 Wrote: For future requests, would you prefer to exchange here or in the github? Here seems to be working, but GitHub is fine too. RE: Link Tools - antoineboy57 - 25-09-2024 (24-09-2024, 02:00 PM)Laird Wrote: when I try to send a pdf link, it ends with a blank page on .../newthread.php?fid=nb&processed=1 BUT apparently topics and replies are well created (need to reload the forum url) (24-09-2024, 02:00 PM)Laird Wrote: Ok it is working with the class LinkPreviewerXStatus RE: Link Tools - antoineboy57 - 27-09-2024 Humm apparently now when posting links newreply.php?tid=461&processed=1 blank page Need to combe back to the forum to see the forum updated. RE: Link Tools - Laird - 27-09-2024 (25-09-2024, 01:32 PM)antoineboy57 Wrote: when I try to send a pdf link, it ends with a blank page on Probably, your connection to the web server is timing out as the server tries to download the PDF: currently, all links in a post are downloaded right then and there when the post is submitted. It might be worth my adding a setting to allow deferring those downloads to the regular Link Tools task that runs. (25-09-2024, 01:32 PM)antoineboy57 Wrote: Ok it is working Good to know. Just to be clear: with the fixes I linked to in my last post, you shouldn't need any custom previewers for x.com (and the original twitter.com) links to work, so let me know if you do, because that's a bug. RE: Link Tools - antoineboy57 - 27-09-2024 Quote:Probably, your connection to the web server is timing out as the server tries to download the PDF: currently, all links in a post are downloaded right then and there when the post is submitted. Strange, it's happening everytime, with firefox blank page, with Brave it's written " [align=start]Error[/align] HTTP ERROR 500". But on my smartphone with Iceweasel no problem . RE: Link Tools - antoineboy57 - 08-10-2024 after a time of adaptation, i think now the plugin is working properly (no HTTP ERROR 500) RE: Link Tools - antoineboy57 - 18-10-2024 No there is still an issue apparently when you are posting only a link. blank page. RE: Link Tools - Laird - 18-10-2024 (18-10-2024, 08:38 AM)antoineboy57 Wrote: No there is still an issue apparently when you are posting only a link. blank page. I can't reproduce this. Can you please provide a recipe to reproduce it? RE: Link Tools - antoineboy57 - 05-06-2025 Thanks to ChatGPT, I discovered why I was getting a 500 error! The issue is in , line 3393:I have commented out this line. Everything works fine now, but I am wondering: is the storage function actually necessary for the plugin to work correctly? ---------Bug Report: Fatal Error when calling due to missing columnSummary:When submitting a post containing a link, the plugin attempts to call the function which leads to a fatal error because the SQL query refers to a column that does not exist in the database.Error message:
RE: Link Tools - Laird - 05-06-2025 That column should be added on upgrade. Maybe you forgot that the upgrade procedure requires that you deactivate the plugin before copying the new files and then activate it again afterwards. Try deactivating then reactivating it now. |