Skip to main content

API 1 deprecation

Comments

4 comments

  • cPanelTJ
    Hi @rsutc , The index.html page is getting returned in your report because an addon/plugin is injecting an API 1 call on it. Since this is the only page in your list, this should be very easy to determine what API call is being injected. Run whmapi1 get_api_calls
    on your server's terminal to get a list of cPanel API 1 calls that were made from custom code and plugins. A lot of users with this same concern have discovered that it is Installatron running a custom API 1 call named cpd
    . Additional information can be found in this forum post:
    0
  • rsutc
    Hi @rsutc , The index.html page is getting returned in your report because an addon/plugin is injecting an API 1 call on it. Since this is the only page in your list, this should be very easy to determine what API call is being injected. Run whmapi1 get_api_calls
    on your server's terminal to get a list of cPanel API 1 calls that were made from custom code and plugins. A lot of users with this same concern have discovered that it is Installatron running a custom API 1 call named cpd
    . Additional information can be found in this forum post: [% ELSE %] [%- PROCESS home/index.tt -%] [% END %]
    0
  • cPanelTJ
    Ah, interesting. Might you be running on CloudLinux? We discovered an issue with CloudLinux servers that have users running the retro theme generating a false-positive on this email report (more here: cPanel). However, we released an update to address this issue in cpanel-analytics-1.3.6-7. Could you check the rpm version you have installed? rpm -qa | grep cpanel-analytics
    0
  • rsutc
    root [/]# rpm -qa | grep cpanel-analytics cpanel-analytics-1.3.6-2.1.noarch root [/]# _
    0

Please sign in to leave a comment.