• 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!

    • This topic was modified 2 years, 1 month ago by Dbee.
    • This topic was modified 2 years, 1 month ago by Dbee.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Dbee

    (@dbee78)

    I’ve also installed and configured on of the WP SMTP mailer plugins. Still not working.

    Thread Starter Dbee

    (@dbee78)

    Wordpress has it’s own PHPMailer library? I didn’t know that.

    The WordPress forums are really difficult to find. And they’re a complete ghosttown.

    I hardly ever get answers on this forum. Not a great advertisment for WordPress IMO.

    Let’s just put a link to StackOverflow and be done with it?

    Thread Starter Dbee

    (@dbee78)

    sorry guys, wrong link to error message…

    https://staging25.rebelcitytour.com/booking-form/#wpcf7-f345-p346-o1

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.