I finally got through the issues I was having setting up a self-hosted instance, but now when I login and try to update anything, such as the Company Name, or create clients I get this error:
Error: please check that Invoice Ninja v5 is installed on the server
Well, that doesn’t help… I enabled debug mode, and it’s not creating the logfile in /storage/logs, so I have no idea where to go from here. Any other suggestions?
This app hasn’t been friendly to get going like 99.99999999% of other apps.
So looking at the main apache logs, it looks like the application doesn’t have the right path for all the files (it’s installed as a shared host account);
[Thu Feb 08 06:14:22.008830 2024] [cgi:error] [pid 15872:tid 140308880627456] [client 185.224.128.10:33592] AH02811: script not found or unable to stat: /var/www/cgi-bin/jarrewrite.sh
The files are not in /var/www… they are somewhere else.
Where in the configuration is the base directory set for all the code?