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

Issue REST API doesn't save sites configuration

Hi.

I've just upgraded WPB standalone to version 17.8.12. After upgrade I cannot save any configuration using REST API. I get correct response from API:

- HTTP Code: 200
- Content: {"response":"done"}

But nothing is save in database. How can I debug it? How can I see any REST API logs?
 
Add the following in the panel.ini to increase verbose logging:
[debug]
enabled = 1
[log]
filter.priority = 7
show.sql_query = on
show.util_exec = on
show.util_exec_io = on

Don't forget to remove them, it's not really meant to be used on production servers. It generates a lot of logging.
 
It seems there are no panel.ini inside Web Presence Builder 17.8.12 standalone.

Even I added your debug info into /usr/local/sb/config , it seems no logs are generated.

Please help.
 
Back
Top