Skip to Content

White Screen of Death on Pathauto Update

Categories:

Per http://drupal.org/node/123186

I am doing an update on my node path settings to control my alias structure and getting the WSOD. Is this issue the same? How could I check my VPS memory settings to make sure this is the same issue?

A

Comments

Troubleshooting WSOD

Richard Eriksson's picture

To diagnose problems involving the White Screen of Death (the term we also lovingly refer to when we get a blank page) check the last few lines of your error log.

  1. login go your VPS via SSH
  2. type in the following command: sudo tail /var/log/httpd/error_log

That usually tells you which module is responsible and on which line, which will help us and the Pathauto module's developers to fix the issue.

here you go!

discursives's picture

[Fri May 18 13:07:24 2007] [error] [client [my (a) ip address]] PHP Fatal error: Call to undefined function arrary() in /var/www/html/includes/common.inc(1342) : eval()'d code on line 15, referer: http://mysite.com/admin/settings/pathauto

I just did this again, so it's FRESH!

http://peerproducers.com - Peer Production Praxis

ideas on this one? this is tough ...

discursives's picture

some sites get up to 200 nodes before the url pathauto config is finished. it just appears to crap out over 100 or so.

http://peerproducers.com - Peer Production Praxis

possible solution

greggles's picture

There was an issue in Pathauto if you tried to bulk update lots of nodes on a site then Drupal's node_load caches them which is great for performance in some situations, but bad in others. I say "lots" of nodes because the exact number depends on several factors...

Anway, this was solved in Pathauto 5.x-1.2. If you can try that out let me know if it works for you are not. If not, please post an issue to the pathauto issue queue about it so that we can track it down there.

--
Knaddisons Denver Life | mmm Chipotle Log | The Big Spanish Tour

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.