I'm getting a Fatal error: Unsupported operand types in /var/www/honeycore/sites/all/modules/contrib/draggableviews/views/draggableviews_join_handler.inc on line 58 error when displaying the view display that is sorted based on another draggable view.

The line (58) is trying to concatenate the views arguments with the exposed filters. But if the display doesn't have any arguments, it obviously fails because PHP can't add an array to a NULL variable.

My suggestion is to add a fallback that makes sure that the arguments is an empty array if the original arguments are NULL.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

olofbokedal’s picture

Status: Active » Needs review
FileSize
643 bytes
iStryker’s picture

Issue summary: View changes
Status: Needs review » Fixed

Looks good. Committed

  • iStryker committed d09edba on 7.x-2.x authored by olofjohansson
    Issue #2098437 by olofjohansson: Unsupported operand types when the view...

Status: Fixed » Closed (fixed)

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