I enabled:

  • outline_designer
  • outline_designer_book
  • outline_child_pages
  • outline_designer_og

When viewing a Course node (which is also an og group and book), I get the following error:

PDOException: SQLSTATE[HY093]: Invalid parameter number: parameter was not defined: SELECT ml.has_children FROM {book} b INNER JOIN {menu_links} ml ON b.mlid = ml.mlid WHERE b.nid = :b.nid; Array ( [:b.nid] => 160 ) in _outline_child_pages_access() (line 65 of /home/quickstart/websites/elearning.local/sites/all/modules/contrib/outline_designer/modules/outline_child_pages/outline_child_pages.module).

I have og-7.x-2.x enabled on the site.

CommentFileSizeAuthor
#1 Screenshot.png78.8 KBjlyon
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jlyon’s picture

FileSize
78.8 KB

Screenshot of all errors attached.

btopro’s picture

Version: 7.x-2.0-alpha2 » 7.x-2.x-dev

Sounds like PDO query is incorrect, will be difficult to work towards OG as that's a moving target as to whether to support 7.x-1.x or 7.x-2.x. Welcome a patch / other development work towards getting this there.

btopro’s picture

Status: Active » Fixed

fixed in latest RC1

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.