Help with Categories

I get the following error when I try to click on my link to my categories, since uploading Pro.
The preview could not load due to the iframe response being incomplete. This is most often related to a plugin conflict, or customizations introducing a PHP error.

Origin URL: https://followinglifesbreezes.com

Preview URL: https://followinglifesbreezes.com/category/fitnesshealth/

I am not sure what is going on, but no longer can people click on the Category name to see all the post with that category. I have reinstalled my plugins and I am not sure what to do next.

Thank you,
Valerie

Hi Valerie,

Pleas note that the index pages such as the blog and category archive pages are not editable with the Pro builder. I checked the page that you have indicated and it shows as blank which might be caused by an error.

You can login through FTP then edit the wp-config.php file and find the line: define( 'WP_DEBUG', false );. Set it to true then save the file. Log back in the admin area and you should be able to see some more error information when you redo the steps you are having issues with.

If you are getting an error message that suggests: Fatal error: Allowed memory size of xxxxx bytes exhausted, it means that you need to have the PHP memory limit of your site increased.

To do this, please edit your wp-config.php file and insert these lines:

define( 'WP_MEMORY_LIMIT', '256M' );
define( 'WP_MAX_MEMORY_LIMIT', '512M' );

You can add it before the line
/*That's all, stop editing! Happy Blogging. */

In case the issue persists, please try to get in touch with your hosting provider and confirm to them that your PHP memory limit is increased.

If you are still having an issue, please provide us with the admin details of your site in a Secure Note so that we can check this further.

Thank you.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.