all fine, file have next sytaxLook at the file sql/client_update_traffic_stats.sql. Does it seem corrupt? Redownload it.
update clients set
client_month_upload= client_month_upload + :upload:,
client_month_download= client_month_download + :download:,
client_total_upload= client_total_upload + :upload:,
client_total_download= client_total_download + :download:
where client_id=:client_id:;
I had the same error today, and then my server crashed!!Hello. Today my server has been crashed, in logs this error. How to avoid in the future?
Code:2016-08-19 09:55:49.311901|CRITICAL|DatabaseQuery | |setSQLfromFile( file:sql/client_update_traffic_stats.sql) failed
Try updating to 3.0.13.3 since it crashed anyway.I had the same error today, and then my server crashed!!
![]()
Clean install or overwrite?I try, same on 3.0.13.3
Mine is in 3.0.13.3. Clean installation!Try updating to 3.0.13.3 since it crashed anyway.
Post your logs.I upgraded to "3.0.13.3" version BUT 10 minutes later server crashes
Brother, about my mistakes, you don't know what might be causing it?Post your logs.
Not unless you post logs.Brother, about my mistakes, you don't know what might be causing it?
Already posted up there. My server crashed and in the logs showed these errors.Not unless you post logs.
2016-08-24 22:23:48.609838|CRITICAL|DatabaseQuery | |setSQLfromFile( file:sql/client_update_traffic_stats.sql) failed
2016-08-25 18:15:11.737265|CRITICAL|DatabaseQuery | |setSQLfromFile( file:sql/client_get_by_uid.sql) failed