RE: Bizarre CFDIV problem

2011-01-25 Thread Bobby Hartsfield

Sounds like a discrepancy in the web server config between the sites.

If you have firebug, I would imagine it will report issues finding some of
the needed files you see in the source.

.:.:.:.:.:.:.:.:.:.:.:.:.:.
Bobby Hartsfield
http://acoderslife.com
 

-Original Message-
From: Michael Muller [mailto:ad...@montaguema.net] 
Sent: Tuesday, January 25, 2011 3:58 PM
To: cf-talk
Subject: Bizarre CFDIV problem


Hey folks,

I have a weird CFDIV problem.

Windows server. CF8. Using many YUI and Google UI components as well as
CFDIV.

Two domains, each in its own IIS instance and IP number (for SSL reasons)
but both go to the same root folder.

CFDIV tags work on site1, but not site2.

If I add a http header alias so site2 will run in site1's IIS instance and
domain name, (ie; http://site2.site1.com instead of http://www.site2.com)
the CFDIVs work.

I've saved the rendered source code of the same page in both instances and
run PrestoSoft's ExamDiff program on the files and the only differences are
the client IDs and function init numbers (other than, of course, the
absolute URLs for a tag hrefs).

All included files are identical.

Any thoughts?

Mik 



~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341196
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm


Re: Bizarre CFDIV problem

2011-01-25 Thread Dave Watts

> Two domains, each in its own IIS instance and IP number (for SSL reasons) but 
> both go to the same root folder.
>
> CFDIV tags work on site1, but not site2.

You need two virtual directories, to resolve /CFIDE.

Dave Watts, CTO, Fig Leaf Software
http://www.figleaf.com/
http://training.figleaf.com/

Fig Leaf Software is a Veteran-Owned Small Business (VOSB) on
GSA Schedule, and provides the highest caliber vendor-authorized
instruction at our training centers, online, or onsite.

~|
Order the Adobe Coldfusion Anthology now!
http://www.amazon.com/Adobe-Coldfusion-Anthology/dp/1430272155/?tag=houseoffusion
Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:341195
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/groups/cf-talk/unsubscribe.cfm