Help - Search - Members - Calendar
Full Version: Windows Help
CubeCart Forums > CubeCart Version 3 > Installation & Upgrade Help (Version 3)
bandit123
Hi everyone!
Need a little help here. Has anyone had any success putting there CC on a Windows server?
I have php and mysql installed, But having a time with the root path. I can't figure the root path. Any help
would help.
Thanks in advance.
Bandit
JasonO
http://www.cubecart.com/site/forums/index....showtopic=25241

Yes you can install on a windows computer.

The root path I believe is from the root of the drive you have installed on.

Eg. I have a tester version of Cube Cart on this path:
C:\Program Files\Apache Group\Apache2\htdocs\Store
(all though it could have the slashes the other way around - / instead of \)

All depends where your htdocs folder is setup.
bandit123
Hi JasonO
I think my path is this
C:\Inetpub\vhosts\carmensboutiqueonline.com\httpdocs\shopping
but I now get this error...
Parse error: parse error, unexpected T_STRING in C:\Inetpub\vhosts\carmensboutiqueonline.com\httpdocs\shopping\includes\global.inc.php on line 10
Here is my config.php...
<?php
$glob['dbdatabase'] = 'Jim54';
$glob['dbhost'] = 'jim54@localhost';
$glob['dbpassword'] = 'carmen';
$glob['dbprefix'] = '';
$glob['dbusername'] = 'Jim54';
$glob['installed'] = '1';
$glob['rootDir'] = 'C:\Inetpub\vhosts\carmensboutiqueonline.com\httpdocs\shopping';
$glob['rootRel'] = '\shopping\';
$glob['storeURL'] = 'http://www.carmensboutiqueonline.com/shopping/';
?>

any ideas
Bandit
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.