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

From ProxCP Documentation
Line 7: Line 7:
 
yum install libmcrypt-devel<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>
 
/opt/cpanel/ea-php72/root/usr/bin/pecl install channel://pecl.php.net/mcrypt-1.0.1<br></code>
 +
** Restart httpd and PHP-FPM (if enabled)
  
 
== 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 21:46, 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

    • Restart httpd and PHP-FPM (if enabled)

ProxCP Daemon

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