Welcome Guest, Not a member yet? Register   Sign In
Class "PHPMailer\PHPMailer\PHPMailer" not found
#6

One thing that helps with debugging namespaces is to run from the web app :

Code:
[andrew@darkstar:http/kursaal2.org]$  php spark namespaces                                                                                                    (09-18 10:36)

CodeIgniter v4.2.6 Command Line Tool - Server Time: 2022-09-18 04:37:14 UTC-05:00

+---------------------+-------------------------------------------------------------+---------+
| Namespace           | Path                                                        | Found?  |
+---------------------+-------------------------------------------------------------+---------+
| CodeIgniter         | /srv/http/kursaal2.org/vendor/codeigniter4/framework/system | Yes     |
| App                 | /srv/http/kursaal2.org/app                                  | Yes     |
| Config              | /srv/http/kursaal2.org/app/Config                           | Yes     |
| PHPMailer\PHPMailer | /srv/http/kursaal2.org/PHPMailer/src                        | MISSING |
+---------------------+-------------------------------------------------------------+---------+


helped me track down why it wasn't working in a new web
CMS CI4     I use Arch Linux by the way 




Arch Book
Reply


Messages In This Thread
RE: Class "PHPMailer\PHPMailer\PHPMailer" not found - by captain-sensible - 09-18-2022, 02:41 AM



Theme © iAndrew 2016 - Forum software by © MyBB