Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Create account & login #1

Open
mi-sonetbd opened this issue Mar 23, 2022 · 6 comments
Open

Unable to Create account & login #1

mi-sonetbd opened this issue Mar 23, 2022 · 6 comments

Comments

@mi-sonetbd
Copy link

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

@maginati0n
Copy link

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

@crashcoq
Copy link

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

@firatsarp
Copy link

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

@crashcoq
Copy link

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
Copy link

If anyone of u have resolved issue then please update

@sudmal
Copy link

sudmal commented Nov 6, 2024

In file includes/Functions.php function encryptIt want to be installed php-mcrypt:
apt install php-mcrypt
Fixed for me!
p.s.: php-mail-mime for base64

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants