[pmwiki-users] Fwd: Fwd: Fwd: Fwd: RE: Problems Uploading

Steve Rowe think1blue at yahoo.com
Tue May 30 14:14:01 CDT 2006


I'm still searching for an answer for this issue.  If
it is not possible to make the upload input box
smaller (which I'm only guessing may be the problem),
what I thought might work would be to force it to have
no right sidebar for the upload page. Then maybe the
form would fit in the width alloted and not hang.  I
don't know much about the inner workings of uploading,
but is it easy to have (:noright:) enabled when
?action=upload ?  Thanks!
-Steve

--- Steve Rowe <think1blue at yahoo.com> wrote:

> Date: Sun, 28 May 2006 20:55:52 -0700 (PDT)
> From: Steve Rowe <think1blue at yahoo.com>
> To: pmwiki-users at pmichaud.com
> Subject: [pmwiki-users] Fwd:  Fwd:  Fwd: RE: 
> Problems Uploading
> 
> Sorry to keep bugging everybody, but does anyone
> have
> a suggestion for me on how to fix this? Thanks!
> 
> --- Steve Rowe <think1blue at yahoo.com> wrote:
> 
> > Date: Fri, 26 May 2006 12:49:45 -0700 (PDT)
> > From: Steve Rowe <think1blue at yahoo.com>
> > To: pmwiki-users at pmichaud.com
> > CC: design at softflow.co.uk
> > Subject: [pmwiki-users] Fwd:  Fwd: RE:  Problems
> > Uploading
> > 
> > I have no problem uploading using IE6 when the
> Triad
> skin
> > is in the "border" width. But when I switch it to
> the
> > preferred "800" width, it will let you enter the
> > password, but it will hang trying to present the
> > upload screen. PM tried it in Firefox and it
> worked,
> > but he too experienced the same issue using IE6.
> Is
> > there a fix for this? Maybe the "File to upload:"
> > box is too large...? Any suggestions?  Thanks!
> > 
> > --- Steve Rowe <think1blue at yahoo.com> wrote:
> > 
> > > Date: Thu, 25 May 2006 16:14:55 -0700 (PDT)
> > > From: Steve Rowe <think1blue at yahoo.com>
> > > To: pmwiki-users at pmichaud.com
> > > Subject: [pmwiki-users] Fwd: RE:  Problems
> > Uploading
> > > 
> > > OK.  So I started backing things out to try and
> > see
> > > what the problem is.
> > > 
> > > 1) I went back to version 2.1.5 of PmWiki -
> still
> > > couldn't upload
> > > 
> > > 2) I commented out GoogleMapAPI - still couldn't
> > > upload
> > > 
> > > 3) I changed the Triad from "800" back to
> "border"
> > -
> > > IT WORKED!!
> > > 
> > > SDV($DefaultPageWidth, 'border');  # wide, 800
> or
> > > border
> > > 
> > > Now Patrick said it worked in Firefox, but also
> > > failed
> > > for him in IE6.  But Triad certainly seems like
> a
> > > very
> > > robust skin and I'm guessing others have used
> the
> > > 800
> > > width and tried to upload using IE. Any idea on
> > how
> > > to
> > > fix this?  Should I copy Hans on this?
> > > 
> > > --- Steve Rowe <think1blue at yahoo.com> wrote:
> > > 
> > > > Date: Wed, 24 May 2006 12:57:07 -0700 (PDT)
> > > > From: Steve Rowe <think1blue at yahoo.com>
> > > > Subject: RE: [pmwiki-users] Problems Uploading
> > > > To: "Curtis, Clayton" <Clayton.Curtis at va.gov>,
> > > > pmwiki-users at pmichaud.com
> > > > 
> > > > It's so hard to remember the timeline, but I
> may
> > > > have
> > > > also made these changes since my last
> successful
> > > > upload:
> > > > 
> > > > 1) I updated to version 1.0.2 of the
> > GoogleMapAPI
> > > > recipe.  I don't know much about
> $HTMLStylesFmt,
> > > but
> > > > I
> > > > do see it mentioned in the release notes and
> my
> > > > setting in gMapAPI.php is:
> > > > 
> > > > $HTMLStylesFmt['gmap_api'] = 'div#map{ height:
> > > > 500px;
> > > > width:100%;}';
> > > > 
> > > > 2) Some users were having an issue with the
> > > "Border"
> > > > format of the Triad skin, so I changed it to
> the
> > > > fixed
> > > > width "800" mode.
> > > > 
> > > > (SDV($DefaultPageWidth, '800');  # wide, 800
> or
> > > > border)
> > > > 
> > > > 3) Because of an issue I was having when
> editing
> > a
> > > > page, I made this change in layout-main.css:
> > > > 
> > > > #wikiedit textarea { width: 99%; margin:5px 0
> }
> > > > 
> > > > to this:
> > > > 
> > > > .wikiedit form { margin:0px; width:100%; }
> > > > .wikiedit textarea { width: 100%; margin:5px 0
> }
> > > > 
> > > > but I'm pretty sure I was having the upload
> > > problems
> > > > before this change.
> > > > 
> > > > 4) Lastly, I made a minor font-size change in
> > > > PmCal-Mini.css which I thought would have no
> > > impact.
> > > > 
> > > > 
> > > > --- "Curtis, Clayton" <Clayton.Curtis at va.gov>
> > > wrote:
> > > > 
> > > > > Steve Rowe wrote:
> > > > > > Today I commented out everything in my
> > > > config.php
> > > > > > regarding uploading excpet this:
> > > > > >
> > > > > > $EnableUpload = 1;
> > > > > > $DefaultPasswords['upload'] =
> > crypt('quick');
> > > > > >
> > > > > > Yet, when I try to upload it asks me for
> the
> > > > > password
> > > > > > and then when I hit enter it hangs.
> > > > > 
> > > > > I had a similar problem until today, which I
> > > found
> > > > > was related to a
> > > > > group-specific php script affecting
> > > > > $HTMLStylesFmt['form'], suggesting
> > > > > that one possibility is that something done
> to
> > > > > establish your
> > > > > look-and-feel might side effect the upload
> > form
> > > > and
> > > > > cause a hang. Did
> > > > > you do anything besides 'just' updating to
> > > 2.1.6?
> > > > > 
> > > > > Clayton Curtis
> > > > > 
> > > > 
> > > > 
> > > >
> > __________________________________________________
> > > > Do You Yahoo!?
> > > > Tired of spam?  Yahoo! Mail has the best spam
> > > > protection around 
> > > > http://mail.yahoo.com 
> > > > 
> > > 
> > > 
> > >
> __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam?  Yahoo! Mail has the best spam
> > > protection around 
> > > http://mail.yahoo.com 
> > > 
> > > _______________________________________________
> > > pmwiki-users mailing list
> > > pmwiki-users at pmichaud.com
> > >
> >
>
http://host.pmichaud.com/mailman/listinfo/pmwiki-users
> > > 
> > 
> > 
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam?  Yahoo! Mail has the best spam
> > protection around 
> > http://mail.yahoo.com 
> > 
> > _______________________________________________
> > pmwiki-users mailing list
> > pmwiki-users at pmichaud.com
> >
>
http://host.pmichaud.com/mailman/listinfo/pmwiki-users
> > 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
>
http://host.pmichaud.com/mailman/listinfo/pmwiki-users
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 




More information about the pmwiki-users mailing list