- This topic has 11 replies, 2 voices, and was last updated 1 year ago by
Tom.
-
AuthorPosts
-
March 24, 2020 at 7:38 am #1208384
Denis
Hi Tom,
I’m using GeneratePress Premium with WP Show Posts. I am encountering an issue with the WP Show Posts plugin and posted about this issue in the WordPress plugin support forum. It’s been around one week without response now. Are you providing support for the plugin? Its functionality is quite important for my website.
Thanks for your help!March 24, 2020 at 9:50 am #1208717Tom
Lead DeveloperLead DeveloperHi there,
We don’t have the resources to provide free support for our other plugins at the moment.
However, I’d be happy to help here. What’s the issue you’re having?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 24, 2020 at 11:48 am #1208841Denis
I run a website on GeneratePress Premium and using WP Show Posts to display related posts at the bottom of some articles.
I noticed that some pages weren’t loading and would throw 500 errors instead. I deactivated all plugins and by activating them one by one determined that the issue was because of WP Show Posts plugin, and the pages that aren’t loading are the ones that have a shortcode.
Nothing recent in the error_log.
What can the issue be? I would like to continue using WP Show Posts…March 24, 2020 at 6:22 pm #1209065Tom
Lead DeveloperLead DeveloperStrange, we haven’t had any other reports of 500 errors from WPSP.
The
error_log
shouldn’t be empty if 500 errors are happening. I would check with your hosting to see if errors are being printed somewhere else.Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 26, 2020 at 11:46 am #1211105Denis
I can confirm that the error log does not contain anything related to this issue. However, what I did was enable the debug mode in WordPress. I then reactivated WP Show Posts and visited one of the pages that had a WP Show Posts shortcode in the article body. This page resulted in a 500 error (note that other pages, without shortcodes in the body, loaded fine).
Here are the contents of the debug.log:
[26-Mar-2020 18:41:15 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 135168 bytes) in /home2/…/wp-includes/class.wp-styles.php on line 314
[26-Mar-2020 18:41:15 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 69632 bytes) in /home2/…/wp-content/plugins/smart-slider-3/nextend/wordpress/assetInjector.php on line 137
[26-Mar-2020 18:41:15 UTC] PHP Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 36864 bytes) in Unknown on line 0I see no reference to WP Show Posts here, but to another plugin. However, when I deactivate WP Show Posts, there are no errors at all. I’m a bit confused… Any suggestions?
March 26, 2020 at 5:46 pm #1211350Tom
Lead DeveloperLead DeveloperThat looks like your server is running out of PHP memory. Try increasing it: https://docs.generatepress.com/article/increasing-php-memory-limit/
Let me know 🙂
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 27, 2020 at 7:33 am #1211879Denis
I increased the memory limit to 152M.
Now the page loads (albeit slowly) but the layout is all broken. When I deactivate WP Show Posts, it all returns to normal.
Can I give you wp-admin access so you can have a look?March 27, 2020 at 5:26 pm #1212524Tom
Lead DeveloperLead DeveloperAdmin access likely won’t help at this point.
What about the layout is broken? Can you show me?
It sounds like your server/hosting is having some issues, you’ll likely need them to resolve those (if not now, later when you install another plugin etc..).
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 28, 2020 at 3:23 am #1212779Denis
Layout with WP Show Posts deactivated:
Layout with WP Show Posts activated:
March 28, 2020 at 11:32 am #1213301Tom
Lead DeveloperLead DeveloperAlmost looks like the
wp_die()
function is in use. Can you re-install WPSP?Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentMarch 29, 2020 at 3:01 am #1218186Denis
Deleted the plugin via FTP then reinstalled from the wp-admin area. No effect 🙁
March 29, 2020 at 9:50 am #1218669Tom
Lead DeveloperLead DeveloperWhat if you deactivate your other plugins?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.