Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impossible de créer un sondage sur une installation fraiche - SMTP ? #73

Open
Jerome-mi opened this issue Dec 21, 2019 · 0 comments
Open

Comments

@Jerome-mi
Copy link

php 7.2 / apache / mariadb
sur une instalaltion fraîche, problème de création d'un sondage,

extrait de config.php :

$config = [
/* general config */
'use_smtp' => true, // use email for polls creation/modification/responses notification
'smtp_options' => [
'host' => 'XXX.com', // SMTP server (you could add many servers (main and backup for example) : use ";" like s$
'auth' => true, // Enable SMTP authentication
'username' => 'XXX@XXX', // SMTP username
'password' => 'XXX', // SMTP password
'secure' => 'tls', // Enable encryption (false, tls or ssl)
'port' => 587, // TCP port to connect to
],

erreur dans log apache :

PHP Fatal error: Cannot redeclare Framadate\Services\MailService::$smtp_allowed in XXX/framadate_user/framadate/app/classes/Framadate/Services/MailService.php on line 16, referer: https://XXX/create_poll.php?type=date

j'ai loupé quelque chose ?

merci :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant