Search results

  1. gsupp

    After 4.5 -> 5.1.1, voicemail_messages.php gives "unable to download voicemail"

    I've recently upgraded FusionPBX from 4.5 to 5.1.1 (11df74853a52524fc13de66c65a8b46e479a8349). I went through every step in Advanced -> Upgrade one-by-one. I have a voicemail box set to Voicemail File: Download Link (No Login Required). This includes a download link the voicemail email...
  2. gsupp

    After upgrade, email_queue.php gives "Email Queue is disabled in Default Settings"

    I realize this is a terrible kludge, but if you comment out the check for the email_queue session variable in email_queue.php, it will then start working as expected. Lines 90-94: //email queue enabled if ($_SESSION['email_queue']['enabled']['boolean'] != 'true') { echo...
  3. gsupp

    After upgrade, email_queue.php gives "Email Queue is disabled in Default Settings"

    The same thought crossed my mind, but as a boolean data type, there's just a dropdown for the True or False value. I tried a default settings reload just in case, no effect. I went back and ran all the upgrade steps again one at a time, in order. Step 1, step 2, step 2b, step 3, step 4, then...
  4. gsupp

    After upgrade, email_queue.php gives "Email Queue is disabled in Default Settings"

    I've upgraded from FusionPBX 4.5 to 5.1.1. I followed the steps in https://docs.fusionpbx.com/en/latest/status/email_queue.html to enable the email queue. However, when running "php /var/www/fusionpbx/app/email_queue/resources/service/email_queue.php" from the CLI, I get the message "Email Queue...