• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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