• Resolved mayhemkrew

    (@mayhemkrew)


    So the plugin has been working perfectly for sometime now. Nothing has changed with the website, aside from wordpress updates, and now the plugin is no longer working. Can anything my host did cause the plugin to stop working? I have deleted the plugin, installed it fresh, still nothing. I even tried to create a test archive page with just [SimpleYearlyArchive] on the page, and still no output. Tried in both Firefox and IE. What happened?

    http://www.ocyla.com

    https://ww.wp.xz.cn/plugins/simple-yearly-archive/

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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.

    Thread Starter mayhemkrew

    (@mayhemkrew)

    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. 🙂

    Thread Starter mayhemkrew

    (@mayhemkrew)

    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.

    Thread Starter mayhemkrew

    (@mayhemkrew)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘Plugin No Longer Working’ is closed to new replies.