Copy link to clipboard
Copied
I am becoming a very positive DMXzone user. Their tech support is excellent and if I get up a few hours early, they are usually also available for chat. However, today, they were not so here I am. I used App Server Connect to define two static events. I don't know if they are working or not because I am stuck on a blank page after success. The page url (http://www.nabcd.org/dmxConnect/api/membership/insert.php) seems to be a result of the insert action which puts the records into the database. I have seen that the entries are in the database but I must have done something wrong that is causing this non existent page to appear. Please let me know how to fix it.
Thanks,
Connie
Hi Connie,
Our live chat is available from 10:00 to 19:00 CET.
You can just leave a message and we will reply to it, as soon as we are available. Also you can use our support email and our support forums. This forum is not part of DMXzone so we may miss your posts here...
From what i see on your page, it appears for some reason you deleted the: is="dmx-app" tag from the page body, not sure how and why did you do this, but when this tag is missing, your form is not submitted via AJAX but as a regul
...Copy link to clipboard
Copied
In your database you have stipulated that 'title' cannot be NULL, yet your form does not post a value.
This could be because
Copy link to clipboard
Copied
Copy link to clipboard
Copied
Hi Connie,
Our live chat is available from 10:00 to 19:00 CET.
You can just leave a message and we will reply to it, as soon as we are available. Also you can use our support email and our support forums. This forum is not part of DMXzone so we may miss your posts here...
From what i see on your page, it appears for some reason you deleted the: is="dmx-app" tag from the page body, not sure how and why did you do this, but when this tag is missing, your form is not submitted via AJAX but as a regular form, which confuses the server and it cannot really run the PHP file you are redirected to, as it does not expect such content type there.
Please just add manually the is="dmx-app" to your body tag, so it becomes: <body is="dmx-app"> and this should solve your issue.
Regards,
Teodor Kuduschiev
DMXzone.com