yi12345 / TravianT4

Travian T4 version by ebda with many fixes and translates
33 stars 76 forks source link

errors in homepage after installing #81

Open Nx2UndU opened 3 years ago

Nx2UndU commented 3 years ago

I finished installing and the homepage is full of error lines and i can't click on anything no login no register nothing !!

when i go to login.php page it shows these errors

Notice: Constant SQL_SERVER already defined in C:\xampp5.4\htdocs\T1\GameEngine\Database\connection.php on line 10

Notice: Constant SQL_USER already defined in C:\xampp5.4\htdocs\T1\GameEngine\Database\connection.php on line 13

Notice: Constant SQL_PASS already defined in C:\xampp5.4\htdocs\T1\GameEngine\Database\connection.php on line 16

Notice: Constant SQL_DB already defined in C:\xampp5.4\htdocs\T1\GameEngine\Database\connection.php on line 19

Notice: Constant TB_PREFIX already defined in C:\xampp5.4\htdocs\T1\GameEngine\Database\connection.php on line 22

Notice: Constant DB_TYPE already defined in C:\xampp5.4\htdocs\T1\GameEngine\Database\connection.php on line 28

Fatal error: Cannot redeclare class Config in C:\xampp5.4\php\pear\Config.php on line 44

dsteindo commented 2 years ago

Hi there,

This is because of newer php requirements, these were something I addressed here https://github.com/dsteindo/TravianT4_PHP7

you can check the code if you want, it contains plenty of fixes