Here's the thing. OC 2.0.3.1 seems to work pretty much flawlessly on Server 2008.
It's just vqmod I can't get to work.
The install script has writing access issues, so I try the manual process but the manual process:https://github.com/vqmod/vqmod/wiki/Ins ... n-OpenCart
shows a method which does not seem to apply to OC 2.0.X.X.
So I just patch
Code: Select all
// Startup
require_once(DIR_SYSTEM . 'startup.php');
So I'm guessing there is more patching to do? Either way, only patching startup.php breaks everything.
So I was wondering
1) Does anyone have a magic wand to make the installer work? I tried the OCMod installer already....
2) Or does anyone have more up to date description of what mods need to be made to the files? can anyone confirm I only need ot pathc the startup element?
I'm not loving option 3, get a linux server, but it might need to be done :-/