• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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