|
Hi,
to correct the paths displayed in the Backups section, open this file:
avactis-system\admin\templates\modules\tools\backup\container.tpl.html
and find the following line:
<b>Backup Script Path:</b> <code><?php echo dirname(dirname(dirname(__FILE__))).'/backup.sh' ?></code> <br> <b>Restore Script Path:</b> <code><?php echo dirname(dirname(dirname(__FILE__))).'/restore.sh' ?></code>
Replace
dirname(dirname(dirname(__FILE__))).'
with
'/home/content/81/4353181/html/store/avactis-system
|