Fatal error: Uncaught Error: Class ‘PHPMailer\PHPMailer\SMTP’ not found in
-
I’m getting a fatal error when i try to send a ContactForm7. It’s a missing PHPMailer libarary.
So far I’ve tried…
1. Installing composer in my public_html as per hostinger’s instructions
composer2 require phpmailer/phpmailer
phpmailer installs no problem, i still get the fatal error when i try to send a form
2. Installing composer in /public_html/rebelcitytour.com/wp-includes/
phpmailer installs fine, still get error.
3. creating a soft link to resolve the path issue…
cd /home/uxxxxxxxx/domains/rebelcitytour.com/public_html/wp-includes/ ln -s /home/uxxxxxx/domains/rebelcitytour.com/public_html/vendor/phpmailer/phpmailer
Composer has installed phpmailer at…
path : /home/uxxxxxx/domains/rebelcitytour.com/public_html/vendor/phpmailer/phpmailer
any help would be great!
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Fatal error: Uncaught Error: Class ‘PHPMailer\PHPMailer\SMTP’ not found in’ is closed to new replies.