zytzagoo / smtp-validate-email

A PHP library for performing email addresses validation via SMTP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fatal_error

jagernz opened this issue · comments

commented

Fatal error: Call to a member function format() on a non-object in /var/hosts/video/data/site/smtp-validate-email.php on line 844

How fix it ??? Ty for answer

I guess you're running on a really ancient version of php? Which exactly?

According to https://3v4l.org/aJYk4 , that exact error message appears on 5.3.0. You really should be running a newer version than that. So, the simple answer is to upgrade your php.