Hi,

I know, this is all my fault (and don't quite know what happened), but does someone perhaps know what the following means and how to fix it please?

The dblog error happens when a user goes to node/add for all content types. There are no views on the node/add pages, and have disabled all blocks.

Missing argument 2 for views_arg_load(), called in /home/public_html/includes/menu.inc on line 410 and defined  in /home/lilifilm/public_html/sites/all/modules/views/views.module  on line 264.

Missing argument 3 for views_arg_load(), called in /home/public_html/includes/menu.inc on line 410 and defined  in /home/lilifilm/public_html/sites/all/modules/views/views.module  on line 264.

Missing argument 4 for views_arg_load(), called in /home/public_html/includes/menu.inc on line 410 and defined  in /home/lilifilm/public_html/sites/all/modules/views/views.module  on line 264.

I've rebuilt permissions and menu times ..
Disabled all blocks

Look so forward to any reply and hoping that I do not have to revert to a backed up copy :)

Most appreciated.
Lilian

Comments

merlinofchaos’s picture

views_arg_load() is called automatically by the menu when a URL has %view_arg in it -- when Views creates menu item, this is automatically done.

It requires extra arguments that are placed in the 'load args' section of the menu entry. I've never seen Views do this itself, so my guess this is some menu_alter gone awry or perhaps an attempt to copy a views menu entry incompletely?

liliplanet’s picture

Status: Active » Closed (fixed)

How brilliant are you! merlinofchaos :) and thank you for pointing me in the right direction.

I had created a custom menu and had uninstalled the modules that were connected to those items.

Removed the custom menu and errors are gone ..

Thank you so much for your excellent support!