When try to access -- admin/config/search/page-title get a WSOD.

Please see the attached images.

img 1

image 2

Have tried to clear caches - on 7.14 no pending updates.

Suggestions?

Comments

amitgoyal’s picture

Status: Active » Postponed (maintainer needs more info)
StatusFileSize
new73.08 KB

@HyperGlide - I checked it on Drupal 7.14 using 7.x-2.7 version of Page Title but it's working fine and page is loading completly. Please see the attached screen shot as well.

I have downloaded Drupal 7.14 and installed it using Standard Profile. Then I have downloaded and installed 7.x-2.7 version of Page Title. I haven't downloaded / installed any other module and it's working fine.

Looks like you may need to increase memory_limit on your system. It is 256mb on my system. Please provide more details if you still face the problem.

hyperglide’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

@amitgoyal -- thank you for the reply and apologies I did not return to this thread sooner.

The issue was solved by increasing the PHP memory on the site.

The cause I believe is related to the extensive token list that loads. Perhaps there is an alternate way to load these values.

Thank you again.

ibevamp’s picture

I had a similar issue and resolved it by using this module. http://drupal.org/project/token_tweaks
Basically the token module is loading too many fields and running out of memory.

Install token_tweaks, clear cache, and then go to Configuration>Tokens.

hyperglide’s picture

@ibevamp -- thanks seems the 'token' issue is far reaching after doing some more research.