|
Mailing Lists
|
Home /
Groups /
Spectra-Talk
Spectra-Talk: Digest every 6 hours
> We're currently using Spectra 1.5.2 and I have an applicationRobert Williams - InfoComm iQ 11/20/04 12:40 P >That patch is already installed. This appears to be something specific toRobert Williams - InfoComm iQ 11/22/04 12:51 P ----- Excess quoted text cut - see Original Post for more ----- We had similar problems. I was never able to stop the problem from happening on the server, but I was able to hide the symptoms from the end user by surrounding ever page with <cfoutput></cfoutput> when I realized everything not inside those tags was what was being skipped when this problem arose. I put the <cfoutput> right after the <cfa_page> and the </cfoutput> right before the </cfa_page>. Of course if you are already using <cfoutput> on your page you have to get rid of them so you dont nest them. If you are using <cfoutput> to loop through a query on the page, you either have to change that to a cfloop or put a </cfoutput> right before it and a <cfoutput right after it ends. Not the prettiest solution, it is abotu as brute force as it gets, but it made the problem go away for us and sometimes that is all you can ask for. Good luck. rw >That patch is already installed. This appears to be something specific to >Spectra. Things will be clipping along just fine and then quit rendering >properly until a restart. In the source you can see that many things are >missing and it almost looks like an unmatched cfsetting with >enablecfoutput only, but I haven't been able to find it. Right. This is why my fix of putting <cfoutput></cfoutput> around my pages inside of of the <cfa_page> tag fixed it for me, or at least makes the symptoms the end user sees go away. I would be very interested if there is a true fix for this. rw
|
May 23, 2013
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||