Hi could please anyone help me?
I´m working with drupal 6 and wanted to install those modules
cck-6.x-2.1.tar.gz
Filefield-6.x-1.0-beta2.tar
Jq-6.x-1.0.tar
Jquery_media-6.x-1.2.tar
But the response is a failer called:
warning: Invalid argument supplied for foreach() in ...\cck\includes\views\content.views.inc on line 139.
The named line is:
function content_views_data() {
$data = array();
foreach (content_fields() as $field) {
$module = $field['module'];
$result = module_invoke($module, 'field_settings', 'views data', $field);
if (empty($result)) {
$result = content_views_field_views_data($field);
I don´t know how to handle this..
Could please anyone help me?
Thanks a lot!
Telea
Comments
Comment #1
yched commentedMaybe try cleaning your caches ?
(admin/settings/performance, 'Clear cached data' at the bottom of the page)
Comment #2
telea commentedThanks for the tip, I tryed it, but it just didn´t work....
:(
Are there any other tips ?
Comment #3
lillywolf commentedI am also having this issue. It's been persistent - even after upgrading from D6.4 to 6.9 and reinstalling the most recent version of CCK for Drupal 6.
It's preventing me from using CCk at all.
Comment #4
lillywolf commentedTry running the database update script. (http://site.com/update.php)
For some reason, this wasn't showing as an option on my 'updates' page, so it took a fresh install and porting of databases to figure out it existed. But it fixed my problem.
Comment #5
kenorb commentedGot this error by using crumbs module:
after enabling the module.
Code:
I don't know why.
Comment #6
kenorb commentedThe same here:
Code:
Comment #7
kenorb commentedDrupal 6 is no longer officially supported. If you think this issue is still relevant for 8.x, feel free to re-open.