Fatal error: Call to undefined method Net_SMTP::getGreeting() in
/usr/local/cpanel/3rdparty/lib/php/Mail/smtp.php on line 316
To get rid of this warning one should update PHP pear class Net_SMTP for cPanel`s PHP to the latest version.
- Code: Select all
# /usr/local/cpanel/3rdparty/bin/pear list
Installed packages, channel pear.php.net:
=========================================
Package Version State
Archive_Tar 1.3.2 stable
Auth_SASL 1.0.2 stable
Console_Getopt 1.2.3 stable
DB 1.7.13 stable
Date 1.4.7 stable
File 1.3.0 stable
HTML_Template_IT 1.2.1 stable
HTTP 1.4.1 stable
HTTP_Request 1.4.4 stable
Log 1.11.3 stable
MDB2 2.4.1 stable
Mail 1.1.14 stable
Mail_Mime 1.5.2 stable
Mail_mimeDecode 1.5.0 stable
Net_SMTP 1.3.1 stable
Net_Socket 1.0.9 stable
Net_URL 1.0.15 stable
Net_UserAgent_Detect 2.5.0 stable
PEAR 1.7.2 stable
Structures_Graph 1.0.2 stable
XML_Parser 1.3.1 stable
XML_RPC 1.5.1 stable
- Code: Select all
/usr/local/cpanel/3rdparty/bin/pear upgrade Net_SMTP