WP_20140430_016 6 rotator 1 7 2 3 snake play-room-rotator vault 9 5 8 underground 10 art2 11 wlca serengeti 13 14 Untitled-1
Error: Attribute [style] is not allowed for tag [cfimage]
Catch
additional
Struct (ordered)
Pattern
string<cfimage [action="string"] [angle="number"] [passthrough="string"] [color="string"] [destination="string"] [difficulty="string"] [fonts="any"] [fontsize="number"] [format="string"] [height="string"] [isbase64="boolean"] [name="string"] [overwrite="boolean"] [quality="number"] [source="any"] [structname="string"] [text="string"] [thickness="number"] [width="string"] [base64="boolean"] [nometadata="boolean"]>
Documentation
stringLets you resize and add labels to GIF and JPEG format images. Optional: * action (string): Action to execute. * angle (number): Angle in degrees to rotate the image. * passthrough (string): HTML attributes that are not explicitly supported by cfimage. If you specify an attribute and value, they are passed to the tag "img". * color (string): Border color. Hexadecimal value or supported named color. For a hexadecimal value, use the form "#xxxxxx" or "xxxxxx", where x = 0-9 or A-F; use two number signs or none. * destination (string): Absolute or relative pathname where the image output is written. The image format is determined by the file extension. The convert and write actions require a destination attribute. The border, captcha, resize, and rotate actions require a name attribute or a destination attribute. You can specify both. If you do not enter a destination, the CAPTCHA image is placed inline in the HTML output and displayed in the web browser. * difficulty (string): Level of complexity of the CAPTCHA text. Specify one of the following levels of text distortion: low, medium, high * fonts (any): One or more valid fonts to use for the CAPTCHA text, as an array or as string list (separate multiple fonts with commas). Lucee supports only the system fonts that the JDK can recognize. For example, TTF fonts in the Windows directory are supported on Windows. * fontsize (number): font size of the text in the CAPTCHA image. * format (string): Format of the image displayed in the browser. If you do not specify a format, the image is displayed in PNG format. * height (string): Height in pixels of the image. For the resize attribute, you also can specify the height as a percentage. When you resize an image, if you specify a value for the width. * isbase64 (boolean): Specifies whether the source is a Base64 string * name (string): Name of the image variable to create. The read action requires a name attribute. The border, resize, and rotate actions require a name attribute or a destination attribute. You can specify both. * overwrite (boolean): If the destination file already exists, Lucee generates an error if the overwrite action is not set to yes. * quality (number): Quality of the JPEG destination file. Applies only to files with an extension of JPG or JPEG. Valid values are fractions that range from 0 through 1 (the lower the number, the lower the quality). * source (any): source file * structname (string): Name of the structure to be created. * text (string): Text string displayed in the CAPTCHA image. Use capital letters for better readability. Do not include spaces because users cannot detect them in the resulting CAPTCHA image. * thickness (number): Border thickness in pixels. The border is added to the outside edge of the source image, increasing the image area accordingly. * width (string): Width in pixels of the image. * base64 (boolean): should action "writetobrowser" embed the source of the image as base64 encoded string, default is false. * nometadata (boolean): only used for action "write", if set to true, the meta data from a source image are NOT written to the destination image.
Detail
stringvalid attribute names are [action,angle,passthrough,color,destination,difficulty,fonts,fontsize,format,height,isbase64,name,overwrite,quality,source,structname,text,thickness,width,base64,nometadata]
ErrorCode
string0
Extended_Info
string
ExtendedInfo
string
Message
stringAttribute [style] is not allowed for tag [cfimage]
StackTrace
stringlucee.runtime.exp.TemplateException: Attribute [style] is not allowed for tag [cfimage] at lucee.transformer.cfml.tag.CFMLTransformer.createTemplateException(CFMLTransformer.java:1285) at lucee.transformer.cfml.tag.CFMLTransformer.attributeName(CFMLTransformer.java:1180) at lucee.transformer.cfml.tag.CFMLTransformer.attribute(CFMLTransformer.java:1093) at lucee.transformer.cfml.tag.CFMLTransformer.attributes(CFMLTransformer.java:974) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:688) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:782) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.tag(CFMLTransformer.java:782) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:389) at lucee.transformer.cfml.tag.CFMLTransformer.body(CFMLTransformer.java:397) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:327) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:319) at lucee.transformer.cfml.tag.CFMLTransformer.transform(CFMLTransformer.java:175) at lucee.runtime.compiler.CFMLCompilerImpl._compile(CFMLCompilerImpl.java:104) at lucee.runtime.compiler.CFMLCompilerImpl.compile(CFMLCompilerImpl.java:76) at lucee.runtime.PageSourceImpl._compile(PageSourceImpl.java:454) at lucee.runtime.PageSourceImpl.compile(PageSourceImpl.java:421) at lucee.runtime.PageSourceImpl.loadPhysical(PageSourceImpl.java:354) at lucee.runtime.PageSourceImpl.loadPageThrowTemplateException(PageSourceImpl.java:237) at lucee.runtime.PageSourceImpl.loadPage(PageSourceImpl.java:1033) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1051) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at __138.rbwebsites.template.content_cfm$cf.call(../rbwebsites/template/content.cfm:208) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.PageContextImpl.doInclude(PageContextImpl.java:929) at index_cfm$cf.call(/index.cfm:114) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:1056) at lucee.runtime.PageContextImpl._doInclude(PageContextImpl.java:948) at lucee.runtime.listener.ClassicAppListener._onRequest(ClassicAppListener.java:65) at lucee.runtime.listener.MixedAppListener.onRequest(MixedAppListener.java:45) at lucee.runtime.PageContextImpl.execute(PageContextImpl.java:2493) at lucee.runtime.PageContextImpl._execute(PageContextImpl.java:2478) at lucee.runtime.PageContextImpl.executeCFML(PageContextImpl.java:2449) at lucee.runtime.engine.Request.exe(Request.java:45) at lucee.runtime.engine.CFMLEngineImpl._service(CFMLEngineImpl.java:1215) at lucee.runtime.engine.CFMLEngineImpl.serviceCFML(CFMLEngineImpl.java:1161) at lucee.loader.engine.CFMLEngineWrapper.serviceCFML(CFMLEngineWrapper.java:97) at lucee.loader.servlet.CFMLServlet.service(CFMLServlet.java:51) at javax.servlet.http.HttpServlet.service(HttpServlet.java:741) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:231) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:53) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:166) at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:202) at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:96) at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:541) at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:139) at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:92) at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74) at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343) at org.apache.coyote.ajp.AjpProcessor.service(AjpProcessor.java:432) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:868) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1590) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source)
TagContext
Array
1
Struct
codePrintHTML
string307: &lt;td style=&quot;text-align:right; line-height:18px; font-size:12px; font-family:Arial, Helvetica, sans-serif; &quot;&gt;Key Phrase:&lt;/td&gt;<br> 308: &lt;td style=&quot;text-align:left;&quot;&gt;<br> <b>309: &lt;cfimage action=&quot;captcha&quot; style=&quot;background-color:white&quot; width=&quot;150&quot; height=&quot;50&quot; text=&quot;#captcha#&quot;&gt;</b><br> 310: &lt;cfinput type=&quot;hidden&quot; name=&quot;captchaHash&quot; value=&quot;#captchaHash#&quot;&gt;<br> 311: &lt;/td&gt;<br>
codePrintPlain
string307: <td style="text-align:right; line-height:18px; font-size:12px; font-family:Arial, Helvetica, sans-serif; ">Key Phrase:</td> 308: <td style="text-align:left;"> 309: <cfimage action="captcha" style="background-color:white" width="150" height="50" text="#captcha#"> 310: <cfinput type="hidden" name="captchaHash" value="#captchaHash#"> 311: </td>
column
number36
id
string??
line
number309
Raw_Trace
string
template
stringC:\inetpub\rbcc\customCode\studentvolunteers.cfm
Type
stringcfml
2
Struct
codePrintHTML
string206: &lt;cftry&gt;<br> 207: <br> <b>208: &lt;cfinclude template=&quot;/customCode/#customPage#&quot;&gt;</b><br> 209: &lt;cfcatch type=&quot;any&quot;&gt;<br> 210: &lt;div class=&quot;ErrorShell&quot;&gt;<br>
codePrintPlain
string206: <cftry> 207: 208: <cfinclude template="/customCode/#customPage#"> 209: <cfcatch type="any"> 210: <div class="ErrorShell">
column
number0
id
string??
line
number208
Raw_Trace
string__138.rbwebsites.template.content_cfm$cf.call(../rbwebsites/template/content.cfm:208)
template
stringC:\inetpub\rbwebsites\template\content.cfm
type
stringcfml
3
Struct
codePrintHTML
string112: &lt;td width=&quot;99%&quot; valign=&quot;top&quot;&gt;<br> 113: &lt;div class=&quot;ContentShell&quot;&gt;<br> <b>114: &lt;cfinclude template=&quot;../rbwebsites/template/content.cfm&quot;&gt;</b><br> 115: &lt;/div&gt;<br> 116: &lt;/td&gt;<br>
codePrintPlain
string112: <td width="99%" valign="top"> 113: <div class="ContentShell"> 114: <cfinclude template="../rbwebsites/template/content.cfm"> 115: </div> 116: </td>
column
number0
id
string??
line
number114
Raw_Trace
stringindex_cfm$cf.call(/index.cfm:114)
template
stringC:\inetpub\rbcc\index.cfm
type
stringcfml
type
stringtemplate

Sign Up Now!

Join our Mailing List

Get Text Alerts

Riverbender Com Community Center

GET INVOLVED

in building the best community center
Volunteer

Rent the Center

Office Hours: 8:00am-4:00pm M-F
P: 618-465-9850 x 212 F: 618-465-9851
200 West 3rd Street | Alton, IL. 62002
[email protected]