When I enable this module, it's always create an error status like this :
warning: Invalid argument supplied for foreach() in /home/sloki/user/.../www/includes/menu.inc on line 258.
need help... thanks
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | video_upload_err.txt | 5.87 KB | panji |
Comments
Comment #1
jhedstromHey panji, could you export your field/content-type definition from CCK and paste it to this issue? That would help track this down.
Comment #2
panji commentedThanks for the quick answer..
Sometime the warning keep on increasing by the time I access every admin page...
warning: Invalid argument supplied for foreach() in /home/sloki/user/...../www/includes/menu.inc on line 258.
warning: Invalid argument supplied for foreach() in /home/sloki/user/...../www/includes/menu.inc on line 258.
warning: Invalid argument supplied for foreach() in /home/sloki/user/...../www/includes/menu.inc on line 258.
warning: Invalid argument supplied for foreach() in /home/sloki/user/...../www/includes/menu.inc on line 258.
.... etc etc... about 20 same warning.... and more..
some other error :
warning: Invalid argument supplied for foreach() in /home/sloki/user/...../www/sites/all/modules/video upload/video_upload.module on line 1030.
user warning: Column count doesn't match value count at row 1 query: INSERT INTO _dru_filefield_paths (type, field, filename, filepath, filealias) VALUES ('content_video', 'upload', 'a:4:{s:5:\"value\";s:44:\"[filefield_paths-name].[filefield_paths-ext]\";s:7:\"tolower\";i:0;s:8:\"pathauto\";i:0;s:13:\"transliterate\";i:0;}', 'a:4:{s:5:\"value\";s:0:\"\";s:7:\"tolower\";i:0;s:8:\"pathauto\";i:0;s:13:\"transliterate\";i:0;}') in /home/......../www/sites/all/modules/filefield_paths/filefield_paths.module on line 281.
attatched field/content-type export
Regards,...
Comment #3
gallamine commentedI don't know if it's at all related, but I had a similar sort of error message (in a completely different module). The problem was that I needed to be running the dev release of Tokens and not the (much older) stable release. Shot in the dark, I know.
Comment #4
jhedstrom