• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Recent content by tnr87

  1. T

    Question Server Error 500 Plesk\Exception\Database

    /etc/my.cnf content in this section only works when innodb_force_recovery=6 [mysqld] innodb_buffer_pool_size = 10M skip-grant-tables innodb_force_recovery=6 bind-address = ::ffff:127.0.0.1 local-infile=0 datadir=/var/lib/mysql socket=/var/lib/mysql/mysql.sock # Disabling symbolic-links is...
  2. T

    Question Server Error 500 Plesk\Exception\Database

    i increased the limit max_connections error "Changed limits: max_open_files: 32768 max_connections: 500" Aug 26 10:02:16 hostname mariadbd[26700]: 2021-08-26 10:02:16 0 [ERROR] Plugin 'InnoDB' init function returned error. Aug 26 10:02:16 hostname mariadbd[26700]: 2021-08-26 10:02:16 0 [ERROR]...
  3. T

    Question Server Error 500 Plesk\Exception\Database

    For example: # vi /etc/my.cnf [mysqld] innodb_force_recovery = 2 Aug 26 10:00:36 hostname systemd[1]: Starting MariaDB 10.5.12 database server... Aug 26 10:00:37 hostname mariadbd[24306]: 2021-08-26 10:00:37 0 [Note] /usr/sbin/mariadbd (mysqld 10.5.12-MariaDB) starting as process 24306 ... Aug...
  4. T

    Question Server Error 500 Plesk\Exception\Database

    [mysqld] innodb_force_recovery=6 skip-grant-tables user=mysql innodb_force_recovery=6 it only works when there is mariadb -- [mysqld] #innodb_force_recovery=6 skip-grant-tables user=mysql service mysql restart mysql up but, error Server Error 500 Plesk\Exception\Database DB query failed...
  5. T

    Question Server Error 500 Plesk\Exception\Database

    DB query failed: SQLSTATE[HY000]: General error: 1036 Table 'SessionContexts' is read only, query was: DELETE FROM `SessionContexts` WHERE (`sessionId` IN (SELECT `sessions`.`sess_id` FROM `sessions` WHERE (`modified` + `lifetime` < 1629918079))) Type Plesk\Exception\Database Message DB...
Back
Top