WoW-CMS / BlizzCMS

BlizzCMS is a CMS built with CodeIgniter 3 for World of Warcraft emulators.
MIT License
103 stars 88 forks source link

πŸ› [Bug Report]: #158

Open andsim opened 2 months ago

andsim commented 2 months ago

BlizzCMS Version

2.0.0 beta 5

Emulator

TrinityCore

PHP Version

PHP 7.4

Operating system

Windows

Web server

Apache

Database

MariaDB 11.5

What happened?

INSTALL AS NEW place all the file from zip file then type ip or domain. goes 500 error

How can the issue be reproduced?

do this on new web server

Screenshots

No response

sayghteight commented 2 months ago

We believe that the problem is due to the update file that was provided in the release. This file has now been removed and the entire .zip file has been updated in the current release.

Please check if this is still happening to you. If so, I would ask you to try to provide the Apache log so that we can check if it gives you any errors.

1825679767 commented 2 months ago

Me too。2.0.0 beta 5 HTTP ERROR 500

sayghteight commented 2 months ago

We will investigate if it is some Apache configuration, but currently our test website is using version 2.0.0 beta.5 and is not exhibiting that error.

andsim commented 2 months ago

just test it still issues however no update on log files

andsim commented 2 months ago
192.168.0.5 - - [26/Aug/2024:18:47:27 -0400] "GET /.git/config HTTP/1.1" 500 - "-" "Mozilla/5.0 (X11; NetBSD x86; en-us) AppleWebKit/666.6+ (KHTML, like Gecko) Chromium/20.0.0000.00 Chrome/20.0.0000.00 Safari/666.6+"
192.168.0.5 - - [27/Aug/2024:09:58:27 -0400] "GET / HTTP/1.1" 500 - "-" "-"
192.168.0.5 - - [28/Aug/2024:15:03:34 -0400] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/117.0.5938.132 Safari/537.36"
192.168.0.5 - - [29/Aug/2024:18:48:17 -0400] "GET / HTTP/1.1" 500 - "http://192.168.0.5:81/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.0.5 - - [29/Aug/2024:18:48:33 -0400] "GET /robots.txt HTTP/1.1" 500 - "-" "python-requests/2.25.1"
192.168.0.5 - - [29/Aug/2024:18:52:14 -0400] "GET / HTTP/1.1" 500 - "http://192.168.0.5:81/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.0.5 - - [29/Aug/2024:18:52:16 -0400] "GET / HTTP/1.1" 500 - "http://192.168.0.5:81/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.0.5 - - [29/Aug/2024:18:52:23 -0400] "GET / HTTP/1.1" 500 - "http://192.168.0.5:81/" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
192.168.0.5 - - [29/Aug/2024:18:52:28 -0400] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36"
sayghteight commented 2 months ago

Tomorrow, I'll check if there's any kind of error.

andsim commented 2 months ago

i didnt see any php error but not sure where log set to.

i checked it should be in same log folder

sayghteight commented 2 months ago

I have located the error, apparently it is because the installer has been misconfigured and is trying to connect to the database when it is not set. Fill in the data manually in database.php

andsim commented 2 months ago

wow it was brand new set of file no config. the installer should have detected and allowed user setup throu website

sayghteight commented 2 months ago

In beta.6 it will be fixed, when integrating the library it tries to connect to the database, which causes the error, tomorrow I will upload the change in the new branch.