Hi,
I am setting up Zen cart on XAMPP. During installation, following warnings were issued

MySQL Version = 5.1.33-community Click here for more info

PHP cURL Support = OFF Click here for more info

CURL NON-SSL Capability = CURL not compiled into PHP - notify
server administrator Click here for more info

CURL SSL Capability = CURL not compiled into PHP - notify server administrator Click here for more info

CURL NON-SSL Capability via Proxy = CURL not compiled into PHP - notify server administrator Click here for more info

CURL SSL Capability via Proxy = CURL not compiled into PHP - notify server administrator Click here for more info

PHP Output Buffering (gzip) = OFF


Everything goes well until when I click "Save Database settings". I have created a db named 'zencart'. But I get following error. Is this an issue with version of MySQL or some missing file.

Installation In Progress...

27 Can't sync file '.\zencart\upgrade_exceptions.frm' to disk (Errcode: 9)
in:
[CREATE TABLE upgrade_exceptions ( upgrade_exception_id smallint(5) NOT NULL auto_increment, sql_file varchar(50) default NULL, reason varchar(200) default NULL, errordate datetime default '0001-01-01 00:00:00', sqlstatement text, PRIMARY KEY (upgrade_exception_id) ) TYPE=MyISAM;]


Please guys help me out with this. Thanks