iopietro / Travianz-Legacy

Join our Discord Server: https://discordapp.com/invite/9fbJKP9 | New repo: https://github.com/iopietro/Travianz
GNU General Public License v3.0
160 stars 94 forks source link

Errors while installing #593

Open KFCSpike opened 4 years ago

KFCSpike commented 4 years ago
  1. expected behaviour - No errors while installing ;)
  2. incorrect behaviour - Errors while installing
  3. the operating system & version - Windows 10, TravianZ Version v.8.3.5
  4. PHP version on the server - PHP 7.3.9
  5. MySQL / MariaDB version on the server - 10.4.6-MariaDB

Hi guys, appreciate that this is no longer maintaned but as a contributer from way back thought I'd pop in for a look. The install script on Windows crashed out every time. I haven't got my my github working well enough to do a pull request yet but commenting out line 842 in the file below got it working for me:

TravianZ\GameEngine\Admin\database.php

$admin = new adm_DB; //include("function.php"); ?>

Edit to add - this edit got me through the installation but probably breaks other things (like Multihunter and Admin pages?)