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

Plesk conflicts with pteradoctyl

vereeq

New Pleskian
Hi guys, so the problem is that plesk uses php5.4 but pteradoctyl game panel requers php7.1. I've changed the php version in plesk > php setting but that does not have effect on the system. It's there a way to make this work?
 
I think that problem is not in that "plesk uses php5.4" but in that default CentOS7.3 vendor's php version is 5.4, Just check it with

# php -v

Pterodactyl game panel uses this default PHP.

So, if it is possible to install this Pteradoctyl game panel to Plesk domain, you can just specify the PHP7.1 version for the corresponding subscription of this domain.
In case of installation this Pteradoctyl game panel directly on Plesk server - consider upgrade system php to required 7.1 version with some kind of third-party yum repository. But note that we strongly do not recommend installing any third-party software on the same server with Plesk. Consequences may be unpredictable.
 
I think that problem is not in that "plesk uses php5.4" but in that default CentOS7.3 vendor's php version is 5.4, Just check it with

# php -v

Pterodactyl game panel uses this default PHP.

So, if it is possible to install this Pteradoctyl game panel to Plesk domain, you can just specify the PHP7.1 version for the corresponding subscription of this domain.
In case of installation this Pteradoctyl game panel directly on Plesk server - consider upgrade system php to required 7.1 version with some kind of third-party yum repository. But note that we strongly do not recommend installing any third-party software on the same server with Plesk. Consequences may be unpredictable.

The problem is that when I update php to 7.1 httpd stops working because of some conflict with plesk and there is nothing that plesk repair can do about it



Code:
Sep 14 08:11:14 linux.w3s.club systemd[1]: Starting The Apache HTTP Server...
Sep 14 08:11:14 linux.w3s.club httpd[3923]: AH00526: Syntax error on line 68 of /etc/httpd/conf/plesk.conf.d/ip_default/....conf:
Sep 14 08:11:14 linux.w3s.club httpd[3923]: Wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper cannot be accessed: (2)No s...ectory
Sep 14 08:11:14 linux.w3s.club systemd[1]: httpd.service: main process exited, code=exited, status=1/FAILURE
Sep 14 08:11:14 linux.w3s.club kill[3925]: kill: cannot find process ""
Sep 14 08:11:14 linux.w3s.club systemd[1]: httpd.service: control process exited, code=exited status=1
Sep 14 08:11:14 linux.w3s.club systemd[1]: Failed to start The Apache HTTP Server.
Sep 14 08:11:14 linux.w3s.club systemd[1]: Unit httpd.service entered failed state.
Sep 14 08:11:14 linux.w3s.club systemd[1]: httpd.service failed.
 
Here is what I get when I try to fix the errors with plesk

Code:
Unable to configure the web server: Execution failed. Command: httpdmng Arguments: Array ( [0] => --reconfigure-all ) Details: Execution failed. Command: httpdmng Arguments: Array ( [0] => --reconfigure-server [1] => -no-restart ) Details: [2017-09-14 17:14:08] ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/apache-config' '-t'] with exit code [1] [2017-09-14 17:14:08] ERR [util_exec] proc_close() failed ['/usr/local/psa/admin/bin/apache-config' '-t'] with exit code [1] [2017-09-14 17:14:08] ERR [panel] Apache config (15053984480.25916600) generation failed: Template_Exception: AH00526: Syntax error on line 30 of /etc/httpd/conf/plesk.conf.d/webmails/linux.w3s.club_webmail.conf: Wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper cannot be accessed: (2)No such file or directory file: /usr/local/psa/admin/plib/Template/Writer/Webserver/Abstract.php line: 75 code: 0 AH00526: Syntax error on line 30 of /etc/httpd/conf/plesk.conf.d/webmails/linux.w3s.club_webmail.conf: Wrapper /var/www/cgi-bin/cgi_wrapper/cgi_wrapper cannot be accessed: (2)No such file or directory

This is after the php upgrade suggested by IgorG
 
As I wrote before:
But note that we strongly do not recommend installing any third-party software on the same server with Plesk. Consequences may be unpredictable.
Have you tried to run Pteradoctyl game panel in scope of Plesk domain/subscription? You can set required PHP7.1 for particular Plesk domain.
 
Back
Top