Plugin Author
wpseek
(@alphawolf)
Hey mayhemkrew, sounds like a PHP memory issue. Try setting the WP_DEBUG constant to true and look for an error message on your archive page: http://codex.ww.wp.xz.cn/WP_DEBUG
If you see something like “allocated memory”, increase the WP memory limit: http://codex.ww.wp.xz.cn/Editing_wp-config.php#Increasing_memory_allocated_to_PHP or ask your host to increase it for you.
SO I enabled the DEBUG mode and there is no mention of the error you spoke of. I left the DEBUG mode on in case you want to look at it. There was some mention of a strict script for the lightbox plugin I was using, but I disabled all other plugins and left only the simple yearly archive active.
Plugin Author
wpseek
(@alphawolf)
Weird. Would you be willing to provide FTP credentials so I can have a look myself? If you’re okay with it, please send it to scripts (at) schloebe (dot) de
I won’t change anything on your blog, just working on my plugin’s files. 🙂
Email has been sent, I created a separate ftp account and you are locked into the wordpress directory.
Plugin Author
wpseek
(@alphawolf)
Hey mayhemkrew,
as expected it was a PHP memory problem. Adding
define('WP_MEMORY_LIMIT', '64M');
did the trick. 🙂
Feel free to remove the FTP account.
That’s awesome, now where was the line of code added in case of an update wipes it out?
**EDIT** nevermind, I see it in wp_config
Plugin Author
wpseek
(@alphawolf)
Yep, won’t be overwritten in future updates as it resides in the wp-config.php file. 🙂
You may increase it to 128M, just to be safe.