Jump to content
MakeWebGames

So does V2 work on php 8.0,2 ?


Uridium

Recommended Posts

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

 

Link to comment
Share on other sites

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 🙂

Link to comment
Share on other sites

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...