“makecpphp not available in WHM/CPanel 11.36”
As from the cPanel team the makecpphp support was dropped from the version 11.36 version of cPanel. So the /var/cpanel/3rdparty/bin/php will no longer be available in cpanel. But for cpremote version upto 6.5 it need this php for its working .
The simple fix for it is to make a softlink as follows,
# ln -sf /usr/local/cpanel/3rdparty/php/53/bin/php /var/cpanel/3rdparty/bin/php
Please note this fix only required upto version 6.5 of cPremote . All other higher version will have this fix by default.