• 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

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