DMXzone Database Updater PHP Support Product Page

In progress

Alert not showing up for requested field

Reported 24 Aug 2014 10:08:40
1
has this problem
24 Aug 2014 10:08:40 Andre Bender posted:
I have a requested field in my form, but the Standard Alert message is not showing up when I try to insert a recordset.

I send you the link @ support

Replies

Replied 25 Aug 2014 07:36:52
25 Aug 2014 07:36:52 Teodor Kuduschiev replied:
Hello Andre,
It seems to me you turned off the Async execution option. Please make sure to enable it, as these alerts can only be displayed when executing the database action asynchronous.
Replied 25 Aug 2014 07:43:03
25 Aug 2014 07:43:03 Andre Bender replied:
Hi Teodor

I switched it on, still no alert message ...
Replied 25 Aug 2014 08:51:44
25 Aug 2014 08:51:44 Teodor Kuduschiev replied:
Can you please email the ftp login details for this page, so i can check the generated files/code?
Replied 25 Aug 2014 10:47:39
25 Aug 2014 10:47:39 Teodor Kuduschiev replied:
We've investigated the code. It turns out you are using a Windows IIS server in order to run PHP. There is something misconfigured in your server PHP configuration - it seems like the server returns status 200 (OK) and does not display any errors. Maybe your server is configured not to return any errors at all?
Replied 25 Aug 2014 11:58:51
25 Aug 2014 11:58:51 Andre Bender replied:
This might be.

Here is the current php configuration of the testerver: wl42www502.webland.ch/php5.3/info.php
Replied 25 Aug 2014 13:38:08
25 Aug 2014 13:38:08 Teodor Kuduschiev replied:
Your php.ini looks good, so the problem is caused by the IIS configuration, it always returns status 200 OK instead of the error itself.
Please read the following article: www.iis.net/configreference/system.webserver/httperrors
and set the
/configuration/system.webServer/httpErrors/@existingResponse value to
PassThrough - this should fix the problem.
Replied 25 Aug 2014 13:41:12
25 Aug 2014 13:41:12 Andre Bender replied:
Thanks a lot Teodor. I'll pass this information to my provider.

Reply to this topic