Page 1 of 1

Problem with web form two

PostPosted: Tue Oct 12, 2010 11:09 pm
by frank220
vicidial v 2.4-257

When hosting webform on server with different ip address, webform 1 works fine, however if i use the same url for web form two when the agent clicks the web form two button, it prefixes the url with the ip address of the vicidial server

ie web form url 192.168.1.3/webform1.php
however
web form url as it appears in agents browser (firefox) 192.168.1.2/192.168.1.3/webform1.php

needless to say - error 500 - not found

Am I missing something?

PostPosted: Wed Oct 13, 2010 6:00 am
by mflorell
Please post what you have in the web form url fields of your campaign.

Also, what is the build of vicidial.php?

PostPosted: Wed Oct 13, 2010 8:31 am
by frank220
Agent web-client version: 2.4-274 BUILD: 100616-1622

to eliminate typos as a problem im using the same url for webform one and web form two


(webform)
192.168.1.5/0800_webform.php
works fine

(web form two)
192.168.1.5/0800_webform.php
error 500

PostPosted: Wed Oct 13, 2010 9:39 am
by mflorell
Any reason you don't have "http://" in there?

PostPosted: Wed Oct 13, 2010 10:40 am
by williamconley
without the "http://" your browser will interpret the address as a "place on your current website" instead of a totally new server location.

so if you are on:
Code: Select all
http://192.168.10.10/vicidial/welcome.php


It will think it should go to:
Code: Select all
http://192.168.10.10/192.168.1.5/0800_webform.php


:)

PostPosted: Wed Oct 13, 2010 12:28 pm
by frank220
ok I win dumbass of the week

PostPosted: Wed Oct 13, 2010 12:47 pm
by williamconley
sorry, dude, i hate to burst your bubble ... but my vote still goes to "why can't i use firefox on my computer after i installed goautodial ... where'd my windows installation go?"

PostPosted: Wed Oct 13, 2010 3:25 pm
by frank220
Ok I'll take runner up