Skip Navigation

[Resolved] Reference site needs cred 1.9.2, where is the download?

This support ticket is created 7 years ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 8:00 – 12:00 - -
13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 13:00 – 17:00 - -

Supporter timezone: America/New_York (GMT-04:00)

Tagged: 

This topic contains 3 replies, has 2 voices.

Last updated by Christian Cox 7 years ago.

Assisted by: Christian Cox.

Author
Posts
#586301
realestate-cred1.9.2.jpg

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.

#586495

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/

#587822
Toolset - RealEstate Screen Shot.jpg

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.".

#588171

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.