Quote from: DavidJColbran at Apr 07, 2009, 10:25 AM
Config::setConfig - ERROR: missing required file: manager/includes/config.inc.php
It’s not your fault. The config file requires a couple more entries.
From the default config.inc.php:
// ==================================================
// GENERAL
// ==================================================
site_url =
base_path =
bkup_dir = backup/
archive_dir = backup/archive/
archive_name = backup
seconds = 180
megabytes = 64
Enter values for site_url and base_path
HELP: site_url
You should include the trailing slash ’/’ on the site_url.
EXAMPLE:
http://www.go4it2day.com/
HELP: base_path
You should include the trailing slash ’/’ on the base_path.
EXAMPLE: /home/go4it2day/www/
// ==================================================
// GENERAL
// ==================================================
site_url = http://www.go4it2day.com/
base_path = /home/go4it2day/www/
bkup_dir = backup/
archive_dir = backup/archive/
archive_name = backup
seconds = 180
megabytes = 64
From the default config.inc.php:
// ==================================================
// SECURITY
// ==================================================
login = true
timeout = 0
activity = false
user_pass0 =
user_pass1 =
user_pass2 =
user_pass3 =
user_pass4 =
user_pass5 =
user_pass6 =
user_pass7 =
user_pass8 =
user_pass9 =
Enter values for user_pass
HELP: user_pass
This is a user name and password to access these scripts.
Use a comma (’,’) between the user name and password without any spaces (’ ’).
EXAMPLE: admin,Q1w2e3r4t5Y6
// ==================================================
// SECURITY
// ==================================================
login = true
timeout = 0
activity = false
user_pass0 = admin,Q1w2e3r4t5Y6
user_pass1 =
user_pass2 =
user_pass3 =
user_pass4 =
user_pass5 =
user_pass6 =
user_pass7 =
user_pass8 =
user_pass9 =
That should get you into BkupMODx. You can config the rest using the Config Tool once you’ve gained access.
Good luck!