I commented out the following lines in the easypopulate.php file and I do not got around this issue:
Note: *** I do not use customer fields. ****
This can be found if you search other versions of easypopulate on this site...
$custom_fields == FALSE;
/* if(strlen(EASYPOPULATE_CONFIG_CUSTOM_FIELDS) > 0)
{
$custom_fields = explode(',',EASYPOPULATE_CONFIG_CUSTOM_FIELDS);
}
*/


Reply With Quote
