Title: zfade3's Replies | WordPress.org

---

# zfade3

  [  ](https://wordpress.org/support/users/zfade3/)

 *   [Profile](https://wordpress.org/support/users/zfade3/)
 *   [Topics Started](https://wordpress.org/support/users/zfade3/topics/)
 *   [Replies Created](https://wordpress.org/support/users/zfade3/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/zfade3/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/zfade3/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/zfade3/engagements/)
 *   [Favorites](https://wordpress.org/support/users/zfade3/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Infinite Scroll – {"type":"empty"} as response to ?infinity=scrolling&action](https://wordpress.org/support/topic/infinite-scroll-typeerror-infinitescrollscroller-is-undefined/)
 *  [zfade3](https://wordpress.org/support/users/zfade3/)
 * (@zfade3)
 * [13 years ago](https://wordpress.org/support/topic/infinite-scroll-typeerror-infinitescrollscroller-is-undefined/#post-3180218)
 * I was getting the same {“type”:”empty”} response until I used the “render” option
   when enabling infinite-scroll support. I’m using a Genesis child theme, so I 
   found that this post fixed my problem:
 * [http://www.limecanvas.com/integrating-jetpack-infinite-scroll-with-genesis/](http://www.limecanvas.com/integrating-jetpack-infinite-scroll-with-genesis/)
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Are You Able To Crop Just The Featured Image?](https://wordpress.org/support/topic/are-you-able-to-crop-just-the-featured-image/)
 *  [zfade3](https://wordpress.org/support/users/zfade3/)
 * (@zfade3)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/are-you-able-to-crop-just-the-featured-image/#post-2669818)
 * +1 for this. It would be great to be able to define where the crop is centered.
   I’ve searched through tons of plugins and I can’t find an acceptable solution.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] Not rebuilding in Multi-site](https://wordpress.org/support/topic/not-rebuilding-in-multi-site/)
 *  Thread Starter [zfade3](https://wordpress.org/support/users/zfade3/)
 * (@zfade3)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/not-rebuilding-in-multi-site/#post-3470885)
 * Yep. I installed the image libraries on the server and all works now.
 * Thanks for such a wonderful plugin!!!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AJAX Thumbnail Rebuild] Not rebuilding in Multi-site](https://wordpress.org/support/topic/not-rebuilding-in-multi-site/)
 *  Thread Starter [zfade3](https://wordpress.org/support/users/zfade3/)
 * (@zfade3)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/not-rebuilding-in-multi-site/#post-3470759)
 * False alarm! In debugging the code, I’m getting a failure on the wp_get_image_editor
   function on my staging server. I must be missing either GD or Imagick.
 * Sorry. I bet it would be working if that were installed.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Blank install.php](https://wordpress.org/support/topic/blank-installphp/)
 *  [zfade3](https://wordpress.org/support/users/zfade3/)
 * (@zfade3)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/blank-installphp/page/2/#post-45841)
 * Also check your php.ini file to see if you have a memory_limit = 8M setting. 
   The install.php script requires more than 8M to run.
 * Some default php configurations from package managers have the memory_limit set
   to 8M.
 * Change it to 16M that worked for me.
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [The page cannot be displayed. when running install.php](https://wordpress.org/support/topic/the-page-cannot-be-displayed-when-running-installphp/)
 *  [zfade3](https://wordpress.org/support/users/zfade3/)
 * (@zfade3)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/the-page-cannot-be-displayed-when-running-installphp/#post-310791)
 * I think I finally found my blank page index.php problem. After cutting away chunks
   of script out of the index.php, I finally got an error! Here is my error:
 * Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate
   143 bytes) in /…/wp-admin/upgrade-schema.php on line 318
 * I realized that on my production server I have a –enable-memory-limit directive
   in the configure and in my php.ini there’s a ‘memory_limit = 8M’ line.
 * We cranked the memory limit up to 16M and now it works great!
 * What a beast of an error! Hope this helps!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Another Blank install.php](https://wordpress.org/support/topic/another-blank-installphp/)
 *  [zfade3](https://wordpress.org/support/users/zfade3/)
 * (@zfade3)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/another-blank-installphp/#post-207150)
 * I think I finally found my blank page index.php problem. After cutting away chunks
   of script out of the index.php, I finally got an error! Here is my error:
 * Fatal error: Allowed memory size of 8388608 bytes exhausted (tried to allocate
   143 bytes) in /…/wp-admin/upgrade-schema.php on line 318
 * I realized that on my production server I have a –enable-memory-limit directive
   in the configure and in my php.ini there’s a ‘memory_limit = 8M’ line.
 * We cranked the memory limit up to 16M and now it works great!
 * What a beast of an error! Hope this helps!
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [The page cannot be displayed. when running install.php](https://wordpress.org/support/topic/the-page-cannot-be-displayed-when-running-installphp/)
 *  [zfade3](https://wordpress.org/support/users/zfade3/)
 * (@zfade3)
 * [20 years, 3 months ago](https://wordpress.org/support/topic/the-page-cannot-be-displayed-when-running-installphp/#post-310790)
 * Anyone been able to solve this one? I’m having the same problem.

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