i get the following error in my dblog whenever i try to edit a page, and the edit page reloads as a whitescreen...
array_unique(): The argument should be an array in /Web/www/WWWRoot/sites/all/modules/boost/boost.module on line 760.

anyone else ever encounter this?

CommentFileSizeAuthor
#5 boost-673874.patch733 bytesmikeytown2
#2 boost-673874.patch838 bytesmikeytown2
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

chadd’s picture

i saw that the line 760 was in the parent/children flushing function, so i disabled that and the error went away.

mikeytown2’s picture

Status: Active » Needs review
FileSize
838 bytes
mikeytown2’s picture

Status: Needs review » Fixed

committed

brianmercer’s picture

I'm getting

array_unique() [<a href='function.array-unique'>function.array-unique</a>]: The argument should be an array in /usr/local/drupal/modules/boost/boost.module  on line 806.

in version 1.18. Is this related?

mikeytown2’s picture

Status: Fixed » Needs review
FileSize
733 bytes

different array; related bug.

mikeytown2’s picture

Status: Needs review » Fixed

committed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

chadd’s picture

Version: 6.x-1.17 » 6.x-1.18
Status: Closed (fixed) » Active

error:
array_unique(): The argument should be an array in /Web/www/WWWRoot/sites/all/modules/boost/boost.module on line 806.

disabled the "Clear all cached pages in a menu on an insert/update/delete operation:" setting and the error stopped being logged in watchdog.

mikeytown2’s picture

@chadd
Try the latest dev, its fixed in there. I need to release 1.19 soon...

mikeytown2’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

asb’s picture

Status: Closed (fixed) » Active

> Try the latest dev, its fixed in there. I need to release 1.19 soon...

Please *do* release 6.x-1.19 ;)

Greetings, -asb

mikeytown2’s picture

this is the main release blocker for 1.19 #764494: boost-gzip-cookie-test redirection. Once I get this issue solved, I would feel confidant for a 1.19 release.

sillygwailo’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

Anonymous’s picture

Did you just forget or is there anything else we might be able to help you out with to get this fix released?

mikeytown2’s picture

At work we heavily rely on boost; still working on some issues with it. This week is pretty low key so I hope to be able to push out a new version for the new year. Fixing 3 issues we had with views is helping our sites run a lot smoother.
#1001542: $view->set_display($display_id); returns TRUE for displays that do not exist.
#988680: Memory leak with $view->pre_execute() & $view->attach_displays()
#853864: views_get_default_view() - race conditions and memory usage

Long story short been busy with other things; here's the list for Release Blockers; I'm sure I'm missing one.
http://drupal.org/project/issues/search/boost?issue_tags=1.19%20Release%...

Zoltán Balogh’s picture

subscribe

loze’s picture

subscribe

GaëlG’s picture

subscribe