On 4/16/2010 1:57 PM, Mitch Cohen wrote:
Thanks - I removed the GoogleViewer.php <http://www.pmwiki.org/pmwiki/uploads/Cookbook/GoogleViewer.php>Δ <http://www.pmwiki.org/wiki/Cookbook/GoogleViewer?action=upload&upname=GoogleViewer.php> and all the images came back! I either had the "the path to your uploads file" wrong or their was a glitch in GoogleViewer. For those savvy in the ways of pmWiki (I am certainly NOT) this is what I put in my config file- $group = PageVar($pagename,'$Group'); $UploadUrlFmt = "http://www.firstsaturdayartsmarket.com/uploads/Yalest/";
Try removing the trailing slash from $UploadUrlFmt: $UploadUrlFmt = "http://www.firstsaturdayartsmarket.com/uploads/Yalest"; ~ ~ Dave _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
