zfade3
Forum Replies Created
-
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:
https://www.limecanvas.com/integrating-jetpack-infinite-scroll-with-genesis/
Forum: Fixing WordPress
In reply to: Are You Able To Crop Just The Featured Image?+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
In reply to: [AJAX Thumbnail Rebuild] Not rebuilding in Multi-siteYep. I installed the image libraries on the server and all works now.
Thanks for such a wonderful plugin!!!
Forum: Plugins
In reply to: [AJAX Thumbnail Rebuild] Not rebuilding in Multi-siteFalse 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
In reply to: Blank install.phpAlso 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
In reply to: The page cannot be displayed. when running install.phpI 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
In reply to: Another Blank install.phpI 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
In reply to: The page cannot be displayed. when running install.phpAnyone been able to solve this one? I’m having the same problem.