| Type | Template |
| Message | Unsupported tag |
| Tag | <CFCHART FONTSIZE="10" SHOWBORDER="YES" YAXISTITLE="VOTES" XAXISTYPE="CATEGORY" YAXISTYPE="SCALE" CHARTHEIGHT="400" CHARTWIDTH="400" SHOW3D="NO" FONT="ARIAL"> |
| Position | Line=23; Column=4 |
| Detail | The tag <cfchart fontsize="10" showborder="yes" yaxistitle="Votes" xaxistype="category" yaxistype="scale" chartheight="400" chartwidth="400" show3d="no" font="Arial"> is not supported |
| Source | 20: <h2 id="pageName">Which email server should I use with CF?</h2>
21: <div class="story">
22: <div class="rightbox">
23: <cfchart fontsize="10" showborder="yes" yaxistitle="Votes" xaxistype="category" yaxistype="scale" chartheight="400" chartwidth="400" show3d="no" font="Arial">
24: <cfchartseries type="pie" paintstyle="light"> ^ Snippet from underlying CFML source |
| Type | Template |
| Message | Unsupported tag |
| Tag | <CFCHARTSERIES TYPE="PIE" PAINTSTYLE="LIGHT"> |
| Position | Line=24; Column=5 |
| Detail | The tag <cfchartseries type="pie" paintstyle="light"> is not supported |
| Source | 21: <div class="story">
22: <div class="rightbox">
23: <cfchart fontsize="10" showborder="yes" yaxistitle="Votes" xaxistype="category" yaxistype="scale" chartheight="400" chartwidth="400" show3d="no" font="Arial">
24: <cfchartseries type="pie" paintstyle="light">
25: <cfchartdata item="SuperSpamX" value="8"> ^ Snippet from underlying CFML source |
| Type | Template |
| Message | Unsupported tag |
| Tag | <CFCHARTDATA ITEM="SUPERSPAMX" VALUE="8"> |
| Position | Line=25; Column=6 |
| Detail | The tag <cfchartdata item="SuperSpamX" value="8"> is not supported |
| Source | 22: <div class="rightbox">
23: <cfchart fontsize="10" showborder="yes" yaxistitle="Votes" xaxistype="category" yaxistype="scale" chartheight="400" chartwidth="400" show3d="no" font="Arial">
24: <cfchartseries type="pie" paintstyle="light">
25: <cfchartdata item="SuperSpamX" value="8">
26: <cfchartdata item="CoolEMailSender 1.7" value="7"> ^ Snippet from underlying CFML source |
| Type | Template |
| Message | Unsupported tag |
| Tag | <CFCHARTDATA ITEM="COOLEMAILSENDER 1.7" VALUE="7"> |
| Position | Line=26; Column=6 |
| Detail | The tag <cfchartdata item="CoolEMailSender 1.7" value="7"> is not supported |
| Source | 23: <cfchart fontsize="10" showborder="yes" yaxistitle="Votes" xaxistype="category" yaxistype="scale" chartheight="400" chartwidth="400" show3d="no" font="Arial">
24: <cfchartseries type="pie" paintstyle="light">
25: <cfchartdata item="SuperSpamX" value="8">
26: <cfchartdata item="CoolEMailSender 1.7" value="7">
27: <cfchartdata item="SlickMailServer 3.5" value="4"> ^ Snippet from underlying CFML source |
| Type | Template |
| Message | Unsupported tag |
| Tag | <CFCHARTDATA ITEM="SLICKMAILSERVER 3.5" VALUE="4"> |
| Position | Line=27; Column=6 |
| Detail | The tag <cfchartdata item="SlickMailServer 3.5" value="4"> is not supported |
| Source | 24: <cfchartseries type="pie" paintstyle="light">
25: <cfchartdata item="SuperSpamX" value="8">
26: <cfchartdata item="CoolEMailSender 1.7" value="7">
27: <cfchartdata item="SlickMailServer 3.5" value="4">
28: <cfchartdata item="sendmail" value="3"> ^ Snippet from underlying CFML source |
| Type | Template |
| Message | Unsupported tag |
| Tag | <CFCHARTDATA ITEM="SENDMAIL" VALUE="3"> |
| Position | Line=28; Column=6 |
| Detail | The tag <cfchartdata item="sendmail" value="3"> is not supported |
| Source | 25: <cfchartdata item="SuperSpamX" value="8">
26: <cfchartdata item="CoolEMailSender 1.7" value="7">
27: <cfchartdata item="SlickMailServer 3.5" value="4">
28: <cfchartdata item="sendmail" value="3">
29: <cfchartdata item="CrudMail 0.3" value="1"> ^ Snippet from underlying CFML source |
| Type | Template |
| Message | Unsupported tag |
| Tag | <CFCHARTDATA ITEM="CRUDMAIL 0.3" VALUE="1"> |
| Position | Line=29; Column=6 |
| Detail | The tag <cfchartdata item="CrudMail 0.3" value="1"> is not supported |
| Source | 26: <cfchartdata item="CoolEMailSender 1.7" value="7">
27: <cfchartdata item="SlickMailServer 3.5" value="4">
28: <cfchartdata item="sendmail" value="3">
29: <cfchartdata item="CrudMail 0.3" value="1">
30: <cfchartdata item="SomeBloatedEmailServer 2007" value="1"> ^ Snippet from underlying CFML source |
| Type | Template |
| Message | Unsupported tag |
| Tag | <CFCHARTDATA ITEM="SOMEBLOATEDEMAILSERVER 2007" VALUE="1"> |
| Position | Line=30; Column=6 |
| Detail | The tag <cfchartdata item="SomeBloatedEmailServer 2007" value="1"> is not supported |
| Source | 27: <cfchartdata item="SlickMailServer 3.5" value="4">
28: <cfchartdata item="sendmail" value="3">
29: <cfchartdata item="CrudMail 0.3" value="1">
30: <cfchartdata item="SomeBloatedEmailServer 2007" value="1">
31: </cfchartseries> ^ Snippet from underlying CFML source |
|