-
Notifications
You must be signed in to change notification settings - Fork 984
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
Live Chat crashing #1385
Comments
Fixed by dropping LiveChat table and re installing it |
Even after dropping LiveChat table and reinstalling it still getting |
Is this a normal log entry in youphptube.log ? #0 /var/www/MyDomain.net/html/plugin/LiveChat/ratchet/react/socket/src/Server.php(31): React\Socket\TcpServer->__construct('tcp://0.0.0.0:8...', Object(React\EventLoop\StreamSelectLoop), Array) |
just cleaned out log and restarted server now i got error in there PHP Fatal error: Uncaught RuntimeException: Failed to listen on "tcp://0.0.0.0:8888": Address already in use in /var/www/MyDomain.net/html/plugin/LiveChat/ratchet/react/socket/src/TcpServer.php:164 |
If you chat is already running is OK to have it on the log file this happens because the stript is trying to start the chat, but the chat is already active. |
[13-Jan-2019 17:31:06 America/New_York] Error in writeSql : (1452) Cannot add or update a child row: a foreign key constraint fails (
PuyoTube
.videos_statistics
, CONSTRAINTfk_videos_statistics_users1
FOREIGN KEY (users_id
) REFERENCESusers
(id
) ON DELETE CASCADE ON UPDATE CASCADE), SQL-CMD:INSERT INTO videos_statistics (id
,when
,ip
,users_id
,videos_id
,created
,modified
,lastVideoTime
) VALUES ( NULL , '2019-01-13 05:31:06' , NULL , '0' , '22' , now() , now() , '920' )is the error i get when trying to start the chat server
The text was updated successfully, but these errors were encountered: