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
Notice: Use of undefined constant SIGINT - assumed 'SIGINT' in C:\Users\dwagstaff\work\testymctestface\ss4\vendor\silverstripe\serve\code\Server.php on line 100
Fatal error: Uncaught exception 'LogicException' with message 'Server didn't start on port 8080 for 30 seconds; something is kaput' in C:\Users\dwagstaff\work\testymctestface\ss4\vendor\silverstripe\serve\code\Server.php:87
I'll check it out on my Win box at home.
The text was updated successfully, but these errors were encountered:
Using `exec` doesn't work on windows as exec is not a valid CMD command. This fixessilverstripe#11.
Also a validation for directory separator was added to mantain *nix shells. (This is actually a Symphony's `Process` class related issue)
Dylan reported these errors:
Notice: Use of undefined constant SIGINT - assumed 'SIGINT' in C:\Users\dwagstaff\work\testymctestface\ss4\vendor\silverstripe\serve\code\Server.php on line 100
Fatal error: Uncaught exception 'LogicException' with message 'Server didn't start on port 8080 for 30 seconds; something is kaput' in C:\Users\dwagstaff\work\testymctestface\ss4\vendor\silverstripe\serve\code\Server.php:87
I'll check it out on my Win box at home.
The text was updated successfully, but these errors were encountered: