Old MH Tutorials From InsideQC

quite a few of the old MH tutorials from insideqc are resulting in blank pages:

https://forums.insideqc.com/viewtopic.php?t=4257

If you try to find it on quaddicted's archive, the post itself is also missing:

https://www.quaddicted.com/webarchive/forums.insideqc.com/viewtopic.php%3Ff=12&t=4257.html

I have posted about this on func_msgboard and someone said that @Spirit was the most recent person hosting insideqc. It's odd because it seems like a bug fetching the content of the first post. Some threads have the white blank page, but second page works.

I wonder if it is some encoding issue that causes PHP to fart and not parse the contents of the first post, leading to the fatal error (and thus the blank screen). I would be glad to help in trying to debug this or restore data from forum database dumps, if they exist.

the data should be in the database, the error suggests its just phpBB failing to show the content (by trying to use removed php functions).

it appears to be running phpBB 3.3.13 according to the CHANGELOG.html page, so php 8 shouldn’t be an issue. i think the server runs php 8.3 which should be supported by phpbb.

maybe it is indeed an encoding issue? or something with an extension? or the custom theme? a botched upgrade?

Thanks for the notice, I need to fix that!

1 Like

And that was easy, php-xml was missing.

I am taking the opportunity to quickly reboot the server, brb.

2 Likes

It works! AMAZING.

Thanks a lot for what you do for the community, @Spirit. All that knowledge could not be lost.

1 Like

No thank you for showing ongoing interest <3

1 Like