You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
expected behaviour - No errors while installing ;)
incorrect behaviour - Errors while installing
the operating system & version - Windows 10, TravianZ Version v.8.3.5
PHP version on the server - PHP 7.3.9
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?)
The text was updated successfully, but these errors were encountered:
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?)
The text was updated successfully, but these errors were encountered: