• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Bug Report - WPB 11.5.8 standalone - hidden_widgets and cannot switch design template

ccto

Basic Pleskian
We have updated Parallels Web Presence Builder standalone from 11.5.7 to 11.5.8
But found a bug -

in /usr/local/sb/config, we have added -
Code:
hidden_widgets = eshop, search

Then, we login as regular site (via API), start over, choose a website topic randomly
Goto Design, choose a design by random
Then, it raise an exception in GUI -
Code:
Unexpected server behavior. For details, see the product's log files.
Please contact the server administrator.

In /usr/local/sb/tmp/sitebuilder.log , it shows -

Code:
2013-10-29T15:11:00+08:00       [EMERG] /JsonApi/       SB_Widget_Exception: Widget type 'hidden' is not supported.
file: /usr/local/sb/include/SB/WidgetBroker.php
line: 23
code: 0 y.y.y.y   http://x.x.x.x/Editor     Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36
2013-10-29T15:11:05+08:00       [EMERG] /JsonApi/       SB_Widget_Exception: Widget type 'hidden' is not supported.
file: /usr/local/sb/include/SB/WidgetBroker.php
line: 23
code: 0 y.y.y.y   http://x.x.x.x/Editor     Mozilla/5.0 (Windows NT 5.2; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.101 Safari/537.36

If we remark the line (hidden_widgets) in /usr/local/sb/config , or remove the module - search , then we can switch the design smoothly without errors.

Please kindly check.
 
Last edited:
It is known and already reported issue.
I suggest the following to resolve the issue:

1. delete 'search' from 'hidden_widgets';
2. add 'search' into 'restricted_widgets' also or instead. This option is missing by default, but you may safely create it in the configuration file.
 
Back
Top