Error Class Cake\Mailer\TransportFactory does not have a property named _config

107 views Asked by At

I am trying to create a New Cakephp 4.5 project, but every time I create a new one, then start the server, it gives me the error

Class Cake\Mailer\TransportFactory does not have a property named _config

I'm not changing the code after creating the project, just try to cake server and it happens, even if i create another project with another name in another folder, the error keeps happening.

1

There are 1 answers

0
Rafael Laste On

Just upgraded my php to version 8.0.3, now my new projects are working properly.