install errors SQL

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
13 年 前
i use the nopCommerce_createDatabase on the install page and also tried on the sql management studio.
i get many errors

anyone? please
13 年 前
Please post the errors messages that you are getting.

P.S: Have you tried installing it using install.aspx page ?
13 年 前
thank you for the quick reply.

i have tried both, the install.aspx and run the nopCommerce_createDatabase.sql on the ms sql server management studio.
in both i get the same error  Incorrect syntax near '('.
it seems that the next line is the problem:
WITH (PAD_INDEX  = OFF, STATISTICS_NORECOMPUTE  = OFF, IGNORE_DUP_KEY = OFF, ALLOW_ROW_LOCKS  = ON, ALLOW_PAGE_LOCKS  = ON, FILLFACTOR = 80) ON [PRIMARY]


I also get an error for the sql max
[varbinary](max) NULL,
it does not recognize the max


thanks again

hezy
13 年 前
Download a fresh copy of nopCommerce and then try installing the database.
13 年 前
last copy downloaded yesterday
13 年 前
It seems like you are using an older version  of sql server. Are you using SQL Server 2000 ?

FYI: NopCommerce requires SQL Server 2005 or above
13 年 前
thank u, it was 2000 so i have moved to 2005
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.