Closed (won't fix)
Project:
Matrix field
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2010 at 17:33 UTC
Updated:
4 Sep 2012 at 07:50 UTC
Hello,
I'm using the Matrix Field to display a table in an catalog. But when i set the Matrix field in the Views section I get 10 of the following errors:
warning: Missing argument 3 for matrix_format_prepare(), called in /var/www/vhosts/mysite.com/httpdocs/modules/matrix/matrix_handler_field.inc on line 28 and defined in /var/www/vhosts/mysite.com/httpdocs/modules/matrix/matrix.module on line 959.
I've tried different things for hours but the errors are still there.
Can anybody help me?
Thanx
Comments
Comment #1
hermanns commentedHave the same Problem. Probably it's in the error is in this line
function matrix_format_prepare($field_data, $item = NULL, $field_name) {the $field_name got no input. I have tested it with
function matrix_format_prepare($field_data, $item = NULL, $field_name = NULL) {But then nothing happend. No errors, no view.
Please Help.
In the German-Community is an Issue too.
http://www.drupalcenter.de/node/28101
Comment #2
pepemty commentedAlmost the same here, but for a slight difference:
warning: Missing argument 3 for matrix_format_prepare(), called in /home/myaccount/mysite.com/sites/all/modules/matrix/matrix_handler_cell.inc on line 30 and defined in /home/myaccount/mysite.com/sites/all/modules/matrix/matrix.module on line 959.
Any idea? Somebody?
Warm regards from way too sunny México!
:-)
José
Comment #3
alayham commentedreplaced line 28 with
Result: no error, and I have the matrix in the view output.
Comment #4
intrafusion