Displaying 4 results from an estimated 4 matches for "sgfzahsabjokqhvzzwr7aa".
2005 Aug 06
2
Problem with 0.13.1 ActiveRecordStore with PG 8.0.3.
...ler results in an error like the following:
#<ActiveRecord::StatementInvalid: ERROR: null value in column "id"
violates not-null constraint
: INSERT INTO session ("id", "data") VALUES(NULL,
''BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
SGFzaHsABjoKQHVzZWR7AA==
'')>
I create the session table using the
CGI::Session::ActiveRecordStore::Store.create_table! method, and it
looks like this:
Table "public.session"
Column | Type | Modifiers
------------+---------+-----------
id | integer | not null
session_id...
2008 Sep 26
1
Problem with authentication... Acts As Authenticated
...users need to
authenticate some of their calls...
When I am performig the call through Firefox, everything is fine as
shown in the log :
Processing OwnershipsController#new (for 67.207.118.174 at 2008-09-26
16:20:03) [GET]
Session ID:
BAh7BiIKKmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
SGFzaHsABjoKQHVzZWR7AA==--5a5630c016ccd9482ce679e272d3d53adea86595
Parameters: {"format"=>"xml", "action"=>"new",
"controller"=>"sources/ownerships", "password"=>"MYPASS",
"login"=>"MYUSER", "source_i...
2009 Sep 30
3
SQLite3::SQLException: id may not be null
...xception: sessions.id may not be NULL: INSERT INTO sessions
("updated_at", "session_id", "data") VALUES(''2009-09-30 02:28:45'',
''3461077be365d88468352a6172c27793'',
''BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
SGFzaHsABjoKQHVzZWR7AA==
'')
./script/../config/../vendor/rails/activerecord/lib/active_record/connection_adapters/abstract_adapter.rb:139:in
`log''
./script/../config/../vendor/rails/activerecord/lib/active_record/connection_adapters/sqlite_adapter.rb:154:in
`execute''
./script/../con...
2009 Mar 30
0
Sub-Controller Issue on Host Server - Very Mysterious
...root>/checklists/wedding" one, the latter works fine.
I restarted the app server and it still does not work. The log says:
"Processing ChecklistsController#wedding (for 68.82.208.31 at 2009-03-29
22:32:29) [GET]
Session ID: BAh7BiIKZmxhc2hJQzonQWN0aW9uQ29udHJvbGxlcjo6Rmxhc2g6OkZsYXNo
SGFzaHsABjoKQHVzZWR7AA==--469f7ea16c14404094d48c142e100772d6a39da1
Parameters: {"action"=>"wedding", "controller"=>"checklists"}
ActionController::UnknownAction (No action responded to wedding): ..."
I did the same thing on my local machine and everything works fine....