Page 1 of 1

DBD::mysql::st execute failed

PostPosted: Wed May 23, 2012 8:25 am
by akmayuga
hi

good day... each time we restart out vicibox... we receive mail
at the bottom it show:
Code: Select all
DBD::mysql::st execute failed: MySQL server has gone away at /usr/share/astguiclient/AST_manager_kill_hung_congested.pl line 294.
executing: SELECT channel FROM live_sip_channels where server_ip = '127.0.0.1' and extension = 'CONGEST' and channel LIKE "Local%" limit 99 MySQL server has gone away at /usr/share/astguiclient/AST_manager_kill_hung_congested.pl line 294.


I just want to know what is the couse and effect of this code..... :?: :?: :?: :?:
please help....
thank you.....

Re: DBD::mysql::st execute failed

PostPosted: Wed May 23, 2012 9:03 am
by DomeDan
Funny, I just answered this question 2 hour ago :P viewtopic.php?f=4&t=25227
DomeDan wrote:You can safely ignore those mails if you only got a few after a reboot.

The reason is that then your doing a reboot, all services are shut down
if the mysql service is shut down before vicidial then vicidial-scripts cant connect to mysql of course,
that produces an error and sent in a mail.

Re: DBD::mysql::st execute failed

PostPosted: Wed May 23, 2012 1:20 pm
by akmayuga
hi sir,

thanks for your reply...