K Kenny A New Member Sep 25, 2016 #1 While trying to install Mailwiz on Aws beanstalk that the requirement error I get. how do I proceed. Thanks Last edited: Sep 25, 2016
While trying to install Mailwiz on Aws beanstalk that the requirement error I get. how do I proceed. Thanks
Vpul Shah Well-Known Member Sep 26, 2016 #2 You need to run first mailwizz requirement checker. It will check all requirement and shows which module need to install. In above image it says you need to install Zip archive module. Install that.
You need to run first mailwizz requirement checker. It will check all requirement and shows which module need to install. In above image it says you need to install Zip archive module. Install that.
K Kenny A New Member Sep 26, 2016 #4 How do I install "Zip archive module." on AWS Elastic Beanstalk? Any hint or clue to do that? Thanks
twisted1919 Administrator Staff member Sep 27, 2016 #5 @Kenny A - I never used that service, but if you have command line access, did you try running either: Code: yum install php-zip or Code: apt-get install php-zip ?
@Kenny A - I never used that service, but if you have command line access, did you try running either: Code: yum install php-zip or Code: apt-get install php-zip ?
Vpul Shah Well-Known Member Sep 29, 2016 #8 Did you restart apache after install zip ? If not then do that and then run requirement checker. And if you have restarted, then try to restart server and then see.
Did you restart apache after install zip ? If not then do that and then run requirement checker. And if you have restarted, then try to restart server and then see.