Hi:

I am creating a view and I get this warning message:

• warning: Parameter 3 to views_ui_ajax_form() expected to be a reference, value given in /home/unity/public_html/oraclecertifications.com/includes/menu.inc on line 348.
• Display "Defaults" uses fields but there are none defined for it or all are excluded.
• Display "Page" uses fields but there are none defined for it or all are excluded.
• Display "Page" uses a path but the path is undefined.

Any idea why?

Thanks for your help in advance.

Comments

jonline’s picture

Add a path in your page display. This will solve your this problem "Display "Page" uses a path but the path is undefined".

And...
Do you use any filter option in your view?

grieve’s picture

Hi,,,

Drupal core 6.26
ctools 6.x-1.10

I want to create 2 Views of the same data with different selection criteria.
The 1st goes as expected, but the 2nd View throws the error
<<< Display "Page" use a path but the path is undefined. >>>

I've specified a path in the Page Settings block, but no joy in Mudville.

grieve’s picture

problem resolved... I had created one too many pages (ie 3 instead of the 2 I wanted),
I removed this undefined page view & the problem pooffed.

ttfn... grieve