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.

Fixed

Details

Assignee

Reporter

Components

Fix versions

Affects versions

Priority

Created November 2, 2009 at 3:09 AM
Updated February 2, 2011 at 11:04 PM
Resolved February 2, 2011 at 11:04 PM