I'm looking for a ready made phpinventory system like
winventory or phpInv
I could make winventory parially work but I get a fatal error from phpinv
Notice: Undefined index: action in C:\web\htdocs\phpInv-0.7.0\inc\variables.php on line 3
Notice: Undefined index: login in C:\web\htdocs\phpInv-0.7.0\inc\variables.php on line 5
Notice: Undefined index: password in C:\web\htdocs\phpInv-0.7.0\inc\variables.php on line 6
[/list
the list goes on but basically every line on variables.php has a notice and the fatal error is:
Notice: Undefined index: setpassword in C:\web\htdocs\phpInv-0.7.0\inc\variables.php on line 33
SELECT * FROM phpinv_session WHERE hash='fe9ee903bda663f7b5101f1537cbb832' AND ip='127.0.0.1' AND useragent='Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv'
Notice: Undefined variable: query_id in C:\web\htdocs\phpInv-0.7.0\inc\db_mysql.php on line 104
Fatal error: Cannot access empty property in C:\web\htdocs\phpInv-0.7.0\inc\db_mysql.php on line 104
since I can't make these programs work I ask if you have know of alternatives or if you know what I must change/edit.
I already followed the "Readme".
Thanks