Upgrade Issue - Invalid Column Name 'Rtl'

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 years ago
Hello Friends

I've just tried to upgrade my nopCommerce v2.30 to latest, I've ran the upgrade scripts, but I'm getting the following error. I would greatly appreciate any help.

http://i47.tinypic.com/148dh5h.jpg

Thank You.
11 years ago
Odd, since it was introduced in the upgrade from 2.10 to 2.20

--RTL support
IF NOT EXISTS (SELECT 1 FROM syscolumns WHERE id=object_id('[dbo].[Language]') and NAME='Rtl')
BEGIN
  ALTER TABLE [dbo].[Language]
  ADD [Rtl] bit NULL
END
GO
11 years ago
Hmm, I think I have messed up my database, I'll have to start a fresh .. again :(
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.