Posted by vikicica22 on January 8, 2013 at 8:12am
2 followers
Jump to:
| Project: | File (Field) Paths |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | vikicica22 |
| Status: | postponed (maintainer needs more info) |
Issue Summary
I am using File (Field) Paths.
Modules:
Drupal 7.18
Token 7.x-1.x-dev
File (Field) Paths 7.x-1.x-dev
Error message
Warning: Invalid argument supplied for foreach() filefield_paths_entity_update() függvényben (D:\htdocs\__drupal7\sites\all\modules\filefield_paths\filefield_paths.module 232 sor).
What's wrong?
Comments
#1
Please provide some more information, preferably step-by-step instructions to reproduce this issue.
However, based on the code, this error should be impossible, because the line before the erring line is a conditional statement to ensure that there is a valid argument for the foreach() statement, and as the data is provided by the Fields system, the only reason it could be malformed is if something else was getting involved.
Happy to help further if you can provide more information.
Cheers,
Deciphered.