sanjaymarthak
Forum Replies Created
Viewing 2 replies - 1 through 2 (of 2 total)
-
Forum: Plugins
In reply to: [Advanced Custom Fields (ACF?)] Unable to rename taxonomy descriptionHello, @tomfatom
I visited your website, but it seems to be down or not functioning correctly. Could you provide a screenshot of the issue?
Regarding your query, the problem might be due to a theme or plugin conflict. Here are some steps you can take to troubleshoot:
- Activate a Default Theme: Switch to a WordPress default theme (e.g., Twenty Twenty-Three) and check if the issue persists.
- Enable Debug Mode: You can enable debug mode in the
wp-config.php
file to identify errors.
Here’s a helpful documentation link for enabling debug mode: Debugging in WordPress.
Let me know if you need further assistance!
Best Regards,
Sanjay MarthakForum: Plugins
In reply to: [Classic Editor] Critical Error in Classic Editor – Unable to Publish PostsHello, Wisharl,
This error may occur due to:
- Plugin Conflicts: Outdated or corrupted plugins.
- PHP Memory Limit Exhaustion: Insufficient PHP memory.
- Outdated PHP Version: Incompatible PHP version.
- File Corruption: Damaged core, theme, or plugin files.
Quick Fixes
- Enable Debug Mode:
Edit wp-config.phpdefine('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
- Check Plugins: Deactivate all plugins; reactivate one by one to find the culprit.
- Increase Memory Limit: Add to
wp-config.php
define('WP_MEMORY_LIMIT', '256M');
- Update PHP: Ensure your hosting supports a compatible PHP version.
For details, see Debugging in WordPress.
Let me know if you need further help!
Best Regards,
Sanjay Marthak- This reply was modified 2 months ago by sanjaymarthak.
Viewing 2 replies - 1 through 2 (of 2 total)