Community Forums
Connect with us on LinkedIn
+ Reply to Thread
Results 1 to 8 of 8
  1. #1
    Registered User
    Join Date
    Oct 2003
    Location
    Atlanta, GA
    Posts
    121

    Default CPaddons not showing under software/service on cpanel accounts

    I added (checked) wordpress under the WHM (Install cPAddons) but I do not see it when going to Software/Services section in a cpanel account.

  2. #2
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: CPaddons not showing under software/service on cpanel accounts

    Are you using the default x3 theme on the account in question? If you are not, please try switching to the default x3 theme and check if it is working then.

    If you are using the default x3 theme, could you check for any errors in the cPanel error log upon visiting the Site Software section?

    Code:
    tail -f /usr/local/cpanel/logs/error_log
    Also, you are logging in as the cPanel user, correct? Because if you are not, the root and reseller user cannot see the cPAddons listed and you normally get a message like this upon visiting that area:

    To use this while logged in with the reseller or root password there must be a valid .my.cnf file. Please create /home/username/.my.cnf with (at a minimum) the following contents:

    [client]
    user="username"
    pass="PASSWORD_FOR_andreab8_HERE"
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  3. #3
    Registered User
    Join Date
    Oct 2003
    Location
    Atlanta, GA
    Posts
    121

    Default Re: CPaddons not showing under software/service on cpanel accounts

    Quote Originally Posted by cPanelTristan View Post
    Are you using the default x3 theme on the account in question? If you are not, please try switching to the default x3 theme and check if it is working then.

    If you are using the default x3 theme, could you check for any errors in the cPanel error log upon visiting the Site Software section?

    Code:
    tail -f /usr/local/cpanel/logs/error_log
    Also, you are logging in as the cPanel user, correct? Because if you are not, the root and reseller user cannot see the cPAddons listed and you normally get a message like this upon visiting that area:
    Yes, x3 (default) theme is being used and i'm logged in as CPanel user and not WHM root...

    error log
    Code:
    [~]# tail -f /usr/local/cpanel/logs/error_log
            main::objget(undef) called at whostmgr/bin/whostmgr2 line 4746
            main::objcache() called at whostmgr/bin/whostmgr2 line 334
    Cpanel::IxHash: Warning, mangling data key obj which is longer than 64 bytes, us                                    ing safe_html_encode
    Cpanel::IxHash:  at /usr/local/cpanel/Whostmgr/LibShare.pm line 105
            main::objget(undef) called at whostmgr/bin/whostmgr2 line 4746
            main::objcache() called at whostmgr/bin/whostmgr2 line 334
    Cpanel::IxHash: Warning, mangling data key obj which is longer than 64 bytes, us                                    ing safe_html_encode
    Cpanel::IxHash:  at /usr/local/cpanel/Whostmgr/LibShare.pm line 105
            main::objget(undef) called at whostmgr/bin/whostmgr2 line 4746
            main::objcache() called at whostmgr/bin/whostmgr2 line 334

  4. #4
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: CPaddons not showing under software/service on cpanel accounts

    Please check the location of your perl binary:

    Code:
    ls -lah /usr/bin/perl /usr/local/bin/perl
    Also, are you logging in as the cPanel user for the account in question?
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  5. #5
    Registered User
    Join Date
    Oct 2003
    Location
    Atlanta, GA
    Posts
    121

    Default Re: CPaddons not showing under software/service on cpanel accounts

    Quote Originally Posted by cPanelTristan View Post
    Please check the location of your perl binary:

    Code:
    ls -lah /usr/bin/perl /usr/local/bin/perl
    Also, are you logging in as the cPanel user for the account in question?
    Yes, i'm logged into the Cpanel user account in question. I've noticed that this is happening on all accounts.
    Code:
    ls -lah /usr/bin/perl /usr/local/bin/perl
    -rwxr-xr-x 2 root root 15K Mar 25  2009 /usr/bin/perl*
    lrwxrwxrwx 1 root root  13 Aug 27  2009 /usr/local/bin/perl -> /usr/bin/perl*

  6. #6
    cPanel Staff cPanelTristan's Avatar
    Join Date
    Oct 2010
    Location
    somewhere over the rainbow
    Posts
    6,305
    cPanel/Enkompass Access Level

    Root Administrator

    Default Re: CPaddons not showing under software/service on cpanel accounts

    Try the following commands:

    Code:
    mv /usr/bin/perl /usr/bin/perl.bak
    rm /usr/local/bin/perl
    cp /usr/bin/perl.bak /usr/local/bin/perl
    ln -s /usr/local/bin/perl /usr/bin/perl
    After doing the above exactly as noted, please then issue this command:

    Code:
    /scripts/checkperlmodules --full --force
    cPResources: Support Options | More Support Options | Forums Search | cPanel.net Site Search | Mailing Lists(Alt) | Docs
    -- Tristan, Forums Technical Analyst, cPanel Tech Support

    Submit a ticket | Check an existing ticket

  7. #7
    Registered User
    Join Date
    Oct 2003
    Location
    Atlanta, GA
    Posts
    121

    Default Re: CPaddons not showing under software/service on cpanel accounts

    Quote Originally Posted by cPanelTristan View Post
    Try the following commands:

    Code:
    mv /usr/bin/perl /usr/bin/perl.bak
    rm /usr/local/bin/perl
    cp /usr/bin/perl.bak /usr/local/bin/perl
    ln -s /usr/local/bin/perl /usr/bin/perl
    After doing the above exactly as noted, please then issue this command:

    Code:
    /scripts/checkperlmodules --full --force

    ok everything installed expect ClamAV... I unchecked and rechecked Wordpress under CPaddons, logged out of the Cpanel user account and back in, and still now Wordpress press or any addons are being shown. What would the direct link look like for addon install in cpanel? Maybe i can try typing it in while logged into the Cpanel account to see if it generates any errors. is it something like http://www.site.com:2082/frontend/x3...rs/index.html?... ?

    Code:
      CPAN.pm: Going to build J/JA/JAMTUR/File-Scan-ClamAV-1.91.tar.gz
    
    Cannot find clamd in /root/bin (or a number of other places)
     - are you sure clamav in installed?
    No 'Makefile' created  JAMTUR/File-Scan-ClamAV-1.91.tar.gz
      /usr/local/bin/perl Makefile.PL -- NOT OK
    Running make install
      Make had some problems, won't install
    perlmod--Install done
    Notification => 00000@live.com via EMAIL [level => 1]
    Notification => 40400000@tmomail.net via PAGER [level => 1]
    Tested 137, 136 ok, 1 failed.
            Failed install: File::Scan::ClamAV
    Using fast module check.....checked 6 modules in 0 second(s)
    Cpanel::FastMath: [INSTALLED=1] [VERSION=0.3]
    Crypt::PasswdMD5::XS: [INSTALLED=1] [VERSION=0.3]
    Cpanel::POSIX::Tiny: [INSTALLED=1] [VERSION=1.1]
    Cpanel::Cleanup: [INSTALLED=1] [VERSION=0.4]
    Cpanel::Class: [INSTALLED=1] [VERSION=1.0.5]
    Cpanel::TaskQueue: [INSTALLED=1] [VERSION=0.307]

  8. #8
    Registered User
    Join Date
    Oct 2003
    Location
    Atlanta, GA
    Posts
    121

    Default Re: CPaddons not showing under software/service on cpanel accounts

    I found the solution... http://forums.cpanel.net/f5/i-cant-s...ed-136757.html Site Software was unchecked under feature manager

Similar Threads & Tags
Similar threads

  1. Cannot remove cPAddons (Site Software) icon
    By 4u123 in forum cPanel and WHM Discussions
    Replies: 11
    Last Post: 09-21-2007, 08:35 AM
  2. cpAddons showing No Description Available
    By hostmedic in forum cPanel Developers
    Replies: 4
    Last Post: 05-30-2007, 03:17 PM
  3. Horde not showing accounts when Cpanel is
    By Luciel in forum cPanel and WHM Discussions
    Replies: 8
    Last Post: 01-25-2007, 12:44 AM
  4. Email Accounts not showing in cPanel
    By vB Martin in forum cPanel and WHM Discussions
    Replies: 5
    Last Post: 08-07-2006, 01:25 AM
Linkedin       Facebook       Twitter       RSS       Flickr       YouTube