Giter Site home page Giter Site logo

Comments (4)

prosperocu avatar prosperocu commented on May 26, 2024

error openvpnadmin

from openvpn-webadmin.

Wutze avatar Wutze commented on May 26, 2024

Error in the installation script with local Database

from openvpn-webadmin.

Wutze avatar Wutze commented on May 26, 2024

Sorry, my mistake. Probably with mental derangement ... :o(

You can short fix and correct the errors as follows:

edit: Webroot: /include/config.php and change this entrys to:

	$dbhost = 'db.home';
	$dbport = '3306';
	$dbname = 'tester';
	$dbuser = 'tester';
	$dbpass = 'tester';
	$dbtype = 'mysqli';

edit Webroot /include/load.php and change this entrys to:

## User and Database Data
define('_DB_UNAME',$dbuser);
define('_DB_PW',$dbpass);
define('_DB_DB',$dbname);
define('_DB_SERVER',$dbhost);
define('_DB_TYPE',$dbtype);
define('_DB_PORT',$dbport);
define('_DB_DEBUG',$dbdebug);
define('_SESSION_DEBUG',$sessdebug);

edit /etc/openvpn/scripts/config.sh

Change the data accordingly, as you have assigned them. The data should also be empty.

A fix will follow today, so that new installations will then be possible without errors.

Thanks for your message!

from openvpn-webadmin.

Wutze avatar Wutze commented on May 26, 2024

Thank you very much for the report. The error is now fixed. Thank you.

from openvpn-webadmin.

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.