I've tried installing with the updated files but keep running into errors. Currently I get Http 500 error when going to the URL. Apache error log shows a php error in line 12 of environment.php . I'm running an Ubuntu 16 server with mariadb version 10.0.38, PHP 7.4.12. I'd love to get this app running but not sure where to go at this point.
I’ve updated some of the files to bring the package up-to-speed with current Ubuntu and mysql software releases. Fixes a bug with lending and purchase date pre-population, and some corrections in the INSTALL file. Updated repository at https://github.com/YoungFrog/homeinv or https://github.com/baloan/homeinv .
I got it to work with PHP7.4.7. Because mysql_ support was dropped between PHP5 and PHP7, I had to replace these calls to their mysqli_ equivalent. (I also spent one hour trying to debug smarty-related "template not found" errors, then I realized I had forgotten to configure one of the constant.) The diff is at https://github.com/YoungFrog/homeinv/commit/17aa989bc31deb7c395a002f7504a3636af88792 Other than that, it seems to be working.
Will this work with PHP7? (It looks very promising, but since the files are 9 years...
Lots of PHP and Smarty errors and warnings
After much configuration, I got the script to work and have started entering items...