Re: easy populate 1.2.5.5.csv - fetch_array error on .csv generation

Originally Posted by
emmtqg
In case anyone else runs into this problem - it originated from the EASYPOPULATE_CONFIG_CUSTOM_FIELDS column that was not defined (I have no custom fields - that I know of!).
Looking into this a bit further, in the log file I'm was getting a:
EASYPOPULATE_CONFIG_CUSTOM_FIELDS unknown column error in the sql statement. I commented out the custom field array load in admin/easypopulate.php ~ line 134:
Code:
$custom_fields == FALSE;
/*
if(strlen(EASYPOPULATE_CONFIG_CUSTOM_FIELDS) > 0)
{
$custom_fields = explode(',',EASYPOPULATE_CONFIG_CUSTOM_FIELDS);
}
*/
Hope this helps save some headaches....
Love the app - it's saving me a ton of time!
Amazing, Saved me loads of time. Thanks!
This is my Signature: w00t