Sign In
Start Page | Recent Changes | All Pages | Orphan Pages | Junebug Help

Comparing version 15 and version 14

h2. General

h2. Installation

Problems and things to take into account at installation or project creation time.

* *Default 'admin' user is not created during project creation when using SQLite3* #

p((. 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.

p((. 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.

h2. Errors

General problems

* *You get random errors with NULL value handling (in the line of @`constantize': "'''NULL'''Filter" is not a valid constant name!)@*

p((. This is the same error as "this":#sqlite3_error.
< 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.

p((. 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.

h2. Errors

General problems

* *You get random errors with NULL value handling (in the line of @`constantize': "'''NULL'''Filter" is not a valid constant name!@)*

p((. This is the same error as "this":#sqlite3_error.

Back to Page