after update drupal core 6.32 to 6.33 I got:
white screen of death reinstalling openlayers geocoder
internal server error reinstalling background process.

any help is appreciated

Thanks

Giovanni

Comments

Pasqualle’s picture

Priority: Critical » Normal
Status: Active » Postponed (maintainer needs more info)

read: https://www.drupal.org/node/158043
my guess: PHP memory exhausted.

giovannirinaldi’s picture

issue solved for openlayers_geocoder, I think:
openlayers.geocoder.token.inc in module version 6.x.dev must be modified in this way

function openlayers_geocoder_token_list
line 16

- if ($type == 'openlayers data' || $type == 'all') {
+ if ($type == 'openlayers data') {

Pasqualle’s picture

Title: update issues with some modules » WSOD at _token_list
Project: Drupal core » OpenLayers Geocoder
Version: 6.33 » 6.x-2.x-dev
Component: other » Code
Status: Postponed (maintainer needs more info) » Active

moving to module issue queue..

steinmb’s picture

Status: Active » Postponed (maintainer needs more info)

Sorry. Unable to reproduce this. Could you pls. provide more info. how to recreate it. Also debug info from drupal log when you get the WSOD will be helpful.

steinmb’s picture

Status: Postponed (maintainer needs more info) » Fixed
Issue tags: -background process, -openlayers geocoder

More then a month and no more info. Closing this as fixed.

steinmb’s picture

Status: Fixed » Closed (cannot reproduce)

Better status, nothing was actually fixed.