Toolset lets you develop truly custom sites, including WooCommerce, Membership and Directory/Classifieds sites.
Visit our dedicated tutorials to learn how to build each of these sites using Toolset:
Problem: When Toolset plugins are active I see in the error logs several PHP deprecation notices related to required parameters following optional parameters, similar to this:
Deprecated: Required parameter $in follows optional parameter $method in \wp-content\plugins\wp-views\embedded\inc\wpv-query-debug.class.php on line 417
Solution:
Toolset is not yet compatible with PHP 8.x, so for best results we recommend you use a server that runs PHP 7.x instead, or ask your hosting company to help install the preferred lower version.
Problem: I am experiencing sporadic Critical Error messages on my site with Toolset active. They often occur when I attempt to save a post in wp-admin.
Solution: In this case the issue appears to be caused by a lack of memory. Increase the amount of memory available for PHP and WordPress by adding the following code in your wp-config.php file:
Problem: I am unable to register the Toolset software. I see an error message that the key is invalid.
Solution: To prevent typos and other registration errors, use the link "Get a key for this site" in the registration process to automatically generate a key for the correct URL.
Problem: Posts created by Forms Commerce are not always published successfully. Some stay in Draft status, while others seem to be published immediately.
Solution: Be sure the Form is configured to create posts in Draft status, and to change the post status to Publish automatically when the Order is complete. If your payment processor does not automatically set the Order status to complete once payment is finalized, you may need a custom code snippet or another 3rd-party plugin to automatically complete the order, as Forms Commerce requires this status for effectively managing the post publishing flow.