• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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