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

Warning \xvwa-master\header.php on line 18 #15

Closed karlito62 closed 8 years ago

karlito62 commented 8 years ago

I install xvwa on a local network under Windows 10 when I runhttp://localhost:8080/xvwa-master/setup/ I have the following error message

Warning: include(G:\serveur\root\xvwa-master..\/xvwa/config.php): failed to open stream: No such file or directory in G:\serveur\root\xvwa-master\header.php on line 18

Warning: include(): Failed opening 'G:\serveur\root\xvwa-master..\/xvwa/config.php' for inclusion (include_path='.;C:\php\pear') in G:\serveur\root\xvwa-master\header.php on line 18

s4n7h0 commented 8 years ago

@karlito62 it looks like php interpreter is not able to locate the file path. please see instructions carefully. https://github.com/s4n7h0/xvwa#instructions.