Ticket #617 (closed defect: wontfix)

Opened 6 months ago

Last modified 4 months ago

Sqlite3 + db:bootstrap

Reported by: markg Assigned to:
Priority: major Milestone: 0.6.5-Chisel
Component: core Keywords:
Cc:

Description

I created a new radiant site with 0.6.5, sqlite3 and OS X 10.5. The db:bootstrap does not throw any errors but when I try to access http://localhost:3000 I get redirected to the login page. The login details are not accepted. The bootstrap process for sqlite3 doesn't seem to create the admin user.

I have tried with mysql and all works fine.

nb: I was going to attach the log file but couldn't see attachments.

Attachments

radiant_0_6_5_log.rtf (4.6 kB) - added by markg on 02/26/08 06:36:14.
Log when trying to access home page and then trying to login.
development.log (41.4 kB) - added by markg on 02/26/08 17:08:44.
Log when running db:bootstrap

Change History

02/26/08 06:36:14 changed by markg

  • attachment radiant_0_6_5_log.rtf added.

Log when trying to access home page and then trying to login.

02/26/08 07:33:40 changed by seancribbs

Please identify which version of sqlite3 you are using and run db:bootstrap again and attach the log from the bootstrap process.

02/26/08 17:07:31 changed by markg

Sqlite3 version 3.4.0

02/26/08 17:08:44 changed by markg

  • attachment development.log added.

Log when running db:bootstrap

04/08/08 09:08:30 changed by markg

I have had another look at this and found that my issue is with sqlite3-ruby 1.1.0.1. I am on OS X 10.5.2 and whether I use the included ruby/gems or the macports versions I get the same issues as above if I use 1.1.0.1. My fix was to update to sqlite3-ruby 1.2.1.

Re. this issue, the log attached has "WARNING: Can't mass-assign these protected attributes: id" throughout. Does this give anything away about the cause?

04/18/08 17:05:12 changed by seancribbs

  • status changed from new to closed.
  • resolution set to wontfix.

There will be a wiki page containing a compatibility matrix between various OS/SQLite/adapter/Radiant combinations.