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: upcp error : Undefined subroutine &Cpanel::Update::  (Read 2621 times)

0 Members and 1 Guest are viewing this topic.

Jithin

  • Guest
upcp error : Undefined subroutine &Cpanel::Update::
« on: November 08, 2013, 11:17:14 pm »
Hi Guys,

You maybe getting the following error when executing upcp script.

# /scripts/upcp
/scripts/upcp syntax OK
Running Futex Check/Fix......Done
Undefined subroutine &Cpanel::Update::automatic_updates_enabled called at /scripts/upcp line 273.

Installing and updating a static update script from cPanel's mirror will fix the issues.

wget -O /root/updatenow.static http://httpupdate.cpanel.net/cpanelsync/RELEASE/scripts/updatenow.static \
 && perl /root/updatenow.static --manual

That will fix all the issues.