Encountered the subject error while in admin editing a product. The error log follows:
Code:
[15-Jun-2022 13:23:10 America/New_York] PHP Fatal error:  Cannot redeclare zen_js_zone_list() (previously declared in /path to store/includes/functions/functions_general.php:1145) in /path to admin/includes/functions/html_output.php on line 190
I might be able to put the admin function in an if(!function_exists(zen_js_zone_list)) block but the code is different in the admin from that in the store side. I recently added the USPS Address Validation add-on which may use the function.

Suggestions appreciated. Thank you!

Dave