We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
*Edit My mistake had old stuff from another setup there but here a printout of the errors i recieved:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'access_right_id' cannot be null (SQL: insert into access_right_group (group_id, access_right_id, access_right_name) values (2, ?, admin_echoes))
access_right_group
group_id
access_right_id
access_right_name
[10:55:19] EscRun->execute(): Starting... [10:55:19] EscRun->execute(): Server name is NULL [10:55:19] Database::init(): Connecting to database... [10:55:19] Database::init(): Database connected. [10:55:20] TemplateController::loadTemplates(): Loading templates... [10:55:23] Server::__callStatic(): Calling undefined rpc-method: chatEnableManualRouting [10:55:23] ChatController::init(): Chat router started. [10:55:24] Server::__callStatic(): Calling undefined rpc-method: getMapsDirectory [10:55:24] Server::__callStatic(): Calling undefined rpc-method: getMapsDirectory [10:55:24] MatchSettingsController::init(): MatchSettings "MatchSettings\tracklist_Evo.txt" not found.
TM2020 PHP-Version: 7.4.13 Windows Server
The text was updated successfully, but these errors were encountered:
Set tracklist_Evo.txt in server.config.json not MatchSettings\tracklist_Evo.txt.
tracklist_Evo.txt
MatchSettings\tracklist_Evo.txt
About the access-right, could you please start EvoSC with the -vv flag and post the log please?
-vv
Sorry, something went wrong.
No branches or pull requests
*Edit
My mistake had old stuff from another setup there but here a printout of the errors i recieved:
SQLSTATE[23000]: Integrity constraint violation: 1048 Column 'access_right_id' cannot be null (SQL: insert into
access_right_group
(group_id
,access_right_id
,access_right_name
) values (2, ?, admin_echoes))[10:55:19] EscRun->execute(): Starting...
[10:55:19] EscRun->execute(): Server name is NULL
[10:55:19] Database::init(): Connecting to database...
[10:55:19] Database::init(): Database connected.
[10:55:20] TemplateController::loadTemplates(): Loading templates...
[10:55:23] Server::__callStatic(): Calling undefined rpc-method: chatEnableManualRouting
[10:55:23] ChatController::init(): Chat router started.
[10:55:24] Server::__callStatic(): Calling undefined rpc-method: getMapsDirectory
[10:55:24] Server::__callStatic(): Calling undefined rpc-method: getMapsDirectory
[10:55:24] MatchSettingsController::init(): MatchSettings "MatchSettings\tracklist_Evo.txt" not found.
TM2020
PHP-Version: 7.4.13
Windows Server
The text was updated successfully, but these errors were encountered: