Title: [Plugin: Storify] Blank page on plugin activate
Last modified: August 20, 2016

---

# [Plugin: Storify] Blank page on plugin activate

 *  [dkukral](https://wordpress.org/support/users/dkukral/)
 * (@dkukral)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-storify-blank-page-on-plugin-activate/)
 * Had a similar problem to this:
    [http://wordpress.org/support/topic/plugin-storify-broke-wordpress-after-activation?replies=2](http://wordpress.org/support/topic/plugin-storify-broke-wordpress-after-activation?replies=2)
 * I dug in the code some and it was failing on the get_posts call in the WP_Storify::
   upgrade() call ..
 * My blog has 50K+ posts and to return them all appeared to be exhausting the memory
   and causing it to fail.
 * Might make sense to store some post meta data and query based on that rather 
   than grabbing all posts and trying to filter for the storify permlink in them.
 * I changed the if statement in WP_Storify::upgrade() to bypass the get_posts call.
 * _[Code moderated as per the [Forum Rules](http://codex.wordpress.org/Forum_Welcome#Posting_Code).
   The maximum number of lines of code that you can post in these forums is **ten
   lines**. Please use the [pastebin](http://wordpress.pastebin.com/)]_
 * [http://wordpress.org/extend/plugins/storify/](http://wordpress.org/extend/plugins/storify/)

The topic ‘[Plugin: Storify] Blank page on plugin activate’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/storify_009dca.svg)
 * [Storify](https://wordpress.org/plugins/storify/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/storify/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/storify/)
 * [Active Topics](https://wordpress.org/support/plugin/storify/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/storify/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/storify/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [dkukral](https://wordpress.org/support/users/dkukral/)
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-storify-blank-page-on-plugin-activate/)
 * Status: not resolved