Unable to access a specific page in WordPress Admin console (post type: chapter) after upgrading the server to PHP version 8.0 or above. The error points to a custom-written plugin causing an "E_ERROR" in class.wpcf-post-types.php.
Solution:
Identified a custom-written plugin (Love on a Leash Members) causing the conflict, particularly with the usage of toolset_get_related_posts() and toolset_connect_posts() functions. The custom plugin needs to be updated to use the current implementation of these functions as outlined in Toolset documentation.
Problem:
Customer wanted to build a Classified listing web site and wanted to know if there were any documentation to support him in this task. Solution:
I shared with him our course specifically designed for Classified sites. Relevant Documentation: https://toolset.com/course/wordpress-directory-and-classifieds-sites/
Unable to save or update pages containing a "view" block in Gutenberg Editor. The update button becomes disabled after the Toolset view finishes loading dynamic content. Deactivating Toolset Blocks resolves the issue temporarily.
Solution:
This issue might be related to a JavaScript error causing the update button to remain disabled after the view content loads. Troubleshoot by creating a test page with a simple view to check if the issue persists. Additionally, perform a plugin/theme conflict check by switching to a default theme and deactivating plugins one by one.