HTML5 Data Bindings Support Product Page

HTML5 Data Bindings - This is not showing any data on my HTML page.

Reported 01 Apr 2018 13:19:33
1
has this problem
01 Apr 2018 13:19:33 Hitesh Maroo posted:
Hi,

I am using DMXZone HTML5 Data Bindings for the first time to display data fro a MySql DB. I have created a DB connections and tested it and it works fine. I can see all my tables and all the table fields when creating a query. Al seem to work fine till this point. When using the repeat region with HTML5 Data Binding to display record from a DB query it displays no details. I have tried this many times following the "Connect to a Database and Display Data" video.

Pleas see my code below: Any help advice is much appreciated.

<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>DB TEST</title>
<script type="text/javascript" src="ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataBindings.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxDataSet.js"></script>
<script type="text/javascript" src="ScriptLibrary/dmxServerAction.js"></script>
</head>

<body>
<div data-binding-id="repeat1" data-binding-repeat="{{pages.data.pages}}">{{pgHeading}}</div>
<div>This text outside the data binding div.</div>
<script type="text/javascript">
jQuery.dmxServerAction(
{"id": "pages", "url": "dmxConnect/api/siteDetails.php", "method": "GET", "sendOnSubmit": false, "sendOnReady": true, "data": {}}
);
</script>
</body>
</html>

Link to page: www.shamaadance.co.uk/dbTest.html

I have inspected the code in Dreamweaver and the following error is displayed:

GET www.shamaadance.co.uk/dmxConnect/api/siteDetails.php 500 (Internal Server Error) jquery-latest.pack.js:4


Thanks,
Hitesh

Replies

Replied 27 May 2019 22:03:47
27 May 2019 22:03:47 Interior Clue replied:
Hi,

I am having the same problem. Is here any solution for this. As of now I am not able the see data on html page, only shows the data tags.
{{trans_date}}-{{trans_dc}}

Please thank you,
Robert

Reply to this topic