Cannot find implementation class coldfusion.tagext.zip.ZipTag for the zip tag
I am running a developer version of ColdFusion 2025 Version 2025,0,06,331564 on my MacBook Pro MacOS Tahoe 26.2 (25C56). I used the ZIP installer to install it.
When ever I try to use the CZIP tag in CFML or function in CFSCRIPT I get the following error:
Cannot find implementation class coldfusion.tagext.zip.ZipTag for the zip tag.
I have restarted everything. I have run cfpm.sh with `purgecache`. I have deleted the felixcache completely and restarted. I have run cfpm.sh with `install all`. None of that has resolved it.
I do have the zip package installed.
Do I need to recompilie the coldfusion binary? The reason I have not yet just tired to unintall and reinstall is becuase I have spent a lof ot time getting SSL Vhosts working with the default install of Apache on MacOS and ColdFusion so that apache properly hands off ColdFusion requests. I am wary of running the uninstall script because I assume it will remove the jk_mod connector stuff and httpd.conf additions and undo the work I did.
Any ideas or thoughts on what I can do or what might have caused this?