Like Ra's Naughty Forum
Site performance, Server errors, outages and tunings - Printable Version

+- Like Ra's Naughty Forum (https://www.likera.com/forum/mybb)
+-- Forum: Technical section (https://www.likera.com/forum/mybb/Forum-Technical-section)
+--- Forum: Site (https://www.likera.com/forum/mybb/Forum-Site)
+--- Thread: Site performance, Server errors, outages and tunings (/Thread-Site-performance-Server-errors-outages-and-tunings)



RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

(06 Jun 2022, 00:05 )Like Ra Wrote: - webm/webp support (some core files need to be manually tweaked)
This is fixed.

Going down the list of the changed templates and updating them.

If something looks strange - Shift-Reload. Does not help - post here 😊


RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

All templates have been updated!


RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

All known upgrade issues have been fixed! Yeehaaa!!! Took almost two years to start with the upgrades 😬


RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

Ah... Found one weird issue. When you upload images to a new post, there are no thumbnails. If you save the post and click "Edit" - the thumbnails appear. No idea why - the code in the templates is the same. Something is changed in the core files.


RE: Site performance, Server errors, outages and tunings - essanym - 06 Jun 2022

Have you noticed the empty posts in the hexcorp dronification thread? The content of one of Culmor's posts is missing but the attachments still show up while mine and yours are just missing.


RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

(06 Jun 2022, 09:12 )essanym Wrote: Have you noticed the empty posts in the hexcorp dronification thread?  The content of one of Culmor's posts is missing but the attachments still show up while mine and yours are just missing.


Whoa… The content is there, it’s just not being showed up…


RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

Found parser errors in the logs. Checking….


RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

Looks like it’s the plugin, which embeds youtube, twitter and other external content. No changes were done to that plugin, but, apparently, the logic was changed in the core files. I disabled the plugin for the time being - it needs some work anyway.


RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

(06 Jun 2022, 10:56 )Like Ra Wrote: No changes were done to that plugin, but, apparently, the logic was changed in the core files.
Found it:

Add HTML validation to postParser (https://github.com/mybb/mybb/issues/4305)
Auto URL parsing may break HTML entities (https://github.com/mybb/mybb/issues/4303)

Apparently, the output of the Embedder does not produce a valid HTML, what was ignored earlier. Rewriting the plugin at the moment (it's not mine, I seriously tweaked it).


RE: Site performance, Server errors, outages and tunings - Like Ra - 06 Jun 2022

As a quick fix, I installed the original video embedder - at least youtube videos are shown now.