• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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