Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
Merge pull request #20 from Tanibox/development
Browse files Browse the repository at this point in the history
Fixing issue #17
  • Loading branch information
bepitulaz authored Jul 18, 2017
2 parents c31e1bd + 9a6b8c1 commit 6c43993
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 0 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,6 @@ You can also run Tania in production mode (on your server) by referring to this

Done! You can start to use Tania.


## Installation notes

If you use MySQL 5.7, you should disable `ONLY_FULL_GROUP_BY`. You can refer to this [StackOverflow discussion](https://stackoverflow.com/questions/23921117/disable-only-full-group-by).

## Questions and issues

You can use [the issue tracker of Tania](https://github.com/tanibox/tania/issues) for bug reporting, feature request, and general feedback.
Expand Down
2 changes: 2 additions & 0 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ doctrine:
# 2. Uncomment database_path in parameters.yml.dist
# 3. Uncomment next line:
#path: '%database_path%'
options:
1002: "SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))"

orm:
auto_generate_proxy_classes: '%kernel.debug%'
Expand Down

0 comments on commit 6c43993

Please sign in to comment.