Hi guys,
Firstly, I'm glad to see a project like Baconmap as I've had real problems trying to document my network so that anyone other than myself can see the Big Picture!
I've got a number of funny errors coming up when I try and create/update items. Mostly the errors seem erroneous as the updates do complete.
I've applied the beta updates zip from earlier today.
The webserver is running Debian Etch with the latest Apache2.2, php5 & mysql client packages. The MySQL server is running Debian Sarch with MySQL 4.1.
Onto the list:
When I try and edit an item, under the dependences section it shows this and doesn't list the parents.
Code:
Warning: mysql_query() [function.mysql-query]: Unable to save result set in /var/www/baconmap/includes/functions.php on line 838
Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/baconmap/includes/functions.php on line 839
When I create a new group
Code:
Array ( [0] => box_2 [1] => box_3 )
Warning: Cannot modify header information - headers already sent by (output started at /var/www/baconmap/dogroup.php:18) in /var/www/baconmap/dogroup.php on line 111
When I click "update list" in the admin page:
Code:
Warning: Invalid argument supplied for foreach() in /var/www/baconmap/admin/updatelist.php on line 28
When I update a resource
Code:
Warning: mysql_data_seek() [function.mysql-data-seek]: Offset 0 is invalid for MySQL result index 34 (or the query data is unbuffered) in /var/www/baconmap/includes/functions.php on line 1680
Warning: mysql_data_seek() [function.mysql-data-seek]: Offset 0 is invalid for MySQL result index 35 (or the query data is unbuffered) in /var/www/baconmap/includes/functions.php on line 1680
Warning: mysql_data_seek() [function.mysql-data-seek]: Offset 0 is invalid for MySQL result index 45 (or the query data is unbuffered) in /var/www/baconmap/includes/functions.php on line 1680
Warning: Cannot modify header information - headers already sent by (output started at /var/www/baconmap/includes/functions.php:1680) in /var/www/baconmap/doedit.php on line 266
When creating a new device, it puts the serial number into the location field.