-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
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
Error starting kraken.server #71
Comments
@khelle can you help me? Thanks! |
Seems that the error is due to the timezone not been set. You can set it up on your app or in the PHP config. date_default_timezone_set('America/New_York'); |
another issue while starting server on windows PS D:\xampp\htdocs\kraken-test> php kraken.server |
Hello,
I get these errors running : php kraken.server
I've enabled the allow_url_include in php.ini and i also gave permissions to /data folder.
These are the errors:
Killed
Where is the problem?
Another issue, running a .php file using the Kraken script, i get this error but i think is because kraken.server didn't start:
PHP Fatal error: Cannot instantiate interface Kraken\Loop\LoopInterface
Thanks
The text was updated successfully, but these errors were encountered: