Hmm, ok.  The server has the .NET 2.0 with the 3.5 patch installed.

Even when I just unzip/deploy the full web release I get the same issue as
well.  I basically just unzip it, create a virtual directory in IIS, set it
to use AD auth and that's about it.   I then changed the _normalBorders and
added this code to the left border right after the history listing:


 "----", Newline,
 "'''Namespace Index'''", Newline,
 federation.Namespaces.Sort.Collect
 { each |
  [
  Tab,
  "*",
  "\"",
  each.Name,
  "\":",
  federation.LinkMaker.LinkToTopic([each.Name, ".Homepage"].ToOneString),
  Newline
  ]
 },
 "----", Newline,

Thanks for your help.

On Jan 30, 2008 11:55 AM, John Davidson <[EMAIL PROTECTED]> wrote:

I am still unsure what is going on, but I suspect you have not created the
> website correctly as the filesystem namespace has worked correctly through
> most versions. We are now on version 2.0 with 2.0.0.186 being the latest.
> This version requires ASP .Net 2.0
>
> Version 1.8 requires ASP .Net 1.1, but will work with ASP .Net 2.0.
>
> It is recommended that you run one of the latest builds of 2.0 available
> through [1]. That way the community will be able to help you
>
> [1] http://www.flexwiki.com/default.aspx/FlexWiki/GetFlexWiki.html
>
> John Davidson
>
>
> On Jan 30, 2008 11:44 AM, Glenn Wellington <[EMAIL PROTECTED]>
> wrote:
>
> > John,
> >
> > Thanks for your quick response.
> >
> > The version I'm currently using, I believe, is 1.3 or some other archaic
> > version.
> >
> > I tried creating a new file system namespace and it worked fine.  Threw
> > an exception for ASP_NET permissions, but it was easy enough to fix.  The
> > "Namespace Index" comes back as:
> >       "Test":/wiki/default.aspx/Test/Homepage.html
> >
> > When I hardcode the SiteURL in the application and recompile it works
> > fine, but other than that, the namespace links don't come out right.
> >
> > Thanks,
> > Glenn
> >
> >
> > On Jan 30, 2008 11:03 AM, John Davidson <[EMAIL PROTECTED]> wrote:
> >
> > > I saw your request for help previously on the FAQ and have started
> > > work on an SQL 2005 install for my system.
> > >
> > > First, though a question and suggested procedure. What version are you
> > > using? If you create a namespace in the file system do you get the same
> > > error?
> > >
> > > John Davidson
> > >
> > >   On Jan 30, 2008 10:56 AM, Glenn Wellington <
> > > [EMAIL PROTECTED]> wrote:
> > >
> > > >   Hi all,
> > > >
> > > >     I seem to be having some issues with upgrading to FlexWiki 
> > > > 2.0regarding the "Namespace Index" listing on the left hand border.  
> > > > I'm using
> > > > the provided SQL Provider which is working fine (i.e. I can peruse
> > > > the different namespaces and topics fine.)
> > > >
> > > >   The left border though comes up funky.  For the namespace index,
> > > > I'm getting listings of "Sample":/wiki/default.aspx/Sample/Homepage.html
> > > > instead of valid wiki links.  It seems like the site root URL is never
> > > > getting populated.  I took a look at the code and it generates from the
> > > > variable SiteURL which is populated from
> > > > HttpContext.Current.Request.ApplicationPath which doesn't seem to be
> > > > returning anything.
> > > >
> > > > Shouldn't it be using the <rootURL> variable in the flexwiki.config?
> > > >
> > > > Any help is appreciated and thanks in advance.
> > > >
> > > > - Glenn
> > > >
> > > >
> > > > -------------------------------------------------------------------------
> > > > This SF.net email is sponsored by: Microsoft
> > > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > > _______________________________________________
> > > > Flexwiki-users mailing list
> > > > Flexwiki-users@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> > > >
> > > >
> > >
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by: Microsoft
> > > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > > _______________________________________________
> > > Flexwiki-users mailing list
> > > Flexwiki-users@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> > >
> > >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by: Microsoft
> > Defy all challenges. Microsoft(R) Visual Studio 2008.
> > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> > _______________________________________________
> > Flexwiki-users mailing list
> > Flexwiki-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/flexwiki-users
> >
> >
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2008.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> Flexwiki-users mailing list
> Flexwiki-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/flexwiki-users
>
>
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Flexwiki-users mailing list
Flexwiki-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flexwiki-users

Reply via email to