2.3.3 -> 2.5.1b2 upgrade problem
I don't know if this is a b2-specific problem or not, since this is the first time I've upgraded any of my sites beyond 2.3.3. I have a 2.3.3 Data.fs, and I copied it into a 2.5.1b2 INSTANCE_HOME setup and tried to run it. It starts, (with errors in a DA Product, but that shouldn't matter at this stage), but none of the dtml is interpreted. When I browse to the site I get the raw dtml returned to the browser. If I start with an empty Data.fs, things work fine. I need to make progress on this project, so I'm going to try to do an export/import, but if there are any other experiements anyone wants me to run to look in to this, let me know. --RDM
"R. David Murray" wrote:
I don't know if this is a b2-specific problem or not, since this is the first time I've upgraded any of my sites beyond 2.3.3. I have a 2.3.3 Data.fs, and I copied it into a 2.5.1b2 INSTANCE_HOME setup and tried to run it. It starts, (with errors in a DA Product, but that shouldn't matter at this stage), but none of the dtml is interpreted. When I browse to the site I get the raw dtml returned to the browser.
If I start with an empty Data.fs, things work fine. I need to make progress on this project, so I'm going to try to do an export/import, but if there are any other experiements anyone wants me to run to look in to this, let me know.
Uninstall ZDebug? cheers, Chris PS: Shouldn't this be on zope@zope.org?
On Wed, 17 Apr 2002, Chris Withers wrote:
Uninstall ZDebug?
Hmm. Thanks.
PS: Shouldn't this be on zope@zope.org?
Probably, but I naively imagined that I was sophisticated enough to be finding a "real" problem...but I'm obviously not smart enough to realize that a breakage this fundamental could be due to a package like ZDebug. Sigh. --RDM
"R. David Murray" wrote:
Probably, but I naively imagined that I was sophisticated enough to be finding a "real" problem...but I'm obviously not smart enough to realize that a breakage this fundamental could be due to a package like ZDebug.
Rule No 1: If the Zope version number changes, ZDebug will break ;-) cheers, Chris
"R. David Murray" <bitz@bitdance.com> writes:
Probably, but I naively imagined that I was sophisticated enough to be finding a "real" problem...but I'm obviously not smart enough to realize that a breakage this fundamental could be due to a package like ZDebug.
I wasn't either.. I think the word is getting around now, but it would be great to see ZDebug updated to work with newer zope versions. I really miss it.
Simon Michael wrote:
"R. David Murray" <bitz@bitdance.com> writes:
Probably, but I naively imagined that I was sophisticated enough to be finding a "real" problem...but I'm obviously not smart enough to realize that a breakage this fundamental could be due to a package like ZDebug.
I wasn't either.. I think the word is getting around now, but it would be great to see ZDebug updated to work with newer zope versions. I really miss it.
And Formulator :-)
Simon Michael wrote:
"R. David Murray" <bitz@bitdance.com> writes:
Probably, but I naively imagined that I was sophisticated enough to be finding a "real" problem...but I'm obviously not smart enough to realize that a breakage this fundamental could be due to a package like ZDebug.
I wasn't either.. I think the word is getting around now, but it would be great to see ZDebug updated to work with newer zope versions. I really miss it.
Now you see the pitfalls of creating a monkey-patch product. :-) I've been putting in code for Zope 2.6 that replaces the functionality of ZDebug. ZDebug was always woefully unsafe. Zope 2.6 will have improved tracebacks. Shane
Shane Hathaway wrote:
I've been putting in code for Zope 2.6 that replaces the functionality of ZDebug. ZDebug was always woefully unsafe. Zope 2.6 will have improved tracebacks.
Does that mean we can turn them off when we don't want them and there's no more of that damn awful appending them to the end of every page and creating broken HTML? please? pretty please? ;-) cheers, Chris
On Wed, 17 Apr 2002, Chris Withers wrote:
Shane Hathaway wrote:
I've been putting in code for Zope 2.6 that replaces the functionality of ZDebug. ZDebug was always woefully unsafe. Zope 2.6 will have improved tracebacks.
Does that mean we can turn them off when we don't want them and there's no more of that damn awful appending them to the end of every page and creating broken HTML?
please? pretty please? ;-)
http://dev.zope.org/Wikis/DevSite/Proposals/BetterTracebacks All the work described (besides the documentation and Dieter's suggestion of adding error_tb to the default standard_error_message) is checked into the trunk. No more invalid HTML. :-) Shane
Shane Hathaway wrote:
http://dev.zope.org/Wikis/DevSite/Proposals/BetterTracebacks
All the work described (besides the documentation and Dieter's suggestion of adding error_tb to the default standard_error_message) is checked into the trunk. No more invalid HTML. :-)
Well, it's only taken 2 or 3 years to get that fixed... *grinz* Chris PS: seriously, thanks Shane, at last debugging won't be so much of a PITA..
participants (5)
-
Chris Withers -
Matt Behrens -
R. David Murray -
Shane Hathaway -
Simon Michael