I’ve just installed modbak, but when I attempt to run it, I get the following error message.
Warning: include_once(/home/terrybar/public_html/JohnD/assets/modules/modbak/modbak.php) [function.include-once]: failed to open stream: No such file or directory in /home/terrybar/public_html/JohnD/manager/processors/execute_module.processor.php(98) : eval()'d code on line 86
There are more errors listed but I expect they’ll be fixed when this one is.
I’ve created a backup directory called _backup in the /public_html folder on my server
I’ve modifed the settings.php file with the following path.
$modx_backup_dir = $_SERVER'['DOCUMENT_ROOT']/home/terrybar/public_html/_backup';
and the download.php file with
include_once(dirname(__FILE__).'home/terrybar/public_html/JohnD/assets/modules/modback/settings.php');
Can someone tell me what I’m doing wrong.