[DDC-2162] Undefined index: joinColumns in ManyToMany association Created: 22/Nov/12 Updated: 22/Nov/12 Resolved: 22/Nov/12 |
|
| Status: | Resolved |
| Project: | Doctrine 2 - ORM |
| Component/s: | DQL, Mapping Drivers |
| Affects Version/s: | 2.3, Git Master |
| Fix Version/s: | None |
| Type: | Bug | Priority: | Critical |
| Reporter: | Vyacheslav Slinko | Assignee: | Benjamin Eberlei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
My classes: https://gist.github.com/4131893 When calling PageRepository::findByTags i get Notice: Undefined index: joinColumns in vendor/doctrine/orm/lib/Doctrine/ORM/Persisters/BasicEntityPersister.php line 1494 |
| Comments |
| Comment by Vyacheslav Slinko [ 22/Nov/12 ] |
|
Found a problem: PageRepository not configured for Page entity |