"warning: Invalid argument supplied for foreach() in /home/***/public_html/***/sites/all/modules/views/theme/views-view-table.tpl.php on line 24."

Maybe in case of missing dependencies (which are not mentioned in the info File of the module!)

Comments

Passer’s picture

While Importing the View by Handd, the following Erros are shown:

* Filter handler node_data_field_ctransreceipt.field_ctransreceipt_value is not available.
* Filter handler node_data_field_ccustemail.field_ccustemail_email is not available.
* Filter handler node.date_filter is not available.
* Filter handler node_data_field_ctransreceipt.field_ctransreceipt_value is not available.
* Filter handler node_data_field_ccustemail.field_ccustemail_email is not available.
* Filter handler node.date_filter is not available.
* Unable to import view.

Passer’s picture

Status: Needs work » Active

I got it.
missing dependency on
content_copy
cck-date
cck-number

giorgio79’s picture

Hi Passer,

Did you have CCK Email and CCK Date installed and enabled while doing the import?

It seems they are not, since the filters for those fields seem to be missing,

giorgio79’s picture

Status: Active » Needs work

Ah, very cool, thanks Passer.

Will add that to the info file as dependency :)

giorgio79’s picture

Status: Active » Fixed

Just added content_copy as a dependency in the info file.

Please download and check the latest version. If you still experience issues please reopen.

giorgio79’s picture

Status: Fixed » Closed (fixed)