antic
Perch
I've just installed CubeCart (the free v3 version) on a client's Windows shared server. Installation went fine, and I got as far as logging into the CubeCart admin area.
However, the application misbehaves after that point. Once logged in as admin, clicking any of the admin menu items results in another login form. This is definitely not because of cookie blockers or anything.
When I do go ahead and log in again, the app responds with a CGI error: "The specified CGI application misbehaved by not returning a complete set of HTTP headers."
I found a reference to this on the CubeCart forums, here:
https://support.cubecart.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=57
It basically says that PHP in IIS should be installed as FastCGI or ISAPI. Apparently, at least on this particular server, PHP has been installed with the plain CGI option.
So (assuming that is the correct advice) what are my options for CubeCart on a Windows server? Can PHP be changed to run as FastCGI on a shared Win server, or do I need to look for a different cart app?
However, the application misbehaves after that point. Once logged in as admin, clicking any of the admin menu items results in another login form. This is definitely not because of cookie blockers or anything.
When I do go ahead and log in again, the app responds with a CGI error: "The specified CGI application misbehaved by not returning a complete set of HTTP headers."
I found a reference to this on the CubeCart forums, here:
https://support.cubecart.com/index.php?_m=knowledgebase&_a=viewarticle&kbarticleid=57
It basically says that PHP in IIS should be installed as FastCGI or ISAPI. Apparently, at least on this particular server, PHP has been installed with the plain CGI option.
So (assuming that is the correct advice) what are my options for CubeCart on a Windows server? Can PHP be changed to run as FastCGI on a shared Win server, or do I need to look for a different cart app?