Closed (works as designed)
Project:
Page Title
Version:
7.x-2.7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2012 at 05:43 UTC
Updated:
8 Nov 2012 at 16:13 UTC
Jump to comment: Most recent file


Comments
Comment #1
amitgoyal commented@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.
Comment #2
hyperglide commented@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.
Comment #3
ibevamp commentedI 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.
Comment #4
hyperglide commented@ibevamp -- thanks seems the 'token' issue is far reaching after doing some more research.