I just updated to the very latest version of views with all your recent changes. When I try to add a new view I get the following:

Warning: Missing argument 1 for views_ui_admin_add_page() in C:\apps\xampp\htdocs\www\demo\modules\views\views_ui.module on line 386.

It looks like it is expecting $template, but I can't figure out where $template should be coming from.

Comments

merlinofchaos’s picture

Status: Active » Fixed

Whoops! That's a simple one; just needs to default to NULL ($template can come from a URL arg). That happened when I undid some very old and unnecessary code.

Anonymous’s picture

Status: Fixed » Closed (fixed)