This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
en:faq:how_to_restore_system_from_a_backup_file [2015/05/28 08:39] liuxl |
en:faq:how_to_restore_system_from_a_backup_file [2017/12/12 03:05] (current) |
||
|---|---|---|---|
| Line 62: | Line 62: | ||
| ===== Solutions for Problems ===== | ===== Solutions for Problems ===== | ||
| + | After restoring astercc system,if you get "Permission denied!" after click the reload tip。You should execute command following: | ||
| + | <code> chmod 777 /var/www/html/asterCC/cake/console/cake </code> | ||
| + | |||
| + | After executing command,please restart asterccd,if it not worked,you can continue to execute commands following: | ||
| + | <code> chown -R asterisk.asterisk /var/www/html/asterCC/ | ||
| + | chown -R asterisk.asterisk /etc/asterisk | ||
| + | </code> | ||