DMXzone Database Updater PHP Support Product Page

Under investigation

Form information

Reported 15 Aug 2014 22:48:07
1
has this problem
15 Aug 2014 22:48:07 Zipp Runnermann posted:
I am using MAMP pro, appache, mysql and PHP 5.5.10. I have set up the DMXzone database "connector" settings for the form and DMXzone "updater" -> "actions" and "executors" from the form fields to the database correctly. When it is viewed through myPHPadmin, all data appears correctly in the database.

The "submit" button has been connected to DMXzone "behaviors" as per the tutorials.

System information - I have DW CC14, and am using a mac. The website is not online.

The PHP myadmin displays and enters information into the database with no problems.

Here is a copy of the form and submit button.

<div class="container">

<form class="form-signin">
<h2 class="form-signin-heading">Create an account [/h2]
<input name="enterfirst" type="text" required class="form-control" id="enterfirst" placeholder="first name" autocomplete="on" maxlength="25">
<input name="enterlast" type="text" required class="form-control" id="enterlast" placeholder="last name" autocomplete="on" maxlength="25">
<input name="enteremail" type="text" required class="form-control" id="enteremail" placeholder="email address" autocomplete="on" maxlength="50">
<input name="enterpword" type="text" required class="form-control" id="enterpword" placeholder="your password" autocomplete="off" maxlength="20">

<div class="checkbox">
<label>
<input type="checkbox" value="remember-me">
Remember me </label>
</div>
<button type="submit" class="btn btn-primary" onClick="dmxDatabaseActionControl('run','customerenter8-15',{},this)">enter</button>
</form>

</div> <!-- /container -->

what is missing?

Replies

Replied 16 Aug 2014 00:17:37
16 Aug 2014 00:17:37 Zipp Runnermann replied:
I looked into the jQuery.dmxdatabaseaction at the bottom of the <body> (inserted by DMXzone SW) the PHP file that the URL points to has a problem with the server. When I test the file independently I receive a "internal server error" in DW.
Replied 20 Aug 2014 16:56:08
20 Aug 2014 16:56:08 Teodor Kuduschiev replied:
Hello Zipp,
Could you please explain what exactly the issue is?

Reply to this topic