Closed (fixed)
Project:
GeoServer
Version:
7.x-1.1
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Reporter:
Created:
29 Nov 2013 at 08:00 UTC
Updated:
7 Jan 2014 at 14:04 UTC
Jump to comment: Most recent
Geoserver 1.1 makes a bad call to watchdod(), which makes Dblog module completely unusable. Please see https://drupal.org/node/1279680. The specific error I got was:
Recoverable fatal error: Argument 2 passed to t() must be of the type array, integer given, called in /var/www/pasporty/modules/dblog/dblog.admin.inc on line 295 and defined in t() (line 1458 of /var/www/pasporty/includes/bootstrap.inc).
I marked this as critical, because it affects Drupal core.
Comments
Comment #1
azuledu commentedFixed.
Will be in 7.x-1.2
Comment #2
azuledu commentedComment #3
azuledu commentedTo fix dblog it is only necessary to delete the offending rows from the watchdog table. In PostgreSQL:
DELETE FROM watchdog WHERE message = 'Couldn''t read cookies for GeoServer. Did your session expire?';