• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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