I was having trouble with my v 1.2.1 Cleandex_deluxe Template on the add and update a listing pages. The attached image shows what I was seeing. The rows highlighted in pale yellow illustrate the problem. Thinking I had somehow caused this problem myself, I chased it for hours without success.
I reuploaded the script from scratch several times but was still having the problem. After chasing the bug for a while, I finally realized that the errors I was seeing on the form looked like they were a result of a malformed command in one of the cleandex files. So, I used my text search utility to check for that text (<%$hook_html_custom_field_form_rows_end>) in my local version of the software. That's when I discovered the file involved (custom_field_form_rows.html) appears in every one of the six basic templates but that the cleandex template contains and incorrectly formed statement that reads like this:
<%$hook_html_custom_field_form_rows_end>
when it SHOULD read like this:
<%$hook_html_custom_field_form_rows_end%>
In short, the percent sign highlighted in red is missing in the cleandex template but is present in all the others.
So I fixed the problem in the template I downloaded and then came back here to report the issue.
Can someone please arrange for the distributed cleandex template to be repaired?
Thanks!


