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
touch: cannot touch `': No such file or directory
Maintaining world symbolic links... Done.
Starting server...
I believe $SERVER_FLAG_ACTIVE is undefined in the server_set_active function but I've no idea where to define it?
Also, possibly related to the above issue, the output finishes with Starting server.... If I hit CTRL+C and check the server log the server has started normally but msm doesn't seem to recognise that it did.
The text was updated successfully, but these errors were encountered:
The use of SERVER_FLAG_ACTIVE was incorrect, as you noticed, because it was an old name. In 0.6.0 MSM was refactored to handle settings differently, and that is where the oversight occurred.
The fix was simply to use the new variable name SERVER_FLAG_ACTIVE_PATH and only use it after it had been loaded into the script. A simple mistake really.
When starting any server the following is output:
I believe
$SERVER_FLAG_ACTIVE
is undefined in theserver_set_active
function but I've no idea where to define it?Also, possibly related to the above issue, the output finishes with
Starting server...
. If I hit CTRL+C and check the server log the server has started normally but msm doesn't seem to recognise that it did.The text was updated successfully, but these errors were encountered: