Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to access the install page, fresh installation #455

Closed
ken013194 opened this issue Mar 2, 2021 · 6 comments
Closed

Unable to access the install page, fresh installation #455

ken013194 opened this issue Mar 2, 2021 · 6 comments
Assignees
Labels
Bug Issues that is an error, bug or it is not working as expected Fixed Issues that after being labeled as Bug have been resolved
Milestone

Comments

@ken013194
Copy link

Describe the bug
I have installed the httpd, php and mysql on a centos 7 box and copy the game files to the webroot. But when i access the install page it shows "500. That’s an error.", which does not shows the installation page.
Found the error " PHP Warning: App\core\Database::confirmQuery(): Couldn't fetch mysqli in /var/www/xgp/app/core/Database.php on line 553"

To Reproduce
Steps to reproduce the behavior:

  1. Visit http://xxxxxxxx/public/install
  2. shows "500. That’s an error."

Expected behavior
Expected to be into the installation page.

Screenshots
image
image

Server (please complete the following information):

  • PHP Version: [PHP 7.3.27]
  • MySQL Version: [MySQL 5.7.33]
@BeReal86 BeReal86 added the Bug Issues that is an error, bug or it is not working as expected label Mar 31, 2021
@RetryR1
Copy link

RetryR1 commented Jun 26, 2021

Same Error Here Cant Install

@jonamix-ar
Copy link

Config.php it's deleted?

@RetryR1
Copy link

RetryR1 commented Jun 27, 2021 via email

@KamilPacanek
Copy link

KamilPacanek commented Jul 5, 2021

Config.php it's deleted?

Have the same issue on Ubuntu when unpacking the archive. File is there, but it has 0 bytes, that probably why OS or unzip just removed it.
To fix it just run sudo touch app/config/config.php from root of your application.

@BeReal86 BeReal86 added this to the v3.3.0 milestone Oct 2, 2021
@LucasKovacs
Copy link
Member

The file was mistakenly added to 3.2, it is now removed from 3.3

@LucasKovacs LucasKovacs added the Fixed Issues that after being labeled as Bug have been resolved label Dec 26, 2021
@GavBurke
Copy link

Config.php it's deleted?

Have the same issue on Ubuntu when unpacking the archive. File is there, but it has 0 bytes, that probably why OS or unzip just removed it. To fix it just run `sudo touch app/config/config.php from root of your application.

This fixed my issue thanks! :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Issues that is an error, bug or it is not working as expected Fixed Issues that after being labeled as Bug have been resolved
Projects
None yet
Development

No branches or pull requests

7 participants