Adding image vi a container in library throws error
Description
There is a case issue and a missing requires attribute. In /core/webtop/facade/library.cfm change: <cfset o = createObject("component","farcry.core.packages.fourq.gateway.dbGateway").init(dsn=application.dsn,dbowner="")> to <cfset o = createObject("component","farcry.core.packages.fourq.gateway.DBGateway").init(dsn=application.dsn,dbowner="",dbtype=application.dbtype)>
Environment
Linux, Mysql
Activity
Geoff Bowers May 30, 2010 at 12:48 PM
Not entirely sure what the issue is. Please check the fix and apply if relevant.
There is a case issue and a missing requires attribute.
In /core/webtop/facade/library.cfm change:
<cfset o = createObject("component","farcry.core.packages.fourq.gateway.dbGateway").init(dsn=application.dsn,dbowner="")>
to
<cfset o = createObject("component","farcry.core.packages.fourq.gateway.DBGateway").init(dsn=application.dsn,dbowner="",dbtype=application.dbtype)>