Hi,
I just purchased the JAC today, after reading so many positive feedback on the joomla site.
After receiving the file, I tried to install it (first on a test site, since the original one is constantly in production) but the site is a 1:1 copy of the original one.
When I tried to install it, I first got the error that it couldn't alter the index.php. But when I looked I noticed that the url wasn't correct.
It was trying to install it in the webroot, and not in my sub-domain.
(it's an intranet page, I am using xampp, and it would be for example c:\server\xampp\htdocs\site\, but it installed it c:\server\xampp\htdocs\) I bypassed this (I think

) by editing the install file
$patched_file = $root_folder . _DS .
site . _DS . 'jindex.php';
$orginal_file = $root_folder . _DS .
site . _DS . 'index.php';
$jreindex_file = $root_folder . _DS .
site . _DS . 'administrator'. _DS . 'components' . _DS . 'com_jrecache'. _DS .'install_files' . _DS . 'index.php';
Then reinstalled it with my altered version, So far so good, and I could get in to the config, I then needed to change the database file, (to also match the url).
After that no errors, so I assumed that it would work fine.
I enabled the cache, and then tried to login with the frontend, but no go.
I says that my username or password is not correct. I verified pass etc, but they are correct.
We are using CB (1.0.13) to login, furthermore we are using JACL (1.0.13).
Do you have a suggestion to make it work?
Thanks, Daniel