[pmwiki-users] enabledirectdownload = 0 causing errors in Internet Explorer

Frank Graffagnino frankie at graffagnino.net
Fri Jul 6 14:34:53 CDT 2007


I am getting errors when using Internet Explorer to download
attachments with $EnableDirectDownload = 0.  jpg files seem to work
fine, but downloading a ppt file works with firefox, but not with IE.
With Internet Explorer, I get an error saying the requested site is
either unavailable or cannot be found. What's weird is that it does
correctly identify it as a ppt file, but after clicking either "save"
or "open" it gives an error or hangs.  I'm thinking it is a server
configuration issue, but here are the recipes I am running under
pmwiki-2.2.0-beta45:

Cookbook:ToggleLink 2007–01–06
Cookbook:user_last_action 2007–03–25
Cookbook:Fox 2007–04–21 2007–06–03
Cookbook:GoogleMapAPI 2.2.0-Pre8 (March 29, 2007) 2.2.0-Pre8
Cookbook:RecipeCheck 2007–04–17 2007–04–17
Cookbook:ThumbList 2007–05–01 2007–05–16
Cookbook:ExportDOC 2007–04–20 2007–04–20
Cookbook:MarkupExpressions 2007–04–11 2007–04–11
Cookbook:MarkupExtensions unknown (extendmarkup.php) 2.0.59
Cookbook:HtpasswdForm 20070321–2 2007–07–03
Cookbook:ShowHide unknown (togglelink.php) 2007–06–01,(2007–06–01 togglelink)

Has anyone else had problems downloading files using Internet Explorer
IE?  I am using IE6 here, so I'm not sure if IE7 has the problem as
well.

I've also grepped through to try and find any trailing spaces after a
"?>" as a previous poster suggested with no luck :(

Any help or troubleshooting ideas would be greatly appreciated.

FG

On 7/6/07, pmwiki-users-request at pmichaud.com
<pmwiki-users-request at pmichaud.com> wrote:
> Send pmwiki-users mailing list submissions to
>         pmwiki-users at pmichaud.com
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://www.pmichaud.com/mailman/listinfo/pmwiki-users
> or, via email, send a message with subject or body 'help' to
>         pmwiki-users-request at pmichaud.com
>
> You can reach the person managing the list at
>         pmwiki-users-owner at pmichaud.com
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of pmwiki-users digest..."
>
>
> Today's Topics:
>
>    1. Re: Automatically add anchors to heading tags?
>       (christian.ridderstrom at gmail.com)
>    2. signature not working in Cookbook group (blues)
>    3. Re: Automatically add anchors to heading tags? (Jonathan Abbett)
>    4. Set a PageTextVariable from config.php (Christophe David)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Fri, 6 Jul 2007 10:39:21 +0200
> From: christian.ridderstrom at gmail.com
> Subject: Re: [pmwiki-users] Automatically add anchors to heading tags?
> To: pmwiki-users at pmichaud.com
> Message-ID: <Pine.LNX.4.64.0707061037280.12444 at black01.md.kth.se>
> Content-Type: text/plain; charset="iso-8859-1"
>
> On Thu, 5 Jul 2007, Patrick R. Michaud wrote:
>
> > On Thu, Jul 05, 2007 at 05:01:24PM -0400, Jonathan Abbett wrote:
> >> Greetings, all--
> >>
> >> Is there a simple way to configure pmWiki such that all headings (H1,
> >> H2, etc) are automatically generated with anchor tags so people can link
> >> directly to a section or subsection?  (I believe MediaWiki has this
> >> functionality by default.)
> >
> > What values do you want the anchor tags to have?
>
> I think this functionality might come with the PageToC recipe?  IIRC, I
> implemented a recipe for "visible anchors" for this purpose, and these
> were later incorporated into the TOC. So have a look among the recipes.
>
> http://www.pmwiki.org/wiki/Cookbook/PageTableOfContents
>
> /C
>
> --
> Christian Ridderstr?m, +46-8-768 39 44               http://www.md.kth.se/~chr
>
> ------------------------------
>
> Message: 2
> Date: Fri, 06 Jul 2007 11:56:09 +0300
> From: blues <blues4u at supereva.it>
> Subject: [pmwiki-users] signature not working in Cookbook group
> To: pmwiki-users at pmichaud.com
> Message-ID: <op.tu1cfvm3y1j2db at user_09>
> Content-Type: text/plain; format=flowed; delsp=yes;
>         charset=iso-8859-15
>
> i noticed that the signature markup ~~~ or ~~~~
> does not work as expected in the Cookbook group.
>
> i checked that in the sandbox it works OK, so hopefully
> it is something in the configuration of the Cookbook
> group and not a bug.
>
> still it needs Pm's attention.
>
> blues
>
>
>
>
> ------------------------------
>
> Message: 3
> Date: Fri, 06 Jul 2007 08:52:08 -0400
> From: Jonathan Abbett <jonathan at abbett.org>
> Subject: Re: [pmwiki-users] Automatically add anchors to heading tags?
> To: "Patrick R. Michaud" <pmichaud at pobox.com>
> Cc: pmwiki-users at pmichaud.com
> Message-ID: <468E3AF8.7000609 at abbett.org>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Ideally, I'd like the text of the heading to become the anchor text...
>
> ! Introduction ==> <h1><a name="Introduction">Introduction</a></h1>
> !! Subsection One ==> <h2><a name="Subsection_One">Subsection One</a></h2>
>
> I think it would be pretty useful as a core feature, but I can try one
> of the other helpful Cookbook suggestions that have come over the wire.
>
> --Jonathan
>
>
>
> Patrick R. Michaud wrote:
> > On Thu, Jul 05, 2007 at 05:01:24PM -0400, Jonathan Abbett wrote:
> > > Greetings, all--
> > >
> > > Is there a simple way to configure pmWiki such that all headings (H1,
> > > H2, etc) are automatically generated with anchor tags so people can link
> > > directly to a section or subsection?  (I believe MediaWiki has this
> > > functionality by default.)
> >
> > What values do you want the anchor tags to have?
> >
> > Pm
> >
>
>
>
> ------------------------------
>
> Message: 4
> Date: Fri, 6 Jul 2007 15:05:51 +0200
> From: "Christophe David" <pmwiki at christophedavid.org>
> Subject: [pmwiki-users] Set a PageTextVariable from config.php
> To: "PmWiki Users" <pmwiki-users at pmichaud.com>
> Message-ID:
>         <447cbad00707060605u2ec14c2apc7fa0b93bf9ddbae at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> Instead of defining a Pagetextvariable as
>
> (:Country: Transylvania :)
>
> to retrieve it in a page with
>
> "{$:Country}" ,
>
> I would like to set 'Country' in config.php.
>
> >From pmwiki.php (PageTextVar function), I guess something like
>
> $PCache['Group.Page']["=p_Country"] = 'Transylvania';
>
> should work, but it does not.
>
> Would someone have an idea how to make it work ?
>
> Christophe
>
>
>
> ------------------------------
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>
>
> End of pmwiki-users Digest, Vol 25, Issue 15
> ********************************************
>



More information about the pmwiki-users mailing list