Open mi-sonetbd opened 2 years ago
me too, change your php version to 5.4 / 5.6. before switching php version i'm using php7.4.
Hello, I am in php 7.4 with nginx but impossible to use, nothing. Does this project work?
under includes folder you have to edit db.php inorder to make connection to database
Hello
I have already edit the db.php
// Connection Database
$dbuser="moneymanager"; //user to access your database
$dbpassword="moneymanager"; //password to access your database
$dbname="moneymanager"; //name of database
$dbhost="localhost"; //your database server
create mysql user:
CREATE DATABASE moneymanager;
GRANT ALL PRIVILEGES ON moneymanager.* TO 'moneymanager'@'localhost' IDENTIFIED BY 'moneymanager';
FLUSH privileges;
exit;
and run command:
mysql --user="moneymanager" --database="moneymanager" --password="moneymanager" < "/var/www/Money-Manager-master/money_manager.sql"
not working
ERROR 500 when create account on web interface
If anyone of u have resolved issue then please update
This page isn’t working127.0.0.1 is currently unable to handle this request. HTTP ERROR 500