Hi,
QBI does not set the admin directory itself -- it just reads your Zen Cart setup, so you should check that Zen Cart is set up correctly (there are the constants DIR_WS_ADMIN and DIR_FS_ADMIN).
If you really need to set the QBI directories separately, you can do so in the file /admin/includes/qbi_app_top.php by replacing the DIR_WS_ADMIN and DIR_FS_ADMIN constants, but again you shouldn't need to if Zen Cart is set up correctly, so you should check how these constants are set in Zen Cart first.
// QBI location
define('DIR_QBI_WS', DIR_WS_ADMIN); // (full web path from www root)
define('DIR_QBI_FS', DIR_FS_ADMIN); // (full virtual file path)
Thanks,
Adam
Bookmarks