pasquale pellicani

Results 49 comments of pasquale pellicani

Ciao @maxxer è vecchissima, ma se torna utile, felicissimo di essere d'aiuto XD

It's a vps Ubuntu 20.04 Server (64bit), what permission I've to check ? Thanks

> Do you have any log of the failed action? Mailer settings are the same for web and console? I have to check in the runtime / log folder right...

> Well it could be related to the permissions on runtime/* folder/files which when used from console are created with a user, but the httpd process is running with a...

runtime folder contents and permissions.. ![runtime_folder_content](https://user-images.githubusercontent.com/9800/135843521-731a69af-9f93-4ea6-8131-db5e7218b566.png) In logs folder I've only app.log file.

were exempt from logs: rofl: now I comment the lines and regenerate the warning ... ``` [ 'class' => FileTarget::class, 'except' => [ 'yii\base\application*', 'yii\db\Command:*', 'yii\db\Connection*', 'yii\web\Session:*', 'yii\web\HttpException:*', 'yii\log\Dispatcher:*', 'yii\mail\BaseMailer:*',...

The error seems to be this: `2021-10-04 20:17:26 [78.40.160.43][1][-][error][usuario] The view file does not exist: app/modules/usuario/views/mail/welcome.php` `in /var/www/html/yii2-my-app/vendor/2amigos/yii2-usuario/src/User/Traits/MailAwareTrait.php:45` usuario it's a module that extend from this and the view exist...

the only difference was this: `'generatePasswords' => true,` Now if I leave the password blank in the email it tells me the password to use but there are still two...

`VarDumper::dump(Yii::$app->user, 10, true);` what tell to you ?

...so what would the ideal solution be?