What was the solution to the problem?
One problem Im experiencing is that I cant modify any of the campaigns if I try to change the hopper level or the Dial Status or anything for that matter after the initial campaign has been completed I get errors in my apache error_log.
-Snippet-
[client 192.168.0.156] PHP Notice: Undefined variable: force_logout in /var/www/html/vicidial/admin.php on line 262, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined variable: DB in /var/www/html/vicidial/admin.php on line 274, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined offset: 29 in /var/www/html/vicidial/admin.php on line 314, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined offset: 30 in /var/www/html/vicidial/admin.php on line 315, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Warning: mysql_num_rows(): supplied argument is not a valid MySQL result resource in /var/www/html/vicidial/admin.php on line 435, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined variable: reports_hh in /var/www/html/vicidial/admin.php on line 1279, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined variable: reports_hh in /var/www/html/vicidial/admin.php on line 1315, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined offset: 33 in /var/www/html/vicidial/admin.php on line 3201, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined offset: 34 in /var/www/html/vicidial/admin.php on line 3202, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined offset: 35 in /var/www/html/vicidial/admin.php on line 3203, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined variable: HKstatuses_list in /var/www/html/vicidial/admin.php on line 3229, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined index: in /var/www/html/vicidial/admin.php on line 3251, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined index: in /var/www/html/vicidial/admin.php on line 3255, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined index: in /var/www/html/vicidial/admin.php on line 3259, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined index: in /var/www/html/vicidial/admin.php on line 3263, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined variable: filtername_list in /var/www/html/vicidial/admin.php on line 3270, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined variable: scriptname_list in /var/www/html/vicidial/admin.php on line 3301, referer:
http://192.168.0.8/vicidial/admin.php
[client 192.168.0.156] PHP Notice: Undefined variable: filtersql_list in /var/www/html/vicidial/admin.php on line 3431, referer:
http://192.168.0.8/vicidial/admin.php
-end Snippet-
-enjay