• 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.

Problems updating

ngelG

Basic Pleskian
When I update Parallels Plesk 11.0.9 to 11.5.30, when the update finish, apparently all is Ok, but none of my domains are working. A error is displayed in home plesk, like:

Code:
Unable to generate the web server configuration file on the host <XXXXXXX.es> because of the following errors:

Template_Exception: apache2: Syntax error on line 234 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/conf.d/zz010_psa_httpd.conf: Syntax error on line 33 of /etc/apache2/plesk.conf.d/roundcube.conf: Could not open configuration file /etc/apache2/plesk.conf.d/roundcube.htaccess.inc: No such file or directory.

file: /opt/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 68
code: 0

Please resolve the errors in web server configuration templates and generate the file again.

Have you some idea how can I solve this issue?
 
Rebuild your httpd configuration file through SSH

Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all
 
Rebuild your httpd configuration file through SSH

Code:
/usr/local/psa/admin/sbin/httpdmng --reconfigure-all

Still displaying this error:

Unable to generate the web server configuration file on the host <XXXXXXXX.es> because of the following errors:

Template_Exception: apache2: Syntax error on line 234 of /etc/apache2/apache2.conf: Syntax error on line 6 of /etc/apache2/conf.d/zz010_psa_httpd.conf: Syntax error on line 33 of /etc/apache2/plesk.conf.d/roundcube.conf: Could not open configuration file /etc/apache2/plesk.conf.d/roundcube.htaccess.inc: No such file or directory

file: /opt/psa/admin/plib/Template/Writer/Webserver/Abstract.php
line: 68
code: 0

Please resolve the errors in web server configuration templates and generate the file again.
 
I got the same error after uninstalling Roundcube using the update manager. So I reinstalled roundcube to avoid the error....
 
Back
Top