Line 795 of handlers/views_handler_argument.inc was updated from

function get_value() {

to

function get_value($values, $field = NULL) {

project module is using this function, but not passing any parameters. I have
updated the line to:

function get_value($values = NULL, $field = NULL) {

and the problem has gone away on my site.

Comments

mathieg2’s picture

Please note that the values variable doesnt seem to be used anywhere in the function - should it be value?

dawehner’s picture

Status: Active » Fixed

Just commited a fix to not break it anymore, this will land in beta1.

Status: Fixed » Closed (fixed)

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

john bickar’s picture

Title: New Alpha 6.x-3.0-alpha4 Breaks Project Module » 6.x-2.13 Breaks Project Module
Version: 6.x-3.0-alpha4 » 6.x-2.13
Status: Closed (fixed) » Active

This appears also to be the case with views-6.x-2.13. The listing of recommended releases no longer appears on the project page when updating from 2.12 to 2.13.

I cannot find the function get_value() in either the project module or the views module, but there is a use of get_value_options() in both.

Using project-6.x-1.0-alpha5.

mustanggb’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)