Warning: include_once(phpmailer5221/PHPMailerAutoload.php)

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
saleh
User
Posts: 470

Warning: include_once(phpmailer5221/PHPMailerAutoload.php)

Post by saleh »

hello
Warning: include_once(phpmailer5221/PHPMailerAutoload.php): failed to open stream: No such file or directory in C:\xampp\htdocs\gds\phpfn13.php on line 7502

Warning: include_once(): Failed opening 'phpmailer5221/PHPMailerAutoload.php' for inclusion (include_path='C:\xampp\php\PEAR') in C:\xampp\htdocs\gds\phpfn13.php on line 7502
change phpmailer5223

change to :
phpmailer5221

After change works


Webmaster
User
Posts: 9425

Post by Webmaster »

If you are a registered user, click Tools -> Update Template and try again.

Make sure you generate BOTH the "phpmailer5223" folder (under "Other files") AND re-generate the file phpfn13.php when you re-generate your project with the latest template.


saleh
User
Posts: 470

Post by saleh »

I'm sorry the problem is not PHPMAKER

The problem of adding an external I use it

The error was in the file inside the add-in

phpfn_2.php

// Include PHPMailer class
include_once($EW_RELATIVE_PATH . "phpmailer5221/PHPMailerAutoload.php");

change to :

include_once($EW_RELATIVE_PATH . "phpmailer5223/PHPMailerAutoload.php");

I repeat my apologies
Thank you for quick support


Post Reply