• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Import site button from sitebuilder 4.5 not displayed

poche

New Pleskian
The option is active, but the button is not displayed

root@WebPresence:~# cat /usr/local/sb/config | grep show_import_site_button
show_import_site_button = 1

I can't display the button.

root@WebPresence:~# cat /usr/local/sb/.version
11.5.12

Thanks
 

Attachments

  • ScreenShot001.jpg
    ScreenShot001.jpg
    81.2 KB · Views: 5
Try to set it as

show_import_site_button = true

root@WebPresence:~# cat /usr/local/sb/config | grep show_import_site_button
show_import_site_button = true

After applying the changes, I restarted the web service (apache), but the problem was not solved.

I need to restart some other service?

Thanks
 
root@WebPresence:~# cat /usr/local/sb/config | grep show_import_site_button
show_import_site_button = true

After applying the changes, I restarted the web service (apache), but the problem was not solved.

I need to restart some other service?

Thanks
 
Hi there,

No, such changes in config file does not require restart of any services.
By default this feature is enabled. So you don't need to enable it.
Please note that this feature is not available for Trial sites. In this case the button is hidden.

Starting from WPB 12.0 "Import" button is always visible, but have disabled state for Trial sites.
 
Back
Top