-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* symfony mailer replaces switfmailer
- Loading branch information
Showing
41 changed files
with
257 additions
and
6,898 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ npm-debug.log | |
php_errors.log | ||
composer.lock | ||
var | ||
Tests/Scenario/error.html |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,8 +2,6 @@ Common errors : | |
|
||
*The service "yosimitso_workingforum_base_controller" has a dependency on a non-existent service "templating"* | ||
|
||
Sf 3 : add to app/config/config.yml : | ||
|
||
Sf 4 : add to config/framework.yaml : | ||
|
||
You have to define your templating engine to Symfony, ex for Twig : | ||
|
@@ -12,18 +10,9 @@ framework: | |
templating: | ||
engines: ['twig'] | ||
```` | ||
-------------------------- | ||
|
||
*The service "yosimitso_workingforum_util_subscription" has a dependency on a non-existent parameter "swiftmailer.sender_address". Did you mean this: "swiftmailer.single_address"?* | ||
|
||
Sf 3 : add to app/config/config.yml : | ||
|
||
Sf 4 : add to config/swiftmailer.yaml : | ||
````yaml | ||
swiftmailer: | ||
sender_address: '[email protected]' | ||
```` | ||
-------------------------------- | ||
*SQLSTATE[42000]: Syntax error or access violation : 1071 Specified key was too long; max key length is 767 bytes* | ||
|
||
This error occurs on old versions of MySQL (< 5.6) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.