Closed (fixed)
Project:
Views (for Drupal 7)
Version:
6.x-3.0-alpha3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jan 2011 at 14:43 UTC
Updated:
7 Aug 2013 at 11:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
dawehnerPerhaps it would help to post a backtrace with arguments.
Comment #2
demonrage commentedthe backtrace is already posted. and any argument do this problem.
Comment #3
dawehnerThe arguments/variables of the function calls would be helpful.
Comment #4
demonrage commentedthe arguments are
user:uid
user:name
user relationships: requester user
every one tried seperatly and they all give the same error.
ACTION TO TAKE IF ARGUMENT IS NOT PRESENT: the argument have (Provide default argument)
Provide default argument options: User ID from logged in user
Validator options: basic validation
and here is attachment of the view, i think it will not be able to be imported because of the error
Comment #5
demonrage commentedalso i has noted these bugs in the google crome inspector:
Failed to load resource: the server responded with a status of 500 (Internal Server Error):
admin/build/views/ajax/config-item/my_wall/default/field/count
Failed to load resource: the server responded with a status of 500 (Internal Server Error):
admin/build/views/ajax/preview/my_wall
my_Wall is my user view
Comment #6
dawehnerCan you reproduce this with another field then the user relationship one? This might be a bug of user relationships.
Please post a full backtrace.
Comment #7
demonrage commentedi'm using (drupal tweaks) for backtrace. this view is a different view that doesn't use (user relationships) by anyway. it uses the (uid) as an arguments and normal core fields like
Node: Type
Node: Title
Node: Has new content
Node: Updated date Updated date
Node: Comment count Replies
here is the backtrace:
Comment #8
esmerel commentedComment #9
dawehnerPlease please please please add arguments to this backtrace.
See #1 #3
dvm(debug_backtrace()) gives you some.
Comment #10
demonrage commentedi think this is what u r looking for. its the full backtrace of the error with arguments. pls check and tell me if something wrong
Comment #12
demonrage commentedComment #13
dawehnerYes it is.
As you can see it's impossible to read this.
Better use this comando to get the backtrace:
You need to install the devel module to be able to do this.
Comment #14
demonrage commentedi have installed devel.
go to devel > other tools > Execute PHP Code,
running this code : dvm(debug_backtrace());
and here is the result
pls correct me if i'm wrong
Comment #15
dawehnerWell this doesn't really help here :)
You have to to debug_backtrace() from the error.
Comment #16
demonrage commentedso can u tell me pls how to do that ??
i'm sorry for buzzing, but the info about devel is so mysterious to a non developer as i'm.
Comment #17
dawehnerBasically goto includes/form.inc:1213 and try to check the the variable in the foreach.
There you can set a
It's important that $value is different. Read the code for it.
Comment #18
dawehnerUpdating to the latest dev fixed the issue.
Comment #20
kenorb commentedFor Search API Views see: #1433720: Invalid argument supplied for foreach() in form_type_checkboxes_value()