Has anyone encountered the situation when we upgrade as stated:
cd /var/www && git clone https://github.com/fusionpbx/fusionpbx.git
chown -R www-data:www-data /var/www/fusionpbx
php /var/www/fusionpbx/core/upgrade/upgrade.php
Fatal error: Uncaught Error: Class 'fax' not found in /var/www/fusionpbx/app/fax/fax_edit.php:380 Stack trace: #0 {main} thrown in /var/www/fusionpbx/app/fax/fax_edit.php on line 380
class fax exists.
This seems to occur when the classes are defined under resources/classes/*
Can someone please verify if this is broken after upgrade?
Thanks in advance.
Version Upgrade — FusionPBX Docs documentation
docs.fusionpbx.com
Version Upgrade
Version Upgrade can take several steps to perform. Below will show how to upgrade from specific versions.4.4 to Master (what will become 4.6)
- Switch branches
cd /var/www && git clone https://github.com/fusionpbx/fusionpbx.git
chown -R www-data:www-data /var/www/fusionpbx
- Try Advanced -> Upgrade Schema if that fails use the the command line.
php /var/www/fusionpbx/core/upgrade/upgrade.php
- Refresh the browser if there are issues then logout and then back in.
Fatal error: Uncaught Error: Class 'fax' not found in /var/www/fusionpbx/app/fax/fax_edit.php:380 Stack trace: #0 {main} thrown in /var/www/fusionpbx/app/fax/fax_edit.php on line 380
class fax exists.
This seems to occur when the classes are defined under resources/classes/*
Can someone please verify if this is broken after upgrade?
Thanks in advance.