HTML5 Data Bindings Support Product Page

Solved

Paging info stopped working with latest extension update (1.6)

Reported 08 Apr 2014 21:43:47
1
has this problem
08 Apr 2014 21:43:47 Steve Skinner posted:
I had previously built a directory page for a customer of mine and it was all working fine. However, since I've updated the extension to 1.6, the page information I had at the bottom of the page doesn't display right. Between the paging buttons (which still work by the way), I had put in there the total # of records returned, and also the current page and total number of pages. My page is here:

latc.la/directory.asp

I have no idea whether the extension update to 1.6 is what caused the problem, but it's the only thing that has changed since I built this page, and I know for sure it was working before. Let me know if you can help me get that info working again.

Thanks!

Replies

Replied 08 Apr 2014 22:23:17
08 Apr 2014 22:23:17 Teodor Kuduschiev replied:
Hello Steve,
There was a minor issue with the HTML5 Data Bindings. Please download and install the extension once again and this will fix your issue.
We are sorry for the inconvenience.
Replied 08 Apr 2014 22:31:56
08 Apr 2014 22:31:56 Steve Skinner replied:
No problem. Glad to do it - and very happy the solution was immediate.
Replied 16 Oct 2017 22:21:35
16 Oct 2017 22:21:35 Steve Skinner replied:
I have this issue occurring again. I haven't updated the page, but paging no longer works, possibly because of extension updates that have occurred since I first reported this.

I'm hoping you can have another look at this and recommend a fix. I don't really want to be redesigning this whole page just to use server connect...

Here's the page:
www.latc.la/directory.asp

The paging buttons show this error in the JS console in Google Chrome.
Uncaught ReferenceError: dmxDataBindingsAction is not defined at HTMLAnchorElement.onclick (directory.asp:120).

Hopefully, there's a simple fix for this. Please let me know at your earliest convenience.

Thanks!
Replied 17 Oct 2017 15:47:47
17 Oct 2017 15:47:47 Teodor Kuduschiev replied:
Hello Steve,
I see you are using the oldest data bindings method for displaying data on the page. What extension did you update exactly? Which files have been updated?
Replied 17 Oct 2017 15:53:44
17 Oct 2017 15:53:44 Steve Skinner replied:
I really have no way of knowing. Your extensions seem to update files automatically, and it doesn't tell you which ones it has updated. I have no clue as to why it's not working, which is why I came to you (unable to figure it out myself). I was hoping you might be able to point me in the right direction based on what's happening.
Replied 17 Oct 2017 15:54:37
17 Oct 2017 15:54:37 Teodor Kuduschiev replied:
Can you tell me which extension did you update at least?
Replied 17 Oct 2017 15:57:11
17 Oct 2017 15:57:11 Steve Skinner replied:
Recently, bootstrap stuff, database connector, database updater, server connect
Replied 17 Oct 2017 19:53:53
17 Oct 2017 19:53:53 Teodor Kuduschiev replied:
None of these updates change anything in the function that has issues on your page and nothing has changed in it actually, since your last update...
However, i see some strange things on your page.
For example - what are the following lines of code doing in your page body, when they have to be in the head:
<link rel="stylesheet" type="text/css" href="../styles/dmxNavigationMenu.css" />
<script type="text/javascript" src="../ScriptLibrary/jquery-latest.pack.js"></script>
<script type="text/javascript" src="../ScriptLibrary/jquery.easing.1.3.js"></script>
<script type="text/javascript" src="../ScriptLibrary/dmxNavigationMenu.js"></script>
<!--[if lt IE 7]><script type="text/javascript" src="../styles/IE7.js"></script><![endif]-->


it seems to me that you updated this page and changed something in it, OR have some wrongly setup include on this page...


Replied 17 Oct 2017 21:36:20
17 Oct 2017 21:36:20 Steve Skinner replied:
Please have another look at the page. Those lines of code you noted haven't been in the file since yesterday. Maybe you were seeing a cached version?
www.latc.la/directory.asp

That still does not change the error that occurs in the javascript console when I click the paging buttons.

Uncaught ReferenceError: dmxDataBindingsAction is not defined at HTMLAnchorElement.onclick (directory.asp:110)

The other thing that's strange is that I cannot edit any of the DMX specific stuff because I get the message:
"Making this change would require changing code that is locked by a template or translator. The change will be discarded."

This must have to do with a translator because I'm not using DW templates for this site. And, it's impossible to figure out what part of the code is causing this issue. Same old business - Dreamweaver is often very frustrating to work with.

Thank you for looking into it. Does this error code lead to anything more specific about what's wrong? As the developers, I figured if anyone would be able to help, it'd be you guys.
Replied 17 Oct 2017 23:02:11
17 Oct 2017 23:02:11 Steve Skinner replied:
Teodor, thank you for your help, but I ran out of time to work with fixing the error. I re-coded this using alternate methods because I had to get it working for the customer. Case closed.
Replied 18 Oct 2017 07:01:46
18 Oct 2017 07:01:46 Teodor Kuduschiev replied:
Hi Steve,
It is still the same issue on your page:
and that is what was causing the paging to fail.
You have these links in this part of the page and this is wrong. I think you are using some include there, for the navigation maybe and you have not removed the links from the include file ... nothing to do with any update of any our extension.

Reply to this topic