The following warnings occurred: | ||||||||||||||||||
Warning [2] Undefined array key "sourceeditor" - Line: 718 - File: inc/plugins/rineditor.php PHP 8.3.25 (Linux)
|
(24-09-2024, 09:49 AM)antoineboy57 Wrote: Perfect !
Thank you for your kind answer.
The actions in the administration panel are working until the endMy forums are not crashing anymore for https://www.cae-eco.fr/
- All 742 links have been successfully extracted from all 1,234 posts.
- 26 of 742 links have not been resolved into their terminating links. Attempts have been unsuccessfully made for all 26 of them. None of these links is eligible for another resolution attempt right now: reattempts of failed resolutions are subject to staggered delays as there is typically no point in retrying immediately; instead, the need is to wait for any network/server problem(s) to be fixed.
X.com links are working.
(24-09-2024, 09:49 AM)antoineboy57 Wrote: Problems not solved :
- for the pdf. Direct link to big pdf are not working ex (42 mo) https://www.diplomatie.gouv.fr/IMG/pdf/r...0d9435.pdf
(24-09-2024, 09:49 AM)antoineboy57 Wrote:
- if i am trying to put a link-previewers-3rd-party it is also crashing (i have tried to put the old LinkPreviewerTwitterStatus.php but maybe i don't know the way to write link previewer correctly)
(24-09-2024, 09:49 AM)antoineboy57 Wrote: For future requests, would you prefer to exchange here or in the github?
(24-09-2024, 02:00 PM)Laird Wrote:
(24-09-2024, 09:49 AM)antoineboy57 Wrote: Problems not solved :
- for the pdf. Direct link to big pdf are not working ex (42 mo) https://www.diplomatie.gouv.fr/IMG/pdf/r...0d9435.pdf
Can you please be more specific about what the problem is exactly?
(24-09-2024, 02:00 PM)Laird Wrote:
(24-09-2024, 09:49 AM)antoineboy57 Wrote:
- if i am trying to put a link-previewers-3rd-party it is also crashing (i have tried to put the old LinkPreviewerTwitterStatus.php but maybe i don't know the way to write link previewer correctly)
Did you rename the class? You can't have two classes with the same name.
(25-09-2024, 01:32 PM)antoineboy57 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)
(25-09-2024, 01:32 PM)antoineboy57 Wrote: Ok it is working
with the class LinkPreviewerXStatus
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.
linktools.php
, line 3393:lkt_store_urls($g_lkt_links_incl_vids, $g_lkt_redirs, $g_lkt_got_terms, $posthandler->pid);
[b]lkt_store_urls()[/b]
due to missing [b]spam_class[/b]
columnSummary:lkt_store_urls($g_lkt_links_incl_vids, $g_lkt_redirs, $g_lkt_got_terms, $posthandler->pid);
spam_class
column that does not exist in the database.Error message:Fatal error: Uncaught mysqli_sql_exception: Unknown column 'spam_class' in 'INSERT INTO' in mybbforum/inc/db_mysqli.php:335
Stack trace:
#0 mybbforum/inc/db_mysqli.php(335): mysqli_query()
#1 mybbforum/inc/db_mysqli.php(378): DB_MySQLi->query()
#2 mybbforum/inc/plugins/linktools.php(1939): DB_MySQLi->write_query()
#3 mybbforum/inc/plugins/linktools.php(3396): lkt_store_urls()
#4 mybbforum/inc/class_plugins.php(142): lkt_hookin__datahandler_post_update_or_merge_end()
#5 mybbforum/inc/datahandlers/post.php(2032): pluginSystem->run_hooks()
#6 mybbforum/editpost.php(565): PostDataHandler->update_post()
#7 {main} thrown in mybbforum/inc/db_mysqli.php on line 335