yeah i had correct path but found i had original version of sqlite3 in /usr/local/bin so i removed that and now i'm at version 3.5.6 hwever i still get the same error
SQLite3::SQLException: near "ADD": syntax error: ALTER TABLE pages ADD "virtual" boolean DEFAULT 'f' NOT NULL cheers Nathan Message: 4 Date: Wed, 12 Mar 2008 14:19:20 +0200 From: " M?rti?? Grunskis " <[EMAIL PROTECTED]> Subject: Re: [Radiant] sqlite3 error To: [email protected] Message-ID: <[EMAIL PROTECTED]> Content-Type: text/plain; charset=UTF-8 Hi, You probably have an issue with your PATH. Check what this says: $ which sqlite3 if it says something other than /opt/local/bin/sqlite3 then you need to add /opt/local/bin at the beginning of your PATH variable. Regards, Martins Grunskis _______________________________________________ Radiant mailing list Post: [email protected] Search: http://radiantcms.org/mailing-list/search/ Site: http://lists.radiantcms.org/mailman/listinfo/radiant
