Artists & Works

This section demonstrates how you could display artist details and works on your website. This is only one example of how this functionality can work - please see our clients' websites for other alternatives.

The artists and works in this section are taken from the Tate website, with some artist descriptions from wikipedia. Please feel free to log in to the Gallerysmith administration interface and upload your own works and artist information. It really isn't that difficult... 

Featured Artists


Artists by Initial


Works by Subject


Visualise Works

Use our room visualiser to view our work in situ.


Register/Login

Email Address

Password

Forgotten password? | Register

Why Register?

When you register with us, you will be able to create your own private gallery of your favourite works and priority RSVP to our events via the website.



Gallerysmith is a specialist web publishing system for art galleries, developed by Associative Trails. Contact us by visiting www.associativetrails.com or email enquiries@associativetrails.com.


Error Occurred While Processing Request The web site you are accessing has experienced an unexpected error.
Please contact the website administrator.


The following information is meant for the website developer for debugging purposes.
Error Occurred While Processing Request

Error Executing Database Query.

[Macromedia][SQLServer JDBC Driver][SQLServer]Could not allocate space for object 'tblLog' in database 'gallerysmithcom' because the 'PRIMARY' filegroup is full.
 
The error occurred in C:\websites\gallerysmithcom\html\_components\logManager.cfc: line 42
Called from C:\websites\gallerysmithcom\demo\index.cfm: line 48
Called from C:\websites\gallerysmithcom\html\_components\logManager.cfc: line 42
Called from C:\websites\gallerysmithcom\demo\index.cfm: line 48
40 : 							<cfif Len(Trim(arguments.vcReferer))><cfqueryparam value="#Left(Trim(arguments.vcReferer),255)#" cfsqltype="CF_SQL_VARCHAR" maxlength="255"><cfelse><cfqueryparam value="0" null="Yes" cfsqltype="CF_SQL_VARCHAR"></cfif>,
41 : 							<cfif Len(Trim(arguments.vcUserAgent))><cfqueryparam value="#Left(Trim(arguments.vcUserAgent),255)#" cfsqltype="CF_SQL_VARCHAR" maxlength="255"><cfelse><cfqueryparam value="0" null="Yes" cfsqltype="CF_SQL_VARCHAR"></cfif>,
42 : 							<cfif arguments.intRemoteAddr GT 0><cfqueryparam value="#arguments.intRemoteAddr#" cfsqltype="CF_SQL_BIGINT"><cfelse><cfqueryparam value="0" null="Yes" cfsqltype="CF_SQL_INTEGER"></cfif>
43 : 							)
44 : 		</cfquery>

SQL    INSERT INTO tblLog ( intClientID, intCustomerID, intItemID, dtLog, intCFID, intCFTOKEN, vcReferer, vcUserAgent, intRemoteAddr ) VALUES ( (param 1) , (param 2) , (param 3) , (param 4) , (param 5) , (param 6) , (param 7) , (param 8) , (param 9) )
DATASOURCE   gallerysmithcom
VENDORERRORCODE   1105
SQLSTATE   HY000
Resources:

Browser   CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Remote Address   38.103.63.58
Referrer  
Date/Time   04-Jul-09 06:22 AM
Stack Trace
at cflogManager2ecfc85953350$funcWRITEENTRY.runFunction(C:\websites\gallerysmithcom\html\_components\logManager.cfc:42) at cfindex2ecfm1669053678.runPage(C:\websites\gallerysmithcom\demo\index.cfm:48) at cflogManager2ecfc85953350$funcWRITEENTRY.runFunction(C:\websites\gallerysmithcom\html\_components\logManager.cfc:42) at cfindex2ecfm1669053678.runPage(C:\websites\gallerysmithcom\demo\index.cfm:48)

java.sql.SQLException: [Macromedia][SQLServer JDBC Driver][SQLServer]Could not allocate space for object 'tblLog' in database 'gallerysmithcom' because the 'PRIMARY' filegroup is full.
	at macromedia.jdbc.base.BaseExceptions.createException(Unknown Source)
	at macromedia.jdbc.base.BaseExceptions.getException(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSRequest.processErrorToken(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSRequest.processReplyToken(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSRPCRequest.processReplyToken(Unknown Source)
	at macromedia.jdbc.sqlserver.tds.TDSRequest.processReply(Unknown Source)
	at macromedia.jdbc.sqlserver.SQLServerImplStatement.getNextResultType(Unknown Source)
	at macromedia.jdbc.base.BaseStatement.commonTransitionToState(Unknown Source)
	at macromedia.jdbc.base.BaseStatement.postImplExecute(Unknown Source)
	at macromedia.jdbc.base.BasePreparedStatement.postImplExecute(Unknown Source)
	at macromedia.jdbc.base.BaseStatement.commonExecute(Unknown Source)
	at macromedia.jdbc.base.BaseStatement.executeInternal(Unknown Source)
	at macromedia.jdbc.base.BasePreparedStatement.execute(Unknown Source)
	at macromedia.jdbc.base.BasePreparedStatementPoolable.execute(Unknown Source)
	at coldfusion.server.j2ee.sql.JRunPreparedStatement.execute(JRunPreparedStatement.java:87)
	at coldfusion.sql.Executive.executeQuery(Executive.java:756)
	at coldfusion.sql.Executive.executeQuery(Executive.java:675)
	at coldfusion.sql.Executive.executeQuery(Executive.java:636)
	at coldfusion.sql.SqlImpl.execute(SqlImpl.java:236)
	at coldfusion.tagext.sql.QueryTag.doEndTag(QueryTag.java:500)
	at cflogManager2ecfc85953350$funcWRITEENTRY.runFunction(C:\websites\gallerysmithcom\html\_components\logManager.cfc:42)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:344)
	at coldfusion.filter.SilentFilter.invoke(SilentFilter.java:47)
	at coldfusion.runtime.UDFMethod$ReturnTypeFilter.invoke(UDFMethod.java:290)
	at coldfusion.runtime.UDFMethod$ArgumentCollectionFilter.invoke(UDFMethod.java:254)
	at coldfusion.filter.FunctionAccessFilter.invoke(FunctionAccessFilter.java:56)
	at coldfusion.runtime.UDFMethod.runFilterChain(UDFMethod.java:207)
	at coldfusion.runtime.UDFMethod.invoke(UDFMethod.java:366)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:198)
	at coldfusion.runtime.TemplateProxy.invoke(TemplateProxy.java:157)
	at coldfusion.runtime.CfJspPage._invoke(CfJspPage.java:1594)
	at cfindex2ecfm1669053678.runPage(C:\websites\gallerysmithcom\demo\index.cfm:48)
	at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:152)
	at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:349)
	at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
	at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:225)
	at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:51)
	at coldfusion.filter.PathFilter.invoke(PathFilter.java:86)
	at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:69)
	at coldfusion.filter.ClientScopePersistenceFilter.invoke(ClientScopePersistenceFilter.java:28)
	at coldfusion.filter.BrowserFilter.invoke(BrowserFilter.java:38)
	at coldfusion.filter.GlobalsFilter.invoke(GlobalsFilter.java:38)
	at coldfusion.filter.DatasourceFilter.invoke(DatasourceFilter.java:22)
	at coldfusion.filter.RequestThrottleFilter.invoke(RequestThrottleFilter.java:115)
	at coldfusion.CfmServlet.service(CfmServlet.java:107)
	at coldfusion.bootstrap.BootstrapServlet.service(BootstrapServlet.java:78)
	at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:91)
	at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
	at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:257)
	at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:541)
	at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:204)
	at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:318)
	at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:426)
	at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:264)
	at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)