He logrado solucionar la mayoria pero no logro solucionar este
Código:
Alguien me puede ayudar a corregir estoFatal error: Using $this when not in object context in /home/xxxxxx/public_html/libs/PEAR/Net/SMTP.php on line 307 la linea en cuestion tiene este codigo static function connect($timeout = null, $persistent = false) { $result = $this->_socket->connect($this->host, $this->port, $persistent, $timeout); if (PEAR::isError($result)) { return PEAR::raiseError('Failed to connect socket: ' . $result->getMessage()); } if (PEAR::isError($error = $this->_parseResponse(220))) { return $error; } if (PEAR::isError($error = $this->_negotiate())) { return $error; } return true; }
Gracias