I have installed invoice ninja for several years, but yesterday suddenly the “Invoice Ninja Setup” screen appeared and I don’t know how to solve it.
Why does it ask me to install something that is already installed?
This is the beginning of the page:
Invoice Ninja Setup
If you need help you can either post to our support forum or email us at [email protected].
– Commands to create a MySQL database and user
CREATE SCHEMA ninja DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
CREATE USER ‘ninja’@‘localhost’ IDENTIFIED BY ‘ninja’;
GRANT ALL PRIVILEGES ON ninja.* TO ‘ninja’@‘localhost’;
FLUSH PRIVILEGES;
I hope someone can guide me to solve this problem.
First of all, Thanks
The truth is, I’m not an expert, I didn’t want to try that solution so as not to risk losing the existing records (that’s why I hadn’t wanted to update to a more current version) but I think I’ll have no choice but to try it.
Thank you.