easypropertylistings / epl-xml-csv-listing-import

Import Listings into Easy Property Listings
GNU General Public License v2.0
7 stars 2 forks source link

BUG: When unsetting fields/ groups errors appear #124

Open mervb opened 1 year ago

mervb commented 1 year ago

e.g.

function my_epl_unset_pricing($group) {
    return;
}
add_filter('epl_meta_box_block_epl_pricing_section_id', 'my_epl_unset_pricing');

function my_epl_unset_listing_agents($group) {
return;
}
add_filter('epl_meta_groups_listing_agents', 'my_epl_unset_listing_agents');

//function my_epl_unset_land_details($group) {
//return;
//}
//add_filter('epl_meta_groups_land_details', 'my_epl_unset_land_details');

function my_epl_unset_display_details($group) {
return;
}
add_filter('epl_meta_groups_display_details', 'my_epl_unset_display_details');
mervb commented 1 year ago

additional possibly related to this errors are:

[09-Nov-2022 05:17:36 UTC] PHP Notice: Undefined index: label in /Users/Merv/MAMP Sites/sites/propertypeople/wp-content/plugins/easy-property-listings-xml-csv-import/includes/importer.php on line 87 [09-Nov-2022 05:17:36 UTC] PHP Notice: Undefined index: label in /Users/Merv/MAMP Sites/sites/propertypeople/wp-content/plugins/easy-property-listings-xml-csv-import/includes/importer.php on line 87 [09-Nov-2022 05:17:36 UTC] PHP Notice: Undefined index: label in /Users/Merv/MAMP Sites/sites/propertypeople/wp-content/plugins/easy-property-listings-xml-csv-import/includes/importer.php on line 87 [09-Nov-2022 05:17:36 UTC] PHP Notice: Undefined index: label in /Users/Merv/MAMP Sites/sites/propertypeople/wp-content/plugins/easy-property-listings-xml-csv-import/includes/importer.php on line 87

Getting this on local (have a staging setup here)

http://dev.realestateconnected.com.au/sites/propertypeople/wp-admin