This needs to run on IIS 7.5 so I copied all files to an IIS server and modified the config.php for root and /admin accordingly.
For the root config.php I changed this line and all the others from this:
Code: Select all
define('DIR_APPLICATION', '/home/[myaccount]/public_html/[domain.com]/folder/catalog/');
Code: Select all
define('DIR_APPLICATION', 'catalog/');
from this
Code: Select all
define('DIR_APPLICATION', '/home/[myaccount]/public_html/[domain.com]/folder/admin/');
Code: Select all
define('DIR_APPLICATION', '../admin/');
I've tried recovering the original OC index.php for root and /admin and reinstalled vqmod but I get to the same result. I've deleted the vqcache folder, the files check.cache and mods.cache and nothing.
What else can I try to figure this out?