From jeffpaul at hotmail.com Tue Aug 3 23:09:06 2004 From: jeffpaul at hotmail.com (j e f f p a u l) Date: Tue, 03 Aug 2004 23:09:06 -0400 Subject: [geeklog-users] Random Photo Format Message-ID: An HTML attachment was scrubbed... URL: From vfuria at gmail.com Wed Aug 4 00:04:11 2004 From: vfuria at gmail.com (Vincent Furia) Date: Wed, 4 Aug 2004 00:04:11 -0400 Subject: [geeklog-users] Random Photo Format In-Reply-To: References: Message-ID: <8319e2d604080321046ef38b37@mail.gmail.com> It looks OK to me (using firefox .9 on linux). -Vinny ----- Original Message ----- From: j e f f p a u l Date: Tue, 03 Aug 2004 23:09:06 -0400 Subject: [geeklog-users] Random Photo Format To: geeklog-users at lists.geeklog.net I recently installed the Gallery Random Photo Block and it seems to be displaying itself correctly. However, my right block panel gets displayed at the bottom of my site. Here's my site for a reference: http://jeffandcrystal.com/ Any thoughts to the cause/solution to this problem? Any infomation that you may be able to provide would be greatly appreciated, thanks! ________________________________ Don't just search. Find. Check out the new MSN Search! _______________________________________________ geeklog-users mailing list geeklog-users at lists.geeklog.net http://lists.geeklog.net/listinfo/geeklog-users From vfuria at gmail.com Fri Aug 20 11:35:33 2004 From: vfuria at gmail.com (Vincent Furia) Date: Fri, 20 Aug 2004 11:35:33 -0400 Subject: [geeklog-users] Slow Vinny Message-ID: <8319e2d604082008352a066008@mail.gmail.com> So you probably noticed I haven't been around much in the past several days, and that I haven't been doing much work in CVS. That is because I'm in the middle of a move. I expected to have a bit of down time to work on Geeklog stuff, but it hasn't materialized yet. I should be back to my normal productive self in another week or so. I have two items left for 1.3.10 that I want to work on, but obviously I won't be able to for about a week. These are: 1. Fix comment formatting under IE in certain situations 2. Add Admin options to comments when in the view and display modes So please be patient. If someone is impatient they are more than welcome to look into these problems themselves, I certainly would not mind. Also, if there are any Geeks in the Washington, DC area who are interested in helping unload a moving van tomorrow (Saturday, 8/21) afternoon please drop me an email. :) Thanks, see everyone in a week. -Vinny From robin-lists at robinbowes.com Fri Aug 20 13:20:25 2004 From: robin-lists at robinbowes.com (robin-lists at robinbowes.com) Date: Fri, 20 Aug 2004 18:20:25 +0100 Subject: [geeklog-users] Inserting images from Gallery Message-ID: <200408201720.i7KHKTr14960@internal.iowaoutdoors.org> Hi, I've been using a hack to display gallery images inside geeklog stories. Basically, I use a call to a function in COM_article: /** * Insert gallery images in articles */ $A['introtext'] = insert_gallery_images($A['introtext']); $A['bodytext'] = insert_gallery_images($A['bodytext' This looks for code in stories like this: "See the gallery for pictures, but here's a taster (blue for the boy!): [gallery/Twins_First_Pics/DSC00113.thumb.jpg] [gallery/Twins_First_Pics/DSC00118.thumb.jpg]" I've just updated from CVS and this no longer works. Has the way stories are formatted/displayed changed? Do I need to move the calls to this function somewhere else? Thanks, R. -- http://robinbowes.com From dirk at haun-online.de Fri Aug 20 13:36:28 2004 From: dirk at haun-online.de (Dirk Haun) Date: Fri, 20 Aug 2004 19:36:28 +0200 Subject: [geeklog-users] Inserting images from Gallery In-Reply-To: <200408201720.i7KHKTr14960@internal.iowaoutdoors.org> References: <200408201720.i7KHKTr14960@internal.iowaoutdoors.org> Message-ID: <20040820183628.29919@smtp.haun-online.de> Robin, >I've just updated from CVS and this no longer works. > >Has the way stories are formatted/displayed changed? Do I need to move the >calls to this function somewhere else? Hmm, it probably depends on where exactly you put this call. There was a change so that Geeklog detects URLs in plain text postings (displaying them as clickable links) that could interfere with your hack. Also, of course, COM_article has been removed from lib-common.php and is now in system/lib-story.php and has been renamed to STORY_renderArticle bye, Dirk -- http://www.haun-online.de/ http://www.tinyweb.de/ From robin-lists at robinbowes.com Fri Aug 20 15:12:59 2004 From: robin-lists at robinbowes.com (robin-lists at robinbowes.com) Date: Fri, 20 Aug 2004 20:12:59 +0100 Subject: [geeklog-users] Inserting images from Gallery In-Reply-To: <20040820183628.29919@smtp.haun-online.de> Message-ID: <200408201913.i7KJD1r15736@internal.iowaoutdoors.org> > -----Original Message----- > From: geeklog-users-admin at lists.geeklog.net > [mailto:geeklog-users-admin at lists.geeklog.net] On Behalf Of Dirk Haun > Sent: 20 August 2004 17:36 > To: geeklog-users at lists.geeklog.net > Subject: Re: [geeklog-users] Inserting images from Gallery > > Robin, > > >I've just updated from CVS and this no longer works. > > > >Has the way stories are formatted/displayed changed? Do I > need to move > >the calls to this function somewhere else? > > Hmm, it probably depends on where exactly you put this call. > There was a change so that Geeklog detects URLs in plain text > postings (displaying them as clickable links) that could > interfere with your hack. > > Also, of course, COM_article has been removed from > lib-common.php and is now in system/lib-story.php and has > been renamed to STORY_renderArticle Bzzzt! That was it. I've moved my code into STORY_renderArticle and all is well. Results are on my home page (scroll down to the stories at the bottom of the page) R. -- http://robinbowes.com From dkcollier at yahoo.com Fri Aug 20 16:12:55 2004 From: dkcollier at yahoo.com (Dan Collier) Date: Fri, 20 Aug 2004 13:12:55 -0700 (PDT) Subject: [geeklog-users] Inserting images from Gallery In-Reply-To: <200408201913.i7KJD1r15736@internal.iowaoutdoors.org> Message-ID: <20040820201255.24755.qmail@web50405.mail.yahoo.com> Is this hack hard to explain how to do. I'm pretty good with GL1.3.9 and would like to link photos to the articles for this up coming season. Thanks Dan www.valenciatigers.com --- robin-lists at robinbowes.com wrote: > > -----Original Message----- > > From: geeklog-users-admin at lists.geeklog.net > > [mailto:geeklog-users-admin at lists.geeklog.net] On > Behalf Of Dirk Haun > > Sent: 20 August 2004 17:36 > > To: geeklog-users at lists.geeklog.net > > Subject: Re: [geeklog-users] Inserting images from > Gallery > > > > Robin, > > > > >I've just updated from CVS and this no longer > works. > > > > > >Has the way stories are formatted/displayed > changed? Do I > > need to move > > >the calls to this function somewhere else? > > > > Hmm, it probably depends on where exactly you put > this call. > > There was a change so that Geeklog detects URLs in > plain text > > postings (displaying them as clickable links) that > could > > interfere with your hack. > > > > Also, of course, COM_article has been removed from > > > lib-common.php and is now in system/lib-story.php > and has > > been renamed to STORY_renderArticle > > Bzzzt! That was it. > > I've moved my code into STORY_renderArticle and all > is well. > > Results are on my home page (scroll down to the > stories at the bottom of the > page) > > R. > -- > http://robinbowes.com > > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com From robin-lists at robinbowes.com Fri Aug 20 18:49:24 2004 From: robin-lists at robinbowes.com (robin-lists at robinbowes.com) Date: Fri, 20 Aug 2004 23:49:24 +0100 Subject: [geeklog-users] Erroring creating new story Message-ID: <200408202249.i7KMnRr17059@internal.iowaoutdoors.org> Hi, I'm running the lstest code from CVS (as of 2004-08-20) and get the following error when I try to upload a new story: Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' in /var/www/robinbowes.com/geeklog/main-CVS/system/classes/upload.class.php on line 1187 R. -- http://robinbowes.com From robin-lists at robinbowes.com Fri Aug 20 19:43:37 2004 From: robin-lists at robinbowes.com (robin-lists at robinbowes.com) Date: Sat, 21 Aug 2004 00:43:37 +0100 Subject: [geeklog-users] Inserting images from Gallery In-Reply-To: <20040820201255.24755.qmail@web50405.mail.yahoo.com> Message-ID: <200408202343.i7KNhdr17364@internal.iowaoutdoors.org> > -----Original Message----- > From: geeklog-users-admin at lists.geeklog.net > [mailto:geeklog-users-admin at lists.geeklog.net] On Behalf Of > Dan Collier > Sent: 20 August 2004 20:13 > To: geeklog-users at lists.geeklog.net > Subject: RE: [geeklog-users] Inserting images from Gallery > > Is this hack hard to explain how to do. I'm pretty good with > GL1.3.9 and would like to link photos to the articles for > this up coming season. Thanks Dan > > www.valenciatigers.com http://robinbowes.com/article.php/20040820234733905 R. -- http://robinbowes.com From dirk at haun-online.de Sat Aug 21 03:57:07 2004 From: dirk at haun-online.de (Dirk Haun) Date: Sat, 21 Aug 2004 09:57:07 +0200 Subject: [geeklog-users] Erroring creating new story In-Reply-To: <200408202249.i7KMnRr17059@internal.iowaoutdoors.org> References: <200408202249.i7KMnRr17059@internal.iowaoutdoors.org> Message-ID: <20040821085707.31863@smtp.haun-online.de> Robin, >Parse error: parse error, unexpected T_STRING, expecting T_VARIABLE or '$' >in /var/www/robinbowes.com/geeklog/main-CVS/system/classes/upload.class.php >on line 1187 Yep, the global statement there is missing a $ sign before the HTTP_SERVER_VARS. It should read: global $HTTP_SERVER_VARS; That's what happens when you check in stuff without testing it first because it seemed like such a trivial change ... :-/ It's fixed in CVS now. Thanks! bye, Dirk -- http://www.haun-online.de/ http://geeklog.info/ From robin-lists at robinbowes.com Sat Aug 21 04:44:04 2004 From: robin-lists at robinbowes.com (robin-lists at robinbowes.com) Date: Sat, 21 Aug 2004 09:44:04 +0100 Subject: [geeklog-users] Erroring creating new story In-Reply-To: <20040821085707.31863@smtp.haun-online.de> Message-ID: <200408210844.i7L8i7r20230@internal.iowaoutdoors.org> > -----Original Message----- > From: geeklog-users-admin at lists.geeklog.net > [mailto:geeklog-users-admin at lists.geeklog.net] On Behalf Of Dirk Haun > Sent: 21 August 2004 07:57 > To: geeklog-users at lists.geeklog.net > Subject: Re: [geeklog-users] Erroring creating new story > > Robin, > > >Parse error: parse error, unexpected T_STRING, expecting > T_VARIABLE or '$' > >in > >/var/www/robinbowes.com/geeklog/main-CVS/system/classes/uploa d.class.ph > >p > >on line 1187 > > Yep, the global statement there is missing a $ sign before > the HTTP_SERVER_VARS. It should read: > > global $HTTP_SERVER_VARS; > > That's what happens when you check in stuff without testing > it first because it seemed like such a trivial change ... :-/ > > It's fixed in CVS now. Thanks! Thanks. I actually worked out the fix about 2 minutes after posting my original mail - I should have posted a follow-up. Thanks again, R. -- http://robinbowes.com From robin-lists at robinbowes.com Sat Aug 21 10:31:15 2004 From: robin-lists at robinbowes.com (robin-lists at robinbowes.com) Date: Sat, 21 Aug 2004 15:31:15 +0100 Subject: [geeklog-users] Errors when running with Gallery in debug and dev mode Message-ID: <200408211431.i7LEVIr22552@internal.iowaoutdoors.org> Hi, I'm having some problems with Gallery embedded in gallery so I enabled "debug=yes" and devmode=yes in the gallery config file. When I then browsed to my home page, I see the following output before the content starts: Notice: Undefined variable: profile in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 371 Notice: Undefined variable: choose in /var/www/robinbowes.com/geeklog/main-CVS/public_html/block-random.php on line 98 Notice: Undefined variable: profile in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 426 Notice: Undefined index: noboxes in /var/www/robinbowes.com/geeklog/main-CVS/public_html/lib-common.php on line 3588 Notice: Undefined index: archivetopic in /var/www/robinbowes.com/geeklog/main-CVS/public_html/index.php on line 152 Notice: Undefined offset: 2 in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 289 Notice: Undefined offset: 1 in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 289 Notice: Undefined offset: 2 in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 289 Notice: Undefined index: TEXT in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 327 Notice: Undefined offset: 2 in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 289 Notice: Undefined offset: 1 in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 289 Notice: Undefined index: in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 327 Notice: Undefined variable: align in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 341 Notice: Undefined offset: 2 in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 289 Notice: Undefined offset: 1 in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 289 Notice: Undefined index: in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 327 Notice: Undefined variable: align in /var/www/robinbowes.com/geeklog/main-CVS/system/lib-custom.php on line 341 Notice: Undefined index: noboxes in /var/www/robinbowes.com/geeklog/main-CVS/public_html/lib-common.php on line 3451 Notice: Undefined index: noboxes in /var/www/robinbowes.com/geeklog/main-CVS/public_html/lib-common.php on line 3559 Notice: Undefined index: noboxes in /var/www/robinbowes.com/geeklog/main-CVS/public_html/lib-common.php on line 3458 Notice: Undefined variable: retval in /var/www/robinbowes.com/geeklog/main-CVS/plugins/filemgmt/functions.inc on line 616 Notice: Undefined index: noboxes in /var/www/robinbowes.com/geeklog/main-CVS/public_html/lib-common.php on line 3588 What's going on??? R. -- http://robinbowes.com From philip at vogon.net Mon Aug 23 19:57:05 2004 From: philip at vogon.net (Philip Peake) Date: Mon, 23 Aug 2004 16:57:05 -0700 Subject: [geeklog-users] php5 and staticpages plugin Message-ID: <412A8451.8030206@vogon.net> I have a problem when using php5: when logged in as admin the staticpages link doesn't appear on the LHS in the "Admins Only" section. The count of staticpages appears, but nothing else. This is the only real problem I have had with php5 and geeklog (so far) - has anyone else seen this problem? fixed it? Philip From dirk at haun-online.de Tue Aug 24 01:58:00 2004 From: dirk at haun-online.de (Dirk Haun) Date: Tue, 24 Aug 2004 07:58:00 +0200 Subject: [geeklog-users] php5 and staticpages plugin In-Reply-To: <412A8451.8030206@vogon.net> References: <412A8451.8030206@vogon.net> Message-ID: <20040824065800.31178@smtp.haun-online.de> Philip, >I have a problem when using php5: when logged in as admin the >staticpages link doesn't appear on the LHS in the "Admins Only" section. See bye, Dirk -- http://www.haun-online.de/ http://www.macosx-faq.de/ From philip at vogon.net Tue Aug 24 17:21:30 2004 From: philip at vogon.net (Philip Peake) Date: Tue, 24 Aug 2004 14:21:30 -0700 Subject: [geeklog-users] php5 and staticpages plugin In-Reply-To: <20040824065800.31178@smtp.haun-online.de> References: <412A8451.8030206@vogon.net> <20040824065800.31178@smtp.haun-online.de> Message-ID: <412BB15A.9000205@vogon.net> Dirk Haun wrote: >Philip, > > > >>I have a problem when using php5: when logged in as admin the >>staticpages link doesn't appear on the LHS in the "Admins Only" section. >> >> > >See > >bye, Dirk > > > > Worked perfectly - thank you! Philip From geeklog at int.ch Wed Aug 25 15:07:10 2004 From: geeklog at int.ch (geeklog at int.ch) Date: Wed, 25 Aug 2004 21:07:10 +0200 Subject: [geeklog-users] Geeklog complements Message-ID: <6.0.1.1.2.20040825210231.02fdd780@127.0.0.1> Hi, I doubt this is the right place, but what the heck. I am a happy user of Geeklog, and I get *lots* of complements on my site. People really think it is very "professional", and they assume that I must spend lots of hours each day keeping it updated. Of course, I always tell them that I'm simply using Geeklog, and they could have a super cool site like mine if they liked, and I'd even help them set it up. Just wanted to pass on my kudos to those of you that helped make Geeklog happen, and keep it happening. Thanks a lot! Best regards, -- Mickey Coggins http://www.rv8.ch/ From sbeashwar at gmail.com Wed Aug 25 15:42:40 2004 From: sbeashwar at gmail.com (eashwar) Date: Wed, 25 Aug 2004 12:42:40 -0700 Subject: [geeklog-users] Geeklog complements In-Reply-To: <6.0.1.1.2.20040825210231.02fdd780@127.0.0.1> References: <6.0.1.1.2.20040825210231.02fdd780@127.0.0.1> Message-ID: I join mickey in congratulating the geeklog folks, it's certainly a nice,usefull and pretty straight forward piece of software. Vaithee. On Wed, 25 Aug 2004 21:07:10 +0200, geeklog at int.ch wrote: > Hi, > > I doubt this is the right place, but what the heck. > > I am a happy user of Geeklog, and I get *lots* of > complements on my site. People really think it > is very "professional", and they assume that I > must spend lots of hours each day keeping it updated. > > Of course, I always tell them that I'm simply using > Geeklog, and they could have a super cool site like > mine if they liked, and I'd even help them set it > up. > > Just wanted to pass on my kudos to those of you > that helped make Geeklog happen, and keep it > happening. Thanks a lot! > > Best regards, > > -- > Mickey Coggins > http://www.rv8.ch/ > > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > -- ~ythee~ http://netfiles.uiuc.edu/www/vathswrn From lgonze at panix.com Wed Aug 25 15:48:22 2004 From: lgonze at panix.com (Lucas Gonze) Date: Wed, 25 Aug 2004 15:48:22 -0400 (EDT) Subject: [geeklog-users] Geeklog complements In-Reply-To: References: <6.0.1.1.2.20040825210231.02fdd780@127.0.0.1> Message-ID: I join everybody and anybody I can find in saying what a seriously excellent piece of work Geeklog is. On Wed, 25 Aug 2004, eashwar wrote: > I join mickey in congratulating the geeklog folks, it's certainly a > nice,usefull and pretty straight forward piece of software. > > > Vaithee. > On Wed, 25 Aug 2004 21:07:10 +0200, geeklog at int.ch wrote: >> Hi, >> >> I doubt this is the right place, but what the heck. >> >> I am a happy user of Geeklog, and I get *lots* of >> complements on my site. People really think it >> is very "professional", and they assume that I >> must spend lots of hours each day keeping it updated. >> >> Of course, I always tell them that I'm simply using >> Geeklog, and they could have a super cool site like >> mine if they liked, and I'd even help them set it >> up. >> >> Just wanted to pass on my kudos to those of you >> that helped make Geeklog happen, and keep it >> happening. Thanks a lot! >> >> Best regards, >> >> -- >> Mickey Coggins >> http://www.rv8.ch/ >> >> _______________________________________________ >> geeklog-users mailing list >> geeklog-users at lists.geeklog.net >> http://lists.geeklog.net/listinfo/geeklog-users >> > > > -- > ~ythee~ > http://netfiles.uiuc.edu/www/vathswrn > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > From philip at vogon.net Wed Aug 25 20:15:59 2004 From: philip at vogon.net (Philip Peake) Date: Wed, 25 Aug 2004 17:15:59 -0700 Subject: [geeklog-users] Geeklog complements In-Reply-To: References: <6.0.1.1.2.20040825210231.02fdd780@127.0.0.1> Message-ID: <412D2BBF.5010602@vogon.net> Another "me too". I have used this to build several sites and people think its wonderful (as do I :-) Thanks for the hard work guys (and gals!) Philip Lucas Gonze wrote: > > I join everybody and anybody I can find in saying what a seriously > excellent piece of work Geeklog is. > > On Wed, 25 Aug 2004, eashwar wrote: > >> I join mickey in congratulating the geeklog folks, it's certainly a >> nice,usefull and pretty straight forward piece of software. >> >> >> Vaithee. >> On Wed, 25 Aug 2004 21:07:10 +0200, geeklog at int.ch >> wrote: >> >>> Hi, >>> >>> I doubt this is the right place, but what the heck. >>> >>> I am a happy user of Geeklog, and I get *lots* of >>> complements on my site. People really think it >>> is very "professional", and they assume that I >>> must spend lots of hours each day keeping it updated. >>> >>> Of course, I always tell them that I'm simply using >>> Geeklog, and they could have a super cool site like >>> mine if they liked, and I'd even help them set it >>> up. >>> >>> Just wanted to pass on my kudos to those of you >>> that helped make Geeklog happen, and keep it >>> happening. Thanks a lot! >>> >>> Best regards, >>> >>> -- >>> Mickey Coggins >>> http://www.rv8.ch/ >>> >>> _______________________________________________ >>> geeklog-users mailing list >>> geeklog-users at lists.geeklog.net >>> http://lists.geeklog.net/listinfo/geeklog-users >>> >> >> >> -- >> ~ythee~ >> http://netfiles.uiuc.edu/www/vathswrn >> _______________________________________________ >> geeklog-users mailing list >> geeklog-users at lists.geeklog.net >> http://lists.geeklog.net/listinfo/geeklog-users >> > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users From macosx at rocteur.cc Sun Aug 29 05:04:36 2004 From: macosx at rocteur.cc (MAC OS X@Rocteur.CC) Date: Sun, 29 Aug 2004 11:04:36 +0200 Subject: [geeklog-users] Posting Comments.. Message-ID: <73BD925B-F99A-11D8-9DA0-003065E76B5E@rocteur.cc> Hi, Even tough I think I've taken all the necessary steps I still get low lives posting comments on my stories. Geeklog (1.3.8-1sr2) Config.php // this lets you select which functions are available for registered users only $_CONF['loginrequired'] = 1; // all of them, if set to 1 will override all else $_CONF['submitloginrequired'] = 0; $_CONF['commentsloginrequired'] = 1; $_CONF['linksloginrequired'] = 0; $_CONF['pollsloginrequired'] = 0; $_CONF['calendarloginrequired'] = 1; $_CONF['statsloginrequired'] = 0; $_CONF['searchloginrequired'] = 0; $_CONF['profileloginrequired'] = 0; $_CONF['emailuserloginrequired'] = 1; $_CONF['emailstoryloginrequired'] = 1; mysql> select perm_owner, perm_group, perm_members,perm_anon from stories where sid = 20020624195747324; +------------+------------+--------------+-----------+ | perm_owner | perm_group | perm_members | perm_anon | +------------+------------+--------------+-----------+ | 3 | 3 | 2 | 0 | +------------+------------+--------------+-----------+ Thanks in advance, Jerry Rocteur -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: text/enriched Size: 1141 bytes Desc: not available URL: From dirk at haun-online.de Sun Aug 29 05:19:31 2004 From: dirk at haun-online.de (Dirk Haun) Date: Sun, 29 Aug 2004 11:19:31 +0200 Subject: [geeklog-users] Posting Comments.. In-Reply-To: <73BD925B-F99A-11D8-9DA0-003065E76B5E@rocteur.cc> References: <73BD925B-F99A-11D8-9DA0-003065E76B5E@rocteur.cc> Message-ID: <20040829101931.9163@smtp.haun-online.de> >Even tough I think I've taken all the necessary steps I still get low >lives posting comments on my stories. > >Geeklog (1.3.8-1sr2) >From the release notes: December 5, 2003 (1.3.8-1sr3) 3. There was a way to post comments anonymously even when posting for anonymous users had been disabled. [...] Jun 1, 2004 (1.3.8-1sr5) This release fixes a bug due to which it was possible to post anonymous comments even when anonymous comment posting had been switched off in config.php. Also see . There's a reason why we release security updates and why we urge people to install them ... bye, Dirk -- http://www.geeklog.net/ http://geeklog.info/ From macosx at rocteur.cc Sun Aug 29 05:41:58 2004 From: macosx at rocteur.cc (MAC OS X@Rocteur.CC) Date: Sun, 29 Aug 2004 11:41:58 +0200 Subject: [geeklog-users] Posting Comments.. In-Reply-To: <20040829101931.9163@smtp.haun-online.de> References: <73BD925B-F99A-11D8-9DA0-003065E76B5E@rocteur.cc> <20040829101931.9163@smtp.haun-online.de> Message-ID: Sorry Dirk.. Thanks very much.. Sorry.. Jerry On 29 Aug 2004, at 11:19, Dirk Haun wrote: >> Even tough I think I've taken all the necessary steps I still get low >> lives posting comments on my stories. >> >> Geeklog (1.3.8-1sr2) > >> From the release notes: > > > December 5, 2003 (1.3.8-1sr3) > 3. There was a way to post comments anonymously even when posting for > anonymous users had been disabled. > > [...] > > Jun 1, 2004 (1.3.8-1sr5) > This release fixes a bug due to which it was possible to post anonymous > comments even when anonymous comment posting had been switched off in > config.php. > > > Also see . > > There's a reason why we release security updates and why we urge people > to install them ... > > bye, Dirk > > > -- > http://www.geeklog.net/ > http://geeklog.info/ > > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > From macosx at rocteur.cc Sun Aug 29 10:21:46 2004 From: macosx at rocteur.cc (MAC OS X@Rocteur.CC) Date: Sun, 29 Aug 2004 16:21:46 +0200 Subject: [geeklog-users] INFORMATION: StaticPages error after upgrading to (1.3.9sr1) from Geeklog (1.3.8-1sr2) Message-ID: Hi, As you've probably noticed I was advised to upgrade this morning due to the comment security problem. I've upgraded and COPIED the faq, forum and stats plugs to their respective directories in the new Geeklog directory structrure but I did not touch the staticpages as it already exists.. Now when I try to access static pages: admin/plugins/staticpages/index.php I receive this error: URL Class: number of names passed to setArgNames must be equal or greater than number of arguments found in URL I found this: "url.class.php" line 133 of 217 function setArgNames($names) { if (count($names) < count($this->_arguments)) { print "URL Class: number of names passed to setArgNames must be equal or greater than number of arguments found in URL"; exit; } If you comment out the exit then all is OK again.. However, the problem only occurs when you have this set to true in config.php: // Note: Works with Apache (Linux and Windows successfully tested). // Unresolvable issues with systems running IIS; known PHP CGI bug. $_CONF['url_rewrite'] = false; // false = off, true = on With set to false then it does not happen. http://project.geeklog.net/tracker/index.php? func=detail&aid=266&group_id=6&atid=105 Regards, Jerry Rocteur From dirk at haun-online.de Sun Aug 29 12:06:51 2004 From: dirk at haun-online.de (Dirk Haun) Date: Sun, 29 Aug 2004 18:06:51 +0200 Subject: [geeklog-users] INFORMATION: StaticPages error after upgrading to (1.3.9sr1) from Geeklog (1.3.8-1sr2) In-Reply-To: References: Message-ID: <20040829170651.12325@smtp.haun-online.de> Jerry, >If you comment out the exit then all is OK again.. Well, ignoring the error isn't really a solution. This problem has been reported before, but I have been unable to reproduce it and the reporters didn't respond to any further enquiries ... So I have to resort to guessing. Can you tell me more about your setup, please? Specifically, which webserver are you using? Also, please upload this tiny PHP script to your webserver: --- snip --- --- snip --- Call it, say, pathinfo.php. What do you get when you call it up in your browser? Then add /bla to the URL and call it up again - what do you get now? The second one should be something like http://example.com/pathinfo.php/ bla - just to make that clear. Thanks. bye, Dirk -- http://www.haun-online.de/ http://mypod.de/