Page 1 of 1

dispo_move_list.php error

PostPosted: Tue Oct 09, 2018 5:40 am
by Afa3010
Hi,
I am trying to move some leads based on a particular disposition to another list. It works fine if I paste the url directly in the browser. The particular lead is moved into another list but the same doesnt work when the agent is disposing the call. Below is the DISPO CALL URL

varhttp://192.168.1.200/agc/dispo_move_ ... _to_file=0

Below is the URL LOG REPORT
Tue, 09 Oct 2018 15:32:33 +0530|PHP ERROR: Type=2 - Message=file(varhttp://192.168.1.200/agc/dispo_move_ ... _to_file=0 ): failed to open stream: No such file or directory - Line=14143 - File=/srv/www/htdocs/agc/vdc_db_query.php

Can someone please help me solve the error

Re: dispo_move_list.php error

PostPosted: Tue Oct 09, 2018 7:14 am
by blackbird2306
Try it with "VAR" in front of your url. The "VAR" pattern matching is case sensitive, that's why "var" doesn't work.

Re: dispo_move_list.php error

PostPosted: Tue Oct 09, 2018 9:00 am
by Afa3010
Thanks, I changed it to VAR, but it still isnt working and I am getting a slightly different error now:

ue, 09 Oct 2018 19:27:10 +0530|PHP ERROR: Type=2 - Message=file(http://192.168.1.200/agc/dispo_move_lis ... _to_file=1 ): failed to open stream: HTTP request failed! HTTP/1.1 400 Bad Request\r\n - Line=14143 - File=/srv/www/htdocs/agc/vdc_db_query.php

Re: dispo_move_list.php error

PostPosted: Tue Oct 09, 2018 11:30 am
by blackbird2306
First we need much more information about your vicidial setup: build, vicidial version, cluster, installation method and so on...

Re: dispo_move_list.php error

PostPosted: Wed Oct 10, 2018 2:13 am
by Afa3010
I had to put a semicolon at the end of the URL !
phew...! took me 1 day to solve that.
I always knew it was something simple which I was overlooking.