How to fix the localhost/bWAPP/install.php error..?

I am getting this error while installing bWAPP:

Error - bWAPP

1 Answer

Check of PHP installation by running this in terminal :

apt list --installed | grep "php"

if not installed then install it via :

sudo apt-get update
sudo apt-get install php
1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like