I"ve upgraded my Mac with Big Sur OS. I'm trying to install opencart in my local laptop but getting error
ZIP extension needs to be loaded for OpenCart to work!
Have attaching the screenshot for reference. I"ve tried all the possible way to solve this, updated CLI for Xcode, ran the commands brew update
, brew install php@7.3
, brew link php@7.3
, brew install php7.0-zip
and many others but nothing is working..
The extension=zip.so is enabled in php.ini but it's not at all loading. What's missing or going wrong?