The problem is the none existent "tracks_length" variable as used in the query.
Solution:
815: // $tracks_length = get_variable("tracks_length"); // none existent variable
816: $tracks_length = 1 ; // added as a test value
After the change, no further error "Applications error: {[remotes_inc.php]@[819]}" logged on the Tickets log database.
As I mentioned on my previous post here's my setup:
Tickets CAD ver: 3.23A
Traccar ver. 3.16
OS: Ubuntu 16.04
mysql ver: - mysql Ver 14.14 Distrib 5.6.16, for debian-linux-gnu (x86_64)
Additional errors on the log:
1. All mysql_connect() on /incs/remotes_inc.php is logging an error PHP Deprecated
Solution:
change all mysql_connect() to mysqli_connect()
I'm using PHP 5.6.16 thus the "Deprecated error"
2. /forms/units_edit_screen.php is throwing and "Undefined Offset: 10 and 12 on lines 416 and 418
Solution:
line 413 - $selects = array("", "", "", "", "", "", "", "", "", "", "", "", ""); // 9/6/13 added 3 blank quotes