Re: nesting limits?
This WebDNA talk-list message is from 1998
It keeps the original formatting.
numero = 19154
interpreted = N
texte = >>[include [interpret][include file=somefile¶m=valueOne][/interpret]]>>So what you're hoping for is something that looks like this?>[include [include file=somefile¶m=valueOne]]>And the results of that inner [include] would be a filename?Yes, more or less. Let's see if I can explain this better. Here's my hierarchy, I have three separate files to deal with in this situation:Template.tpl [include includeFile.inc]IncludeFile.inc [include [interpret][include file=somefile¶m=valueOne][/interpret]]somefile ../full/path/to/some/file/to/be/includedAs you can see, the somefile value is a full path to the file I want included in the outer [include] context (of the includeFile.inc file). But without the [interpret] context, WebCat doesn't work. The only thing I can figure is that this nested include code is itself in an include file, so I'm guessing that WebCat stops interpreting at the first nested [include].If that's the case, it will never find a file located at a raw file path that looks like:[include file=somefile¶m=valueOne]because there is obviously no such path. :(Of course, I cannot actually see what's going on here because [include] tags does not display the raw file reference when it cannot find an [include] file. Instead it displays a generic error message from the errormessages.db, and that's no help in debugging. Therefore I'm simply ASSUMING that placing nested include code in an include file is *not* acceptable -- unless [interpret] is used to make it work.Is this the problem?Sincerely,Ken Grome808-737-6499WebDNA Solutionsmailto:ken@webdna.nethttp://www.webdna.net
Associated Messages, from the most recent to the oldest:
>>[include
[interpret][include file=somefile¶m=valueOne][/interpret]]>>So what you're hoping for is something that looks like this?>[include [include file=somefile¶m=valueOne]]>And the results of that inner
[include] would be a filename?Yes, more or less. Let's see if I can explain this better. Here's my hierarchy, I have three separate files to deal with in this situation:Template.tpl [include includeFile.inc]IncludeFile.inc [include
[interpret][include file=somefile¶m=valueOne][/interpret]]somefile ../full/path/to/some/file/to/be/includedAs you can see, the somefile value is a full path to the file I want included in the outer
[include] context (of the includeFile.inc file). But without the
[interpret] context, WebCat doesn't work. The only thing I can figure is that this nested include code is itself in an include file, so I'm guessing that WebCat stops interpreting at the first nested
[include].If that's the case, it will never find a file located at a raw file path that looks like:[include file=somefile¶m=valueOne]because there is obviously no such path. :(Of course, I cannot actually see what's going on here because
[include] tags does not display the raw file reference when it cannot find an
[include] file. Instead it displays a generic error message from the errormessages.db, and that's no help in debugging. Therefore I'm simply ASSUMING that placing nested include code in an include file is *not* acceptable -- unless
[interpret] is used to make it work.Is this the problem?Sincerely,Ken Grome808-737-6499WebDNA Solutionsmailto:ken@webdna.nethttp://www.webdna.net
Kenneth Grome
DOWNLOAD WEBDNA NOW!
Top Articles:
Talk List
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...
Related Readings:
[WebDNA] RESTART WebDNA (2016)
Price lookup problem - was Cart questions (1997)
emailer (1997)
Multiple catalog databases and showcart (1997)
Running _every_ page through WebCat-error.html (1997)
[WebDNA] An unknown error occured // Deadlock avoided (2011)
ShipCosts database (1997)
WC2b15 File Corruption (1997)
HTML file size limit (1998)
Migrating to NT (1997)
Help with Shipping Costs (1997)
Order not created error (1997)
Too Much Info (1998)
ReturnRaw followup (1999)
Sku numbers (1997)
Location of Browser Info.txt file (1997)
Emailer problem....still (1997)
Location of Browser Info.txt file (1997)
Too Much Rootbeer Free Offer (1997)
nesting limits? (1998)