I have wrestled for hours and hours over this. I am trying to make the weekend deadline for uploading a project onto a 1und1.de server. This server handles anything Wordpress throws at it including various widgets, so it should not be having a problem with any php calls in PHPRunner, I would guess. The server runs one of the later versions of PHP 5 and seems to match closely the PHP 5 on my localhost machine.
I have a Form which has two fields, one dependent on the other. Select from a list of doctors and the next field automatically fills in with that Doctor's medical specialty. The actual value is a number, the displayed value comes from a lookup table to give the text translation of the number value.
On my machine this all works brilliantly.
Load it up to the website and everything, everything works exactly as expected, lookup wizard values, etc.
But this ONE field, which depends on the dropdown list selected above it, which keeps working in the same browser, latest update of Firefox, on the localhost testing server stops working online. I use the same complete build that works on the localhost, just re-generating with my online website connection script.
I have tried this in Firefox and Safari on Windows 7 and an Imac. I look in the code and after the doctor name is selected the option for the next field in the form is just empty of any value.
Works like a charm just before I upload online.
It is sitting in a folder on a Wordpress site and does not use the same connection because these are two different databases. When all the other javascript works just fine online for every search and popup preview, it seems weird that this one dependency functions stops working.
I NEED this to work.