Description
Hi,
this is an issue from WP support forum - http://wordpress.org/support/topic/possible-incompatibility-with-nextgen-gallery-plugin
Some guys had a problem with P2P while activated NextGen Gallery 2.x plugin. In P2P metabox they got error "WordPress database error: [Unknown column 'ids' in 'field list']".
In my case I didn't get that error but all relations I make and save are saved in database but not shown in admin metabox or on website (when NextGen Gallery 2.x activated). When I deactivate NextGen Gallery plugin all is working well.
One of those guys provided a solution to change 129 line in query.php from 'ids' to 'id' and that solution is working when NextGen Gallery is activated, but when I dactivate NextGen Gallery I have to put back 'id' to 'ids' so the P2P work.
Does anybody have some other solution, other than changing this 'ids' field?