I had tried so many times install using manual method, including
modify the global.inc.php
<?php
$config['CCver'] = '30002';
$config['dateFormat'] = 'l j<\\sup>S</\\sup> F Y';
$config['dbdatabase'] = 'store';
$config['dbhost'] = 'localhost';
$config['dbpassword'] = '';
$config['dbprefix'] = '';
$config['dbusername'] = 'root';
$config['defaultCurrency'] = 'USD';
$config['defaultLang'] = 'en';
$config['dirSymbol'] = '/';
$config['displaycatRows'] = '2';
$config['dnLoadExpire'] = '172800';
$config['dnLoadTimes'] = '3';
$config['gdmaxImgSize'] = '390';
$config['gdquality'] = '80';
$config['gdthumbSize'] = '75';
$config['gdversion'] = '';
$config['lk'] = '';
$config['lkv'] = '';
$config['mailMethod'] = 'mail';
$config['masterEmail'] = 'user@domain.com';
$config['masterName'] = 'My Store';
$config['maxImageUploadSize'] = '524288';
$config['metaDescription'] = 'This is the meta description.';
$config['metaKeyWords'] = 'keyword1, keyword2, keyword3.';
$config['noPopularBoxItems'] = '10';
$config['noSaleBoxItems'] = '10';
$config['outofstockPurchase'] = '0';
$config['priceIncTax'] = '0';
$config['productPages'] = '10';
$config['productPrecis'] = '120';
$config['rootDir'] = '/home/localhost/public_html/upload/';
$config['rootDir_SSL'] = '';
$config['rootRel'] = 'upload';
$config['rootRel_SSL'] = '';
$config['saleMode'] = '1';
$config['salePercentOff'] = '20';
$config['shipAddressLock'] = '1';
$config['siteCountry'] = '226';
$config['siteCounty'] = '57';
$config['siteTitle'] = 'My Store';
$config['skinDir'] = 'Classic';
$config['sqlSessionExpiry'] = '172800';
$config['ssl'] = '0';
$config['stockLevel'] = '1';
$config['storeAddress'] = 'My Store Ltd,
Street,
City,
State.
USA 12345';
$config['storeName'] = 'My Store Ltd';
$config['storeURL'] = 'http://localhost/upload/';
$config['storeURL_SSL'] = '';
$config['taxCountry'] = '226';
$config['taxCounty'] = '57';
$config['timeFormat'] = '%b %d %Y, %H:%M %p';
$config['timeOffset'] = '0';
$config['ver'] = '3.0.0 Alpha-2';
$config['weightUnit'] = 'Lbs';
$config['installTime'] = '';
$config['installed'] = '1';
?>
but when opening
http://localhost/Admin/login.php , the page cannot
be found or HTTP 404 Not Found, I am using win xp home ed. And cube
cart upload was moved to www directory on
c:\home\localhost\public_html\upload , and I already create a
database name store with phpmyadmin and use the db.sql to create the
database.
I had tried download wampserver like candspc suggested, but can't
access mysql with phpmyadmin, it states that something wrong with
mysql config. So I use my old server package, names DongKrak, which i
download from URL
http://kioss.com/kioss/modules.php?op=modl...nloads&file=index&req=getit&lid=40 , which is the one that works for me right now.
Anyone ever success to install cubecart on a windows system ? please
help I am despreate wants to learn shopping cart system, had download
so many scripts like cubecart also osc, but all failed in chmod
stuff. How to install successful to a local hadrsik on windows
machine? is it posibble or not?