Difference between revisions of "ProxCP Web and ProxCP Daemon Error Troubleshooting"

From ProxCP Documentation
(Created page with "== ProxCP Web == Nothing yet, we'll add to this as common errors pop up. == ProxCP Daemon == Nothing yet, we'll add to this as common errors pop up.")
 
Line 1: Line 1:
 
== ProxCP Web ==
 
== ProxCP Web ==
  
Nothing yet, we'll add to this as common errors pop up.
+
* Blank/white page when adding a new Proxmox node (ADMIN/Manage Nodes)
 +
** PHP 7.2 mcrypt might not be installed. To install it on cPanel, issue the following commands in SSH:
 +
<code>yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm<br>
 +
yum install libmcrypt<br>
 +
yum install libmcrypt-devel<br>
 +
/opt/cpanel/ea-php72/root/usr/bin/pecl install channel://pecl.php.net/mcrypt-1.0.1<br></code>
  
 
== ProxCP Daemon ==
 
== ProxCP Daemon ==
  
 
Nothing yet, we'll add to this as common errors pop up.
 
Nothing yet, we'll add to this as common errors pop up.

Revision as of 13:47, 29 December 2018

ProxCP Web

  • Blank/white page when adding a new Proxmox node (ADMIN/Manage Nodes)
    • PHP 7.2 mcrypt might not be installed. To install it on cPanel, issue the following commands in SSH:

yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum install libmcrypt
yum install libmcrypt-devel
/opt/cpanel/ea-php72/root/usr/bin/pecl install channel://pecl.php.net/mcrypt-1.0.1

ProxCP Daemon

Nothing yet, we'll add to this as common errors pop up.