-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Support
-
Affects Version/s: 14.0.16
-
Fix Version/s: None
-
Component/s: Time Conditions
-
Labels:None
-
Bug Tracker:Customer Issue
-
ToDo:
-
Asterisk Version:13.38.1
-
Distro Version:12.7.8-2012-1.sng7
-
Distro:FreePBX Distro
Specific version 14.0.16.4 was not available to select from drop down.
Issue occurred while running updates. TimeConditions module seems to fail during install.
Here's the message from the Web GUI update:
PDOException thrown with message "SQLSTATE[HY000]: General error: 2006 MySQL server has gone away"
Stacktrace:
#5 PDOException in /var/www/html/admin/modules/timeconditions/Timeconditions.class.php:21
#4 PDOStatement:execute in /var/www/html/admin/modules/timeconditions/Timeconditions.class.php:21
#3 FreePBX\modules\Timeconditions:install in /var/www/html/admin/libraries/modulefunctions.class.php:2545
#2 module_functions:_runscripts in /var/www/html/admin/libraries/modulefunctions.class.php:2018
#1 module_functions:install in /var/www/html/admin/page.modules.php:265
#0 include in /var/www/html/admin/config.php:477
Attempting to install via SSH with command fwconsole ma install timeconditions returns:
Updating tables timeconditions, timegroups_groups, timegroups_details...Done
In Timeconditions.class.php line 21:
SQLSTATE[HY000]: General error: 2006 MySQL server has gone away
Using fwconsole ma delete timeconditions and fwconsole ma download timeconditions, then fwconsole ma install timeconditions returns the same results.