Hi, Mark. I've recently gone through my first PLUM deployment and the first question that popped into my mind is this:
 
Did you run the /setup/setup.cfm application on your shared host?
 
(My ISP allows me to password protect the /setup directory so that users can't discover and execute setup.cfm... hope your ISP does the same.)
 
Al

--------------------------------
Al Rogers [EMAIL PROTECTED]


From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of mark
Sent: Tuesday, March 14, 2006 9:19 AM
To: [email protected]
Subject: RE: [plum] deploying on shared host and global.cfm

Jeff thanks for the answer.  I tried setting the client management="no" and deleting Client storage as it is optional.  Now I am getting an unrelated error message (at least I think it is unrelated):
 

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

 
The error occurred in C:\websites\de8ddr\test\Global.cfm: line 40
Called from C:\websites\de8ddr\test\Global.cfm: line 16
Called from C:\websites\de8ddr\test\Global.cfm: line 1
Called from C:\websites\de8ddr\test\Global.cfm: line 1
Called from C:\websites\de8ddr\test\Application.cfm: line 15
38 : 		// instantiate them here to prevent them from re-instantiating on each request:
39 : 		
40 : 	}
41 : 	
42 : 	// During development, instantiate your custom Application-scoped components here so they 
 
Any thoughts?  Right below this snippet on line 46 it has this:
 
 
 
if (Len(Trim(Application.CookieAPI.GetCookie("LayoutName"))) EQ 0) {
  Application.CookieAPI.SetCookie("LayoutName", "Standard", false);
  Application.CookieAPI.SetCookie("Style", "", false);
 }
 
 Request.layoutName = Application.CookieAPI.GetCookie("LayoutName");
 
 Request.layout = Application.mappingRoot & "/layouts/" & Request.layoutName;
 Request.layoutImages = Application.absoluteUrlRoot & "/layouts/" & Request.layoutName & "/images";
 Request.layoutStyles = Application.absoluteUrlRoot & "/layouts/" & Request.layoutName & "/styles";
 Request.layoutSwfs = Application.absoluteUrlRoot & "/layouts/" & Request.layoutName & "/swfs";
 Request.layoutJS = Application.absoluteUrlRoot & "/layouts/" & Request.layoutName & "/js";
 
 if (Len(Trim(Application.CookieAPI.GetCookie("AdminLayoutName"))) EQ 0) {
  Application.CookieAPI.SetCookie("AdminLayoutName", "Standard", false);
  Application.CookieAPI.SetCookie("AdminStyle", "", false);
 }
 
Thanks,
 
Mark
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]On Behalf Of Jeff Fleitz
Sent: Tuesday, March 14, 2006 11:52 AM
To: [email protected]
Subject: Re: [plum] deploying on shared host and global.cfm

I guess I didnt' answer your question fully, sorry.

Line 29 would be the datasource name for the database used for client variable storage.



On 3/14/06, mark <[EMAIL PROTECTED]> wrote:
I am in the process of deploying my first Plum app.  It is on a shared host
and apparently accessing the regestry is a no no.

Here is the error message and it is referring to line #29.  What should this
be set to?

Security: The requested template has been denied access to cfregistry.
The following is the internal exception message: access denied
(coldfusion.tagext.GenericTagPermission cfregistry)

The error occurred in C:\websites\de8ddr\test\Environment.cfm: line 28
Called from C:\websites\de8ddr\test\Global.cfm: line 14
Called from C:\websites\de8ddr\test\Global.cfm: line 1
Called from C:\websites\de8ddr\test\Global.cfm: line 1
Called from C:\websites\de8ddr\test\Application.cfm: line 15

26 :    sessionManagement="Yes"
27 :    sessionTimeout="#Request.sessionTimeout#"
28 :    clientManagement="Yes"
29 :    clientStorage="Registry"
30 :    setDomainCookies="No"

Thanks,

Mark





**********************************************************************
You can subscribe to and unsubscribe from lists, and you can change
your subscriptions between normal and digest modes here:

http://www.productivityenhancement.com/support/DiscussionListsForm.cfm
**********************************************************************



--
v/r,

Jeff Fleitz

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.
Please contact [EMAIL PROTECTED] if you have questions about this email.

Reply via email to