bfabiszewski / ulogger-server

μlogger • web viewer for tracks uploaded with μlogger mobile client
GNU General Public License v3.0
522 stars 85 forks source link

Data connection error(invalid data source name) #135

Closed MusheAbdulHakim closed 3 years ago

MusheAbdulHakim commented 3 years ago

Any idea why am having this error when i have done the database connection well

bfabiszewski commented 3 years ago

Any details of your config?

MusheAbdulHakim commented 3 years ago

this is my db file. `<?php / μlogger

require_once(ROOT_DIR . "/helpers/utils.php");

/**

bfabiszewski commented 3 years ago

You shouldn't modify this file. You should create config.php file with your database settings. Use config.default.php as an example. See install instructions.

MusheAbdulHakim commented 3 years ago

I have installed but it asking of login details what is the default user details

bfabiszewski commented 3 years ago

There are no default user details. The easiest way to install the app is using setup script. The script will let you set your user credentials. Please follow install instructions.