Skip Navigation

[Resolved] toolset Reference Site Therapists – "Ultimate Addons for Gutenberg" Problem

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
- 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 10:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Kolkata (GMT+05:30)

This topic contains 3 replies, has 2 voices.

Last updated by Minesh 1 year, 6 months ago.

Assisted by: Minesh.

Author
Posts
#2622121
screenshot_03.png
screenshot_02.png
screenshot_01.png

I am trying to: import Demo Site "Therapists" via framework installer
I have a blank site with Astra

When trying to install Therapists I get the error Installation requirements not met
"Ultimate Addons for Gutenberg not found on your site" (screenshot 01)

When clicking the link "Ultimate Addons for Gutenberg" I come to
https://wordpress.org/plugins/ultimate-addons-for-gutenberg/
which shows that the plugin is now named "Spectra – WordPress Gutenberg Blocks" (screenshot 02)

However I have installed Spectra (screenshot 03)

Link to a page where the issue can be seen: telecentauri.com/wp-admin

I expected to be able to install the Reference Site - as all conditions are met:

Instead, I got:
This demo site cannot be installed. Please ensure that you meet all plugin and site requirements before installing a demo site.

#2622643

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

Hello. Thank you for contacting the Toolset support.

What you should try to do is, you will have to modify the plugin file with few lines.

- You should go to: plugins/ultimate-addons-for-gutenberg
- open the file ultimate-addons-for-gutenberg.php in any file editor
- Replace the following line from:

 * Plugin Name: Spectra

To:

 * Plugin Name: Ultimate Addons for Gutenberg

Change the following line of code from:

define( 'UAGB_PLUGIN_NAME', 'Spectra' );
define( 'UAGB_PLUGIN_SHORT_NAME', 'Spectra' );

To:

define( 'UAGB_PLUGIN_NAME', 'Ultimate Addons for Gutenberg' );
define( 'UAGB_PLUGIN_SHORT_NAME', 'UAG' );

Can you please try to modify above changes and save the file and then try to install the therapists reference site.

#2623645
2023-07-13 OK fixed.jpg

Hello Minesh,

thanks for your detailed instructions.
This fixed the problem.

For my information: Will you do an update on your side to get rid of the problem?
Do I have to re-do your fix each time there is an Spectra update - guess not as everything is now installed and running?

Thanks again for your support
Best regards,
Georges

#2623659

Minesh
Supporter

Languages: English (English )

Timezone: Asia/Kolkata (GMT+05:30)

For my information: Will you do an update on your side to get rid of the problem?
Do I have to re-do your fix each time there is an Spectra update - guess not as everything is now installed and running?
===>
I already escalated the ticket in front of our Devs but there is no ETA when the fix will be made available with next hotfix plugin update.

For now you have to use the workaround I shared.