Adding a page via admin/build/pages/add results in an error if database tables have a prefix (like drupal_).
user warning: Table 'my_db_name.menu_router' doesn't exist query: SELECT * FROM menu_router WHERE path = 'browse/categories' in
There is, however, a table named 'drupal_menu_router'. There must be a 'menu_router' somewhere that should be a '{menu_router}'.
Comments
Comment #1
merlinofchaos commentedRight you are. ctools/delegator/plugins/tasks/page.admin.inc line 496 if you need a quick workaround. Committed to dev. FYI this was CTools, not Panels, but it's kind of hard to tell that.