Hello,

I am attempting a new installation running FarCry 6.0.8 (standalone
deployment), OpenBD 1.4, and Tomcat 6.0.3. Installation appears
successful but when I try to open the admin page, BlueDragon throws an
Internal Server Error:

BlueDragon Internal Server Error
The page you were executing caused an internal BlueDragon server
error
Request /index.cfm
File Trace      C:/Program Files/Apache/Tomcat6/webapps/ROOT/
index.cfm
|
+-- C:/Program Files/Apache/Tomcat6/webapps/ROOT/Application.cfc
    |
    +-- C:/Program Files/Apache/Tomcat6/webapps/ROOT/farcry/core/
Application.cfc
        |
        +-- C:/Program Files/Apache/Tomcat6/webapps/ROOT/farcry/core/
tags/farcry/_farcryApplicationInit.cfm
            |
            +-- C:/Program Files/Apache/Tomcat6/webapps/ROOT/farcry/
core/packages/farcry/alterType.cfc

Source
291:       <cfset stResult.packagepath =
application.factory.oUtils.getPath(arguments.package,arguments.name) /
292:       <cfset stResult.package = arguments.package />
293:
294:       <cfset o = createObject("Component",
stResult.packagepath) /
295:       <cfset stMetaData = getMetaData(o) />
^ Snippet from underlying CFML source

Stack Trace
com.naryx.tagfusion.cfm.parser.ParseException: The function imagenew
requires at least 1 argument(s).
        at com.naryx.tagfusion.cfm.parser.CFFunctionExpression.
(Unknown Source)

The Stack Trace suggests an incompatibility with the imageNew()
function. It looks like ACF and Railo have no required parameters for
this function (http://www.cfquickdocs.com/cf9/#imagenew,
http://wiki.getrailo.org/wiki/3-1-Functions:ImageNew/wiki/3-1-Functions:ImageNew)
Is the OpenBD implementation of imageNew() compatible with other CF
engines?

Thanks,

Juan

-- 
Open BlueDragon Public Mailing List
 http://www.openbluedragon.org/   http://twitter.com/OpenBlueDragon
 official manual: http://www.openbluedragon.org/manual/
 Ready2Run CFML http://www.openbluedragon.org/openbdjam/

 mailing list - http://groups.google.com/group/openbd?hl=en

Reply via email to