my server cfg:
windows server 2003 sp1
iis 6.0
php 4.4.0
mysql ..forgot
-------------------------------------------
so...
1
global.inc.php
$glob['dbdatabase'] = 'db_name_here';
$glob['dbhost'] = 'localhost';
$glob['dbpassword'] = 'pass_here';
$glob['dbprefix'] = 'cube_';
$glob['dbusername'] = 'user_here';
$glob['installed'] = '1';
$glob['rootDir'] = 'c:/inetpub/wwwroot/cubecart';
$glob['rootRel'] = '/cubecart/';
$glob['storeURL'] = 'http://your_ip_or_machine_name/cubecart';
2. just create de tables (i will post)
thatīs all
itīs working ok here..
iīm here to help !