Aws elastic beanstalk

Kenny A

New Member
While trying to install Mailwiz on Aws beanstalk that the requirement error I get. how do I proceed. Thanks
FireShot%20Capture%202%20-%20MailWizz%20Installer_%20-%20http___spidmail.us-west-2.elasticbe.png
 
Last edited:
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.
 
@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
?
 
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.
 
Back
Top