Coder Social home page Coder Social logo

Installing about xvwa HOT 7 CLOSED

s4n7h0 avatar s4n7h0 commented on July 29, 2024
Installing

from xvwa.

Comments (7)

Barsomisco avatar Barsomisco commented on July 29, 2024

I'm using WAMP and I had the same problem.
I solved it by creating a database in phpmyadmin called xvwa with a user called root and with the password root.

from xvwa.

s4n7h0 avatar s4n7h0 commented on July 29, 2024

@Maigo96 yes. I can see the error is because of database access. Make sure the username and password for Mysql is correct. Also create a database in mysql using command line or phpmyadmin as suggested by @Barsomisco I will be also releasing an pre-configured iso soon to make things more easy :)

from xvwa.

Barsomisco avatar Barsomisco commented on July 29, 2024

@s4n7h0 I also got another error that might be something to look into aswell:
"Deprecated: mysql_connect(): the mysql extension is deprecated and will be removed in the future: use mysqli or PDO...."
At the moment I simply ignore it by adding this line in php.ini:
error_reporting = E_ALL ^ E_DEPRECATED

from xvwa.

s4n7h0 avatar s4n7h0 commented on July 29, 2024

@Barsomisco Is that error or warning ??

from xvwa.

Barsomisco avatar Barsomisco commented on July 29, 2024

@s4n7h0 I guess it is an error since it kinda break the website:
depr

from xvwa.

s4n7h0 avatar s4n7h0 commented on July 29, 2024

@Barsomisco Oh yea. can you please use error_reporting(E_ALL ^ E_DEPRECATED); option to ignore those errors as you suggested earlier. mysql_connect() is required in some part of the application.

from xvwa.

s4n7h0 avatar s4n7h0 commented on July 29, 2024

@Barsomisco Hey, I made a short script for auto configuring xvwa with latest repo from GitHub. This issue should be closed with it https://github.com/s4n7h0/Script-Bucket/blob/master/Bash/xvwa-setup.sh

from xvwa.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.