et-nik / gameap

Game Admin Panel (GameAP) is the opensource game servers control panel.
https://gameap.com
102 stars 23 forks source link

Database Won't Install - Windows Server 2016 #28

Closed SugarD-x closed 4 years ago

SugarD-x commented 4 years ago

I've tried running both PHP commands via command-line in Windows Server 2016 that are listed on the documentation website to install the panel's database, however nothing is happening. The .env file is properly set up and I've tested the login information to make sure it is accurate. For some reason it just won't create any of the tables. No errors are being thrown, so I'm not sure what the issue is. (I also can't figure out a way to install the database manually to get around this, as no .sql files are present). I'm using a copy from the GitHub repository, and I have full administrative access on the system.

For information, I'm running PHP 7.4.2 on this system, and composer is installed.

SugarD-x commented 4 years ago

Disregard this report. Apparently composer had some dependency issues I later found by running the command "composer u" in command line. It installed the database successfully after I resolved those issues. When it was error'ing originally, there were no messages being shown. If possible, it might be a good idea to display an error instead of a blank line when running the database commands.