Search found 2 matches

by reddragon88
Thu Sep 22, 2022 10:36 am
Forum: PHP coding => Mail
Topic: PHP Mailer causing rest of site to not be displayed
Replies: 3
Views: 1602

Re: PHP Mailer causing rest of site to not be displayed

Now the content is loading, the user's information is being saved to the database, and i am receiving this error: Source map error: Error: request failed with status 404 Resource URL: /assets/vendor/swiper/swiper-bundle.min.js Source Map URL: swiper-bundle.min.js.map Still no errors in php error log...
by reddragon88
Thu Sep 15, 2022 2:35 pm
Forum: PHP coding => Mail
Topic: PHP Mailer causing rest of site to not be displayed
Replies: 3
Views: 1602

PHP Mailer causing rest of site to not be displayed

I am currently designing a website in vs code that uses a login and registration form, mysql database using phpmyadmin via mamp on macos with m1 chip. The problem is, once I implemented PHPMailer, the content of my site won't load. Here is the registration page: <?php include_once('templates/header....