We installed cPanel Release on a new CentOS 7 server. We ported our sites over, one of which required a few additional perl modules. We installed those via cpan, which might have been a mistake. Though that site works great now.
All our sites work, the cPanel Dashboard works, but when I run
I get this errors:
When I look at line 192, it is looking for 'cpanelsync' which, when I look for it, discover it is not in /scripts. Our old server has a copy of it, so I'm assuming that something, at some point, has been deleted.
How many I re-install this missing script and any others?
All our sites work, the cPanel Dashboard works, but when I run
Code:
/scripts/upcp --force
Code:
/scripts/upcp syntax OK
Running Futex Check/Fix
Updating /scripts
@ERROR: Unknown module 'scripts'
rsync error: error starting client-server protocol (code 5) at main.c(1516) [Receiver=3.0.9]
Unable to sync: $! at /usr/local/cpanel/Cpanel/Update.pm line 192.
How many I re-install this missing script and any others?