s4n7h0 / xvwa

XVWA is a badly coded web application written in PHP/MySQL that helps security enthusiasts to learn application security.
GNU General Public License v3.0
1.69k stars 339 forks source link

Blank page #25

Closed nizarakbarm closed 7 years ago

nizarakbarm commented 7 years ago

i'm success in installation process but when i try to open localhost/xvwa, it only show blank page. Is there any dependency of bootstrap maybe?

s4n7h0 commented 7 years ago

@elneunizar There is no dependencies except the apache and myql services itself. Have you used the automatic installation script mentioned here https://github.com/s4n7h0/xvwa#automatic-installation-methods could you also check following:

s4n7h0 commented 7 years ago

@elneunizar I have ported code to php version 7 and the previous errors was happening due to some depreciated functions being used. Please pull the updates and let me know if you face any issues.