The view functions properly but throws an error each and every time ever since an update to 6.x-3.x-dev. The view title doesn't receive the arguments, either.

Comments

merlinofchaos’s picture

Status: Active » Postponed (maintainer needs more info)

You need to provide a great deal more information. For example:

The view -- what view?
implode() -- what implode? There's lots of implode statements.

It is important that you bear in mind, when posting information, that the reader of this bug report will not have intimate knowledge of what you're doing with views or how you're using it. We need specifics, preferably that will allow us to replicate your problem.

heyyo’s picture

More information on this error I also have, not sure it's the same. it happens only on panel page for anonymous and admin also.

First I see this error:

htmlspecialchars() expects parameter 1 to be string, array given in /home/heyyoyo/sites/includes/bootstrap.inc on line 857.

then

implode() [<a href='function.implode'>function.implode</a>]: Invalid arguments passed in /home/XXXX/sites/sites/ZZZZZ.com/modules/views/handlers/views_handler_argument_string.inc on line 276.
heyyo’s picture

forgot my comment i saw the other thread #1000760: htmlspecialchars string vs array: line 857 in bootstrap.inc specific to my issue. Maybe drewschmaltz has an error not related to this one.

esmerel’s picture

Status: Postponed (maintainer needs more info) » Active
dawehner’s picture

Status: Active » Closed (duplicate)

This is fixed with #1000760: htmlspecialchars string vs array: line 857 in bootstrap.inc

Pretty sure this is the problem she/he had.