• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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