Re: [Zope] ZWiki hierarchy seems to be broken

2000-12-15 Thread Frank McGeough

nope, my problem is different. (at least I don't think so). Symptoms are :

1) Entire wiki contents link shows only singletons
2)  (which I have in the
standard_wiki_header) does nothing. The output is  
3) The 
contents in the standard_wiki_header works fine. That is, I can see all
the descendents.
4) All the parenting that I've checked looks fine.

I've had this happen a couple of times. Each time I ended up having to
create an entirely new folder and copy and paste the wiki pages into the new
folder. This would resolve the problem although I'm not sure why. I'm
leaving it alone for now and trying to figure out exactly what is going on
this time.

Thanks for any clues. Frank


- Original Message -
From: "Simon Michael" <[EMAIL PROTECTED]>
To: "Zope Folk" <[EMAIL PROTECTED]>
Sent: Thursday, December 14, 2000 6:11 PM
Subject: Re: [Zope] ZWiki hierarchy seems to be broken


> Timothy Grant <[EMAIL PROTECTED]> writes:
> > I just went digging through all the properties of the pages that didn't
have
> > headers, and compared them to the properties for the pages that did, and
I
> > noticed that they were all parented wrong! I didn't think to look there.
I
> > had changed the name of the FrontPage to something else, which broke all
the
> > parent links.
>
> Ahhh. That's good to know. So the header was there, but showing no
> parents. And ideally all parent links would get adjusted on page
> rename or deletion.
>
> Frank is your problem similar ? Does reparenting a few pages improve
> the situation ?
>
> Best regards
> -Simon
>



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZWiki hierarchy seems to be broken

2000-12-14 Thread Simon Michael

Wait! Is this what you've been seeing ?

http://joyful.com/zwiki/link

ie no title at all ? That's a BUG, thank you. 

Looks like certain pages, like the above and
http://joyful.com/zwiki/page%20about%20nothing , get an empty string
from context() and don't appear in the map.

Both the above point to SandBox as their parent, and SandBox points to
MyNewTestPage, and MyNewTestPage points back to SandBox. Maybe
something about that tight loop. When one goes to SandBox/backlinks
and clicks reparent, all pages look normal again.

-Simon

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZWiki hierarchy seems to be broken

2000-12-14 Thread Simon Michael

Timothy Grant <[EMAIL PROTECTED]> writes:
> I just went digging through all the properties of the pages that didn't have
> headers, and compared them to the properties for the pages that did, and I
> noticed that they were all parented wrong! I didn't think to look there. I
> had changed the name of the FrontPage to something else, which broke all the
> parent links.

Ahhh. That's good to know. So the header was there, but showing no
parents. And ideally all parent links would get adjusted on page
rename or deletion.

Frank is your problem similar ? Does reparenting a few pages improve
the situation ?

Best regards
-Simon

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZWiki hierarchy seems to be broken

2000-12-13 Thread Timothy Grant

On Wed, Dec 13, 2000 at 08:20:14AM -0800, Simon Michael wrote:
> do you see more than one page name in your url path - eg FrontPage/FrontPage ?

On the very first page, yes, as the folder and the WikiPage have the same
name. However, the header appears on this page.
 
> are you acquiring a different standard_wiki_header from somewhere ? 

Not that I know of. I only have one ZWiki object setup

> 
> are you failing to acquire it ? (does page source include 
> "" ?) are permissions ok ?

The page source includes this text:



Aha!

I just went digging through all the properties of the pages that didn't have
headers, and compared them to the properties for the pages that did, and I
noticed that they were all parented wrong! I didn't think to look there. I
had changed the name of the FrontPage to something else, which broke all the
parent links.

Thanks for your very kind assistance!

-- 
Stand Fast,
tjg.

Timothy Grant [EMAIL PROTECTED]
Red Hat Certified Engineerwww.exceptionalminds.com
Avalon Technology Group, Inc.   (503) 246-3630
>Linux, because rebooting is *NOT* normal<
This machine was last rebooted:  15 days 1 hours ago<<

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZWiki hierarchy seems to be broken

2000-12-13 Thread Frank McGeough

I lose my hierarchy all the time as well. I haven't been able to figure out
a cause for it. Or figure out a way to debug it.
The "entire wiki contents" shows only Singletons.
The  in the
standard_wiki_header doesn't seem to do anything anymore.

- Original Message -
From: "Simon Michael" <[EMAIL PROTECTED]>
To: "Zope Folk" <[EMAIL PROTECTED]>
Sent: Wednesday, December 13, 2000 11:20 AM
Subject: Re: [Zope] ZWiki hierarchy seems to be broken


> do you see more than one page name in your url path - eg
FrontPage/FrontPage ?
>
> are you acquiring a different standard_wiki_header from somewhere ?
>
> are you failing to acquire it ? (does page source include
> "" ?) are permissions ok ?



___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )




Re: [Zope] ZWiki hierarchy seems to be broken

2000-12-13 Thread Simon Michael

do you see more than one page name in your url path - eg FrontPage/FrontPage ?

are you acquiring a different standard_wiki_header from somewhere ? 

are you failing to acquire it ? (does page source include 
"" ?) are permissions ok ?

___
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )