[pmwiki-users] Fwd: RE: Problems Uploading

Steve Rowe think1blue at yahoo.com
Thu May 25 18:14:55 CDT 2006


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 




More information about the pmwiki-users mailing list