Server starts but gets stuck because of this error
Relevant RPT Section:
Spoiler
17:55:00 "ExileServer - Job with handle 10004 added."
17:55:00 "ExileServer - Job with handle 10005 added."
17:55:00 "ExileServer - Initializing game world..."
17:55:00 "ExileServer - Loading families from database..."
17:55:00 Error in expression <"extDB2" callExtension _query);
switch (_result select 0) do
{
case 0:
{
(format>
17:55:00 Error position: <_result select 0) do
{
case 0:
{
(format>
17:55:00 Error Undefined variable in expression: _result
17:55:00 File exile_server\code\ExileServer_system_database_query_selectFull.sqf, line 16
17:55:00 Error in expression <uery_selectFull;
_numberOfClans = count _clanIDs;
if (_numberOfClans > 0) then
>
17:55:00 Error position: <_clanIDs;
if (_numberOfClans > 0) then
>
17:55:00 Error Undefined variable in expression: _clanids
17:55:00 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 20
17:55:00 Error in expression <"extDB2" callExtension _query);
switch (_result select 0) do
{
case 0:
{
(format>
17:55:00 Error position: <_result select 0) do
{
case 0:
{
(format>
17:55:00 Error Undefined variable in expression: _result
I googled about and saw that sql strict mode can be a problem, so I made the necessary changes in the my.cnf file on my server and confirmed strict mode is disabled using a query in phpMyadmin.
The problem persists and I am losing what little hair I have left.
Server starts but gets stuck because of this error
Relevant RPT Section:
17:55:00 "ExileServer - Job with handle 10004 added."
17:55:00 "ExileServer - Job with handle 10005 added."
17:55:00 "ExileServer - Initializing game world..."
17:55:00 "ExileServer - Loading families from database..."
17:55:00 Error in expression <"extDB2" callExtension _query);
switch (_result select 0) do
{
case 0:
{
(format>
17:55:00 Error position: <_result select 0) do
{
case 0:
{
(format>
17:55:00 Error Undefined variable in expression: _result
17:55:00 File exile_server\code\ExileServer_system_database_query_selectFull.sqf, line 16
17:55:00 Error in expression <uery_selectFull;
_numberOfClans = count _clanIDs;
if (_numberOfClans > 0) then
>
17:55:00 Error position: <_clanIDs;
if (_numberOfClans > 0) then
>
17:55:00 Error Undefined variable in expression: _clanids
17:55:00 File exile_server\code\ExileServer_world_loadAllClans.sqf, line 20
17:55:00 Error in expression <"extDB2" callExtension _query);
switch (_result select 0) do
{
case 0:
{
(format>
17:55:00 Error position: <_result select 0) do
{
case 0:
{
(format>
17:55:00 Error Undefined variable in expression: _result
I googled about and saw that sql strict mode can be a problem, so I made the necessary changes in the my.cnf file on my server and confirmed strict mode is disabled using a query in phpMyadmin.
The problem persists and I am losing what little hair I have left.
Any ideas? Thanks
Edited by StonedRealityShare this post
Link to post
Share on other sites