Getting this error from tutorial.  Should I delete everything and start over?
 
 
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

Element STYLESHEETAPI is undefined in a Java object of type class [Ljava.lang.String; referenced as

 
The error occurred in C:\Inetpub\wwwroot\PlumTutorials\Global.cfm: line 74
Called from C:\Inetpub\wwwroot\PlumTutorials\Global.cfm: line 16
Called from C:\Inetpub\wwwroot\PlumTutorials\Global.cfm: line 1
Called from C:\Inetpub\wwwroot\PlumTutorials\Global.cfm: line 1
Called from C:\Inetpub\wwwroot\PlumTutorials\Application.cfm: line 15
72 : 	
73 : 	if (NOT IsDefined("Application.stylesheets")) {
74 : 		Application.stylesheets = Application.StylesheetAPI.CreateStylesheetQueryObject("#Application.diskRoot#/layouts");
75 : 		Application.adminStylesheets = Application.StylesheetAPI.CreateStylesheetQueryObject("#Application.diskRoot#/admin/layouts");
76 : 	}

Reply via email to