The element type "td" must be terminated by the matching end-tag "</td>".
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2015 01:20 PM
Hi All,
I have issues due to fuji upgrade. I am not able to see the items on the checkout cart for which I have requested for.
Moreover I am seeing two macros "servicecatalog_checkout_one" and "servicecatalog_checkout_one_v2" in fuji version which was not earlier in Eureka version.
And when I "try it " the " servicecatalog_checkout_one_v2" , It gives the error- The element type "td" must be terminated by the matching end-tag "</td>". Any suggesstion? .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2015 05:54 AM
Hi All,
A little mistake, servicecatalog_checkout_one_v2 & servicecatalog_checkout_one are not macro , These are UI pages
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2015 08:10 AM
Hi
The UI page code OOB.
<?xml version="1.0" encoding="utf-8" ?>
<j:jelly trim="false" xmlns:j="jelly:core" xmlns:g="glide" xmlns:j2="null" xmlns:g2="null">
<g:requires name="scripts/js_includes_catalog.js" includes="true"/>
<g:requires name="styles/js_includes_catalog.css" includes="true"/>
<g:requires name="styles/sc_cat_only.css" includes="false"/>
<j:set var="jvar_two_step" value="true" />
<g:inline template="sc_sanitize.xml"/>
<g:servicecatalog_cart_template />
</j:jelly>
It doesnt show any td tags. So if the UI page is customized/modified, please share the code or check for any entries with the <td> tags
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2015 01:42 PM
It happens when building reports too. Spent 4 hours building this afternoon and now none of them can be updated.
Fuji Patch 7
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2016 02:45 PM
I was receiving this issue today. I checked the log, and saw:
The 'Report Users and Groups' record is in application 'scopedapplication', but its 'Report' parent record is in application 'Global'. The record and its parent must be in the same application.: no thrown error
Changing my application back to Global resolved this issue for me.