I am trying to: Install Reference Site Real Estate
Link to a page where the issue can be seen: Cannot install, you have no link to older versions of toolset to meet requirements for the Reference Site plugin template library you have provided to use.
I expected to see: The Reference Site Real Estate
Instead, I got: Downgrade to tested version: 1.9.2, the link to the Toolset Type on the https://toolset.com/account/downloads/#application-frameworks was wrong for Real Estate.
Hi, if you're looking for old versions of our plugins you can find most of them here at wp-types.com/account/downloads. Underneath the link to each plugin, there is a text link to Changelog & Previous versions. Most plugins (except Types) can be found here. Since Types is publicly available, the older versions are archived on our WordPress Plugin dashboard:
https://toolset.com/home/types-manage-post-types-taxonomy-and-custom-fields/advanced/
I have all check marks on the reference site Real Estate, but the install button does not work and I see this under the home picture, "This demo site can't be installed.".
Now that you have the plugins installed, have you tried to reset the site database? Go to Toolset > Settings > Reset Demo Site. You'll be able to reset the database here. Your installed plugins will be unaffected, but you will have to manually reactivate Toolset Framework Installer and attempt installation again. If this does not resolve the issue, go in your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);
Then add these lines, just before it says 'stop editing here':
ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . '/error_log.txt');
Reset the site and attempt to install the Demo site again. If any server-side errors are generated, this will create an error_log.txt file in your site's root directory. Please send me its contents. Once that is done, you can revert the updates you made to wp-config.php.