See http://wiki.radiantcms.org/FAQ

Default 'admin' user is not created during project creation when using
SQLite3 # <http://wiki.radiantcms.org/FAQ#sqlite3_error>

There is an incompatibility between Rails < 1.2.3 and sqlite3 < 3.3.17 on
all platforms. This prevents the creation of the default 'admin' user when
creating a new project with "radiant -d sqlite3 path". It also generates
random errors because of incorrect handling of NULL values in the database.

Please update at least to Radiant 0.6.1 (which includes the latest Rails in
the 'vendor' directory) and to sqlite3 3.3.17. For more details see
this<http://weblog.rubyonrails.com/2007/1/29/using-sqlite3-with-rails>and
this <http://lists.radiantcms.org/pipermail/radiant/2007-June/005302.html>.

If you created a database with a failing sqlite3 version then create a new
one with a correct version since the db schema will be incorrect. In the
improbable case that you already have valuable data in the old db, migrate
it to the new one exporting/importing it with the sqlite3 command line
utility.

Peter

On 7/13/07, Robert Lorimor <[EMAIL PROTECTED]> wrote:
>
> Hi All,
>
> This is my first post to the list, and any list in general. Here it
> goes...
>
> I have the following:
> sqlite3-3.4.0    #the very latest from source
> gem sqlite3-ruby 1.2.1
>
> When I create Radiant project on my local Ubuntu system using the method:
>
> radiant --database sqlite3 myrailsproject
> cd myrailsproject
> sudo production db:bootstrap
> script/server -e production
>
> I get the login screen, but I cannot login.
>
> I read on this list that there is a problem with sqlite3 and radiant
> causing
> this problem. I was unable to use the console to add the admin user.
>
> Is there a current work around that works?
>
> Thanks a bunch.
> _______________________________________________
> Radiant mailing list
> Post:   [email protected]
> Search: http://radiantcms.org/mailing-list/search/
> Site:   http://lists.radiantcms.org/mailman/listinfo/radiant
>
_______________________________________________
Radiant mailing list
Post:   [email protected]
Search: http://radiantcms.org/mailing-list/search/
Site:   http://lists.radiantcms.org/mailman/listinfo/radiant

Reply via email to