401ode / GetOutdoorsRI

Site promote the use of Rhode Island's public outdoor resources and increase public engagement
0 stars 2 forks source link

Fix Contraint Violation #52

Open theryankelly opened 8 years ago

theryankelly commented 8 years ago

error6_3_2016

nickatomlin commented 8 years ago

Another error in the same location: capture

nickatomlin commented 8 years ago

The same exception was thrown on a different account but does not mention 'uid's: unknown_error

nickatomlin commented 8 years ago

Each of these errors cites an exception in _drupal_session_read() in the session.inc file. Based on the following documentation, I suspect the error may be related to caching.

// If enforcing a minimum cache lifetime, validate that the data is // currently valid for this user before we return it by making sure the cache // entry was created before the timestamp in the current session's cache // timer. The cache variable is loaded into the $user object by // _drupal_session_read() in session.inc. If the data is permanent or we're // not enforcing a minimum cache lifetime always return the cached data. // If the cached data is temporary and subject to a per-user minimum // lifetime, compare the cache entry timestamp with the user session // cache_expiration timestamp. If the cache entry is too old, ignore it.

Source: http://cgit.drupalcode.org/sandbox-heyrocker-1145636/commit/?id=bee710e