Re: [Radiant] Unsuccessful at creating an extension using either Sqlite3 or PostgreSQL

2008-11-14 Thread Jose Hales-Garcia
On Nov 14, 2008, at 7:46 PM, Jim Gay wrote: Have you first run rake db:bootstrap That was it. I hadn't created the development database yet. I'll have to be more careful next time. Thank you very much. Jose ... Jose Hales-Garcia UCLA

Re: [Radiant] Unsuccessful at creating an extension using either Sqlite3 or PostgreSQL

2008-11-14 Thread Jim Gay
Have you first run rake db:bootstrap ? The first error says that the 'extension_meta' table does not exist. The second says that the 'pages' table does not exist On Nov 14, 2008, at 9:58 PM, Jose Hales-Garcia wrote: Hello Radiant list, I'm going through the online tutorial on creating extens

[Radiant] Unsuccessful at creating an extension using either Sqlite3 or PostgreSQL

2008-11-14 Thread Jose Hales-Garcia
Hello Radiant list, I'm going through the online tutorial on creating extensions and am getting errors. I've tried creating the extension with a project using the Sqlite3 adaptor (project_1) and with another project using the PostgeSQL adaptor (project_2). Both give errors, albeit differ