Serious problem: Unable to find 'PHPMailer' class
P粉738346380
2023-08-20 20:15:59
<p><br /></p><ul>
<li>I tried:<code>include_once('C:InetpubwwwrootphpPHPMailerPHPMailerAutoload.php');</code></li>
</ul>
<blockquote>
<p>Fatal error: Class 'PHPMailer' not found on line 151 of C:Inetpubwwwrootphpindex.php</p>
</blockquote>
<p>I placed <code>PHPMailerAutoload.php</code> in the same directory as my script. </p>
<p>Can anyone help me resolve this issue? </p>
All answers are now outdated. Latest versions (as of February 2018) no longer have autoloading, PHPMailer should be initialized as follows: