Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Base class package Cpanel::Easy::Utils::CloudLinux is empty  (Read 2333 times)

0 Members and 1 Guest are viewing this topic.

Haripriya H

  • Guest
Base class package Cpanel::Easy::Utils::CloudLinux is empty
« on: January 11, 2014, 10:56:30 am »
While executing EasyApache on one of my servers, I  was getting the error “Base class package “Cpanel::Easy::Utils::CloudLinux” is empty”  and I tried executing upcp  and /scripts/checkperlmodules –full –force but of no avail.

Further investigating on this, I have found that the file /var/cpanel/perl/easy/Cpanel/Easy/Utils/CloudLinux.pm was empty and hence EasyApache throwing the error “Base class package “Cpanel::Easy::Utils::CloudLinux” is empty”.

This can be easily fixed by following  the below simple steps ::

  • cd /var/cpanel/perl/easy/Cpanel/Easy/Utils
  • mv CloudLinux.pm CloudLinux.pm-ORI


and execute the below command to  re-sync the files ::

  • /usr/local/cpanel/scripts/cpanel_easy_sanity_check


That’s all and now EasyApache working fine as expected.