I got this error when I click import settings, in the content configuration of the emf module.


* warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\drupalneb\sites\all\modules\emfield\contrib\emimport\emimport.module on line 148.
* warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\drupalneb\sites\all\modules\emfield\contrib\emimport\emimport.module on line 148.
* warning: Invalid argument supplied for foreach() in C:\xampp\htdocs\drupalneb\sites\all\modules\emfield\contrib\emimport\emimport.module on line 148.

Comments

aaron’s picture

what page are you getting the error at? i'm unable to replicate the problem

aaron’s picture

if you're running devel, could you give me the results of the following two statements:

print_r(emfield_implement_types(FALSE));
print_r(_content_type_info());

thanks,
aaron

aaron’s picture

Status: Active » Fixed

never mind, i found and fixed the problem. it's now in the dev version.

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.