Jump to content
MakeWebGames

Recommended Posts

Posted
1 hour ago, AdamHull said:

I found a issue with the mysqli handler and had to write some php inside of this to make it work on anything above php 7, I have it running it on 8 atmย 

Nicely done ๐Ÿ™‚

Posted

Running a Dockerized instance of the code; Apache 2.4.37, MariaDB 10.5.8, PHP 8.0.2 (with display_errors as On and error_reporting set to E_ALL) on a CentOS 8 image.

First error was on the installer was "Field 'display_pic' doesn't have a default value" while attempting to insert the admin account.
staffnotes, votes, and usernotepad did the same.
After a few minor edits to dbdata.sql, the installer completed successfully and I was able to login.

Fair warning to anyone wanting to debug it - you're gonna hit a lot of E_WARNING, E_STRICT, and E_NOTICE -level errors

ย 

Posted
On 2/16/2021 at 4:10 PM, Magictallguy said:

Running a Dockerized instance of the code; Apache 2.4.37, MariaDB 10.5.8, PHP 8.0.2 (with display_errors as On and error_reporting set to E_ALL) on a CentOS 8 image.

First error was on the installer was "Field 'display_pic' doesn't have a default value" while attempting to insert the admin account.
staffnotes, votes, and usernotepad did the same.
After a few minor edits to dbdata.sql, the installer completed successfully and I was able to login.

Fair warning to anyone wanting to debug it - you're gonna hit a lot of E_WARNING, E_STRICT, and E_NOTICE -level errors

ย 

Thank you ๐Ÿ™‚

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...