Kuljeet-123 / Money-Manager

A simple but powerful PHP script to manage your expenses with multi-user level and permission. PHP expense manager designed to help individual or business budget, track and possibly control your expenses. It supports tracking of both your expenses and income. This expense management system provides an integrated set of features to help you to manage your expenses and cash flow. It provides the ability to group your income/expenses into categories and lets you set a budget and track expenses in the category.
26 stars 11 forks source link

Unable to Create account & login #1

Open mi-sonetbd opened 2 years ago

mi-sonetbd commented 2 years ago

This page isn’t working127.0.0.1 is currently unable to handle this request. HTTP ERROR 500

maginati0n commented 1 year ago

me too, change your php version to 5.4 / 5.6. before switching php version i'm using php7.4.

crashcoq commented 1 year ago

Hello, I am in php 7.4 with nginx but impossible to use, nothing. Does this project work?

firatsarp commented 1 year ago

under includes folder you have to edit db.php inorder to make connection to database

crashcoq commented 1 year ago

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

muhammadasad251 commented 5 months ago

If anyone of u have resolved issue then please update