Restore a backup on freepbx 14 breaks web access

I have a PBX Firmware:12.7.4-1712-2.sng7 with php as below :
php --version

PHP 5.6.32 (cli) (built: Oct 31 2017 06:05:11)
Copyright © 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright © 1998-2016 Zend Technologies
with Zend Guard Loader v3.3, Copyright © 1998-2014, by Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright © 1999-2015, by Zend Technologies

and installed a new pbx with the following information yesterday :

PBX : 12.7.4-1712-2.sng7

[root@freepbx ~]# php --version
PHP 5.6.32 (cli) (built: Oct 31 2017 06:05:11)
Copyright © 1997-2016 The PHP Group
Zend Engine v2.6.0, Copyright © 1998-2016 Zend Technologies
with Zend Guard Loader v3.3, Copyright © 1998-2014, by Zend Technologies
with Zend OPcache v7.0.4-dev, Copyright © 1999-2015, by Zend Technologies

with a backup from PBX A and restore on PBX B ( new one )

I have this error with web access :slight_smile:SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘asterisk.ampusers’ doesn’t exist

Is there a fix for this?
I have tried config backup and full backup ,same error

Seems like this is a duplicate of Restore on freepbx version 14 breaks web access

ok this is fixed now with running
for i in $(fwconsole --force ma listonline | awk ‘{print $2}’); do fwconsole ma --force install $i; done
fwconsole chown
fwconsole reload

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.