From nacohen at mac.com Thu Dec 2 00:29:37 2004 From: nacohen at mac.com (Norman Cohen) Date: Wed, 1 Dec 2004 21:29:37 -0800 Subject: [geeklog-users] PHP in static block 1.3.9sr1, static page 1.4 Message-ID: <288CB304-4423-11D9-80FF-000D93AD20F4@mac.com> Hi, I'm having a problem with embedding php code into a static page block, using the centerblock option. The code displays OK, but the site header and left blocks don't appear. The right blocks appear below the static page. I have tried this using both the second and third php option (return and execute). Static pages without php work fine on my install. Any ideas? Here's a code snippet (generate_obfuscated_mailto is a custom function to hide the e-mail addresses and is located in lib-custom.php): $retval =''; $retval .= '
President Name
Location
' . generate_obfuscated_mailto ('e-mailaddy','e-mail me') .'
'; Thanks in advance, Norm Norman Cohen nacohen at mac.com "Don't accept rides from strange men, and remember that all men are strange." Robin Morgan From nacohen at mac.com Thu Dec 2 03:28:42 2004 From: nacohen at mac.com (Norman Cohen) Date: Thu, 2 Dec 2004 00:28:42 -0800 Subject: [geeklog-users] PHP in static block 1.3.9sr1, static page 1.4 In-Reply-To: <288CB304-4423-11D9-80FF-000D93AD20F4@mac.com> References: <288CB304-4423-11D9-80FF-000D93AD20F4@mac.com> Message-ID: <2C8ABFE7-443C-11D9-80FF-000D93AD20F4@mac.com> Never mind. Figured it out right after sending my request. Sorry. Norm Norman Cohen nacohen at mac.com "Don't accept rides from strange men, and remember that all men are strange." Robin Morgan On Dec 1, 2004, at 9:29 PM, Norman Cohen wrote: > Hi, > > I'm having a problem with embedding php code into a static page block, > using the centerblock option. The code displays OK, but the site > header and left blocks don't appear. The right blocks appear below the > static page. I have tried this using both the second and third php > option (return and execute). > > Static pages without php work fine on my install. > > Any ideas? > > Here's a code snippet (generate_obfuscated_mailto is a custom function > to hide the e-mail addresses and is located in lib-custom.php): > > $retval =''; > $retval .= ' > > > > > > >
PresidentName
> Location
' . > generate_obfuscated_mailto ('e-mailaddy','e-mail me') .'
'; > > Thanks in advance, > > Norm > Norman Cohen > nacohen at mac.com > > "Don't accept rides from strange men, and remember that all men are > strange." > Robin Morgan > > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > From tony at tonybibbs.com Thu Dec 9 21:03:43 2004 From: tony at tonybibbs.com (Tony Bibbs) Date: Thu, 09 Dec 2004 20:03:43 -0600 Subject: [geeklog-users] lib-portalparts.php Message-ID: <41B903FF.3080802@tonybibbs.com> What's this about? Upgrading from 2.3. to 2.3.2... --Tony *Warning*: main(/var/www/www.iowaoutdoors.org/dev/system/lib-portalparts.php): failed to open stream: No such file or directory in */var/www/www.iowaoutdoors.org/dev/plugins/forum/functions.inc* on line *50* *Fatal error*: main(): Failed opening required '/var/www/www.iowaoutdoors.org/dev/system/lib-portalparts.php' (include_path='.:/var/www/project.geeklog.net/prod/:/var/www/project.geeklog.net/prod/www/include/:/usr/lib/php') in */var/www/www.iowaoutdoors.org/dev/plugins/forum/functions.inc* on line *50* From tony at tonybibbs.com Thu Dec 9 21:12:40 2004 From: tony at tonybibbs.com (Tony Bibbs) Date: Thu, 09 Dec 2004 20:12:40 -0600 Subject: [geeklog-users] lib-portalparts.php In-Reply-To: <41B903FF.3080802@tonybibbs.com> References: <41B903FF.3080802@tonybibbs.com> Message-ID: <41B90618.1030106@tonybibbs.com> Nevermind, apparently that needs to go into /path/to/geeklog/system...is that right? Blaine, FWIW, I don't see upgrade instructions for 2.3 in the upgrade section of the forum installation document. I see a blurb about 2.3 RC releases but not 2.3. Am I missing something? --Tony Tony Bibbs wrote: > What's this about? Upgrading from 2.3. to 2.3.2... > > --Tony > > *Warning*: > main(/var/www/www.iowaoutdoors.org/dev/system/lib-portalparts.php): > failed to open stream: No such file or directory in > */var/www/www.iowaoutdoors.org/dev/plugins/forum/functions.inc* on > line *50* > > *Fatal error*: main(): Failed opening required > '/var/www/www.iowaoutdoors.org/dev/system/lib-portalparts.php' > (include_path='.:/var/www/project.geeklog.net/prod/:/var/www/project.geeklog.net/prod/www/include/:/usr/lib/php') > in */var/www/www.iowaoutdoors.org/dev/plugins/forum/functions.inc* on > line *50* > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users From geeklog at langfamily.ca Thu Dec 9 21:54:02 2004 From: geeklog at langfamily.ca (Blaine Lang) Date: Thu, 9 Dec 2004 21:54:02 -0500 Subject: [geeklog-users] lib-portalparts.php References: <41B903FF.3080802@tonybibbs.com> <41B90618.1030106@tonybibbs.com> Message-ID: <18a701c4de63$81396f50$650a10ac@XPBL2> If you have the final version of the 2.3.2 release and not a RC version then the following is in the install_doc under Upgrade: Existing Version 2.3 Forum Users: 1.. There are No SQL changes. 2.. Copy over the updated files a.. Replace all files as per the install steps or review the changed file list changes_2.3.1.txt 3.. Copy the lib-portalparts.php to your geeklog-dir/system folder 4.. Copy the themefiles/navbar files to {yourtheme} directory - each theme directory a.. Example XSilver/nabar 5.. Update your theme CSS - added new CSS for the Admin Navbar ----- Original Message ----- From: "Tony Bibbs" To: Sent: Thursday, December 09, 2004 9:12 PM Subject: Re: [geeklog-users] lib-portalparts.php Nevermind, apparently that needs to go into /path/to/geeklog/system...is that right? Blaine, FWIW, I don't see upgrade instructions for 2.3 in the upgrade section of the forum installation document. I see a blurb about 2.3 RC releases but not 2.3. Am I missing something? --Tony Tony Bibbs wrote: > What's this about? Upgrading from 2.3. to 2.3.2... > > --Tony > > *Warning*: > main(/var/www/www.iowaoutdoors.org/dev/system/lib-portalparts.php): > failed to open stream: No such file or directory in > */var/www/www.iowaoutdoors.org/dev/plugins/forum/functions.inc* on > line *50* > > *Fatal error*: main(): Failed opening required > '/var/www/www.iowaoutdoors.org/dev/system/lib-portalparts.php' > (include_path='.:/var/www/project.geeklog.net/prod/:/var/www/project.geeklog.net/prod/www/include/:/usr/lib/php') > in */var/www/www.iowaoutdoors.org/dev/plugins/forum/functions.inc* on > line *50* > _______________________________________________ > 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 tony at tonybibbs.com Fri Dec 10 09:18:19 2004 From: tony at tonybibbs.com (Tony Bibbs) Date: Fri, 10 Dec 2004 08:18:19 -0600 Subject: [geeklog-users] lib-portalparts.php In-Reply-To: <18a701c4de63$81396f50$650a10ac@XPBL2> References: <41B903FF.3080802@tonybibbs.com> <41B90618.1030106@tonybibbs.com> <18a701c4de63$81396f50$650a10ac@XPBL2> Message-ID: <41B9B02B.5050400@tonybibbs.com> Hrm, ok, lemme look. I'm upgrading Iowa Outdoors as we speak and I have two copies of the forum code so I won't rule out the possibility I was in the wrong folder. --Tony Blaine Lang wrote: >If you have the final version of the 2.3.2 release and not a RC version then >the following is in the install_doc under Upgrade: >Existing Version 2.3 Forum Users: > > 1.. There are No SQL changes. > > 2.. Copy over the updated files > > a.. Replace all files as per the install steps or review the changed >file list changes_2.3.1.txt > > 3.. Copy the lib-portalparts.php to your geeklog-dir/system folder > > 4.. Copy the themefiles/navbar files to {yourtheme} directory - each theme >directory > > a.. Example XSilver/nabar > > 5.. Update your theme CSS - added new CSS for the Admin Navbar > > > >----- Original Message ----- >From: "Tony Bibbs" >To: >Sent: Thursday, December 09, 2004 9:12 PM >Subject: Re: [geeklog-users] lib-portalparts.php > > >Nevermind, apparently that needs to go into /path/to/geeklog/system...is >that right? > >Blaine, FWIW, I don't see upgrade instructions for 2.3 in the upgrade >section of the forum installation document. I see a blurb about 2.3 RC >releases but not 2.3. Am I missing something? > >--Tony > >Tony Bibbs wrote: > > > >>What's this about? Upgrading from 2.3. to 2.3.2... >> >>--Tony >> >>*Warning*: >>main(/var/www/www.iowaoutdoors.org/dev/system/lib-portalparts.php): >>failed to open stream: No such file or directory in >>*/var/www/www.iowaoutdoors.org/dev/plugins/forum/functions.inc* on >>line *50* >> >>*Fatal error*: main(): Failed opening required >>'/var/www/www.iowaoutdoors.org/dev/system/lib-portalparts.php' >>(include_path='.:/var/www/project.geeklog.net/prod/:/var/www/project.geeklog.net/prod/www/include/:/usr/lib/php') >>in */var/www/www.iowaoutdoors.org/dev/plugins/forum/functions.inc* on >>line *50* >>_______________________________________________ >>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 > >_______________________________________________ >geeklog-users mailing list >geeklog-users at lists.geeklog.net >http://lists.geeklog.net/listinfo/geeklog-users > > From billr at channel1records.com Fri Dec 10 16:42:56 2004 From: billr at channel1records.com (Bill Reddie) Date: Fri, 10 Dec 2004 13:42:56 -0800 Subject: [geeklog-users] Several RSS feeds within a primary feed Message-ID: <000801c4df01$37551260$8a811c0c@breddie> Hi, Am building a feed for the viewers of my website. Have found several free feeds from other locations that relate to the content of my site. These feeds contain on average around 8-10 items per feed. What I want to do is make my own feed the 'umbrella' under which all other feeds are listed. For example: PRIMARY FEED Channel Title: Too much Stress- Anxiety- Burnout? Item #1. Feed from an outside location Item #2. Feed from another outside location Item #3. Feed from yet another outside location...and so on. In using this procedure, there are no publishing infringement issues because the above mentioned feeds are offered free so long as each points back to its original author. However, this procedure raises several questions: (1.) Is it incorrect to make each item a feed unto itself? (2.) Will doing so create bandwidth problems? Other problems? (3.) Would it be better instead if each Item contained only 1 article from each of those 'outside' feeds? So far, I've not found anyone who will (or can) answer these questions...so I'm hoping to luck out here at Geeklog. Thanks for you help! Bill Reddie http://www.channel1records.com admin at channel1records.com_ _________________________________________________ Too much Stress-Anxiety-Burnout? Smooth out those rough days with unique and effective music for stress, burnout, anxiety, relaxation, music therapy and therapeutic ambience. __________________________________________________ -------------- next part -------------- An HTML attachment was scrubbed... URL: From dirk at haun-online.de Sat Dec 11 04:58:42 2004 From: dirk at haun-online.de (Dirk Haun) Date: Sat, 11 Dec 2004 10:58:42 +0100 Subject: [geeklog-users] Reminder: You have to be subscribed to post Message-ID: <20041211095842.7167@smtp.haun-online.de> The Geeklog mailing lists are currently being swamped with spam. Fortunately, it all ends up in the list's submission queues. However, my motivation to wade through all that junk is next to non-existant, so I'd like to remind everyone: 1) Make sure you're subscribed to the mailing list you're posting to. 2) Make sure you're posting from the address you used to subscribe. Otherwise, your post may get lost in all that spam. bye, Dirk -- http://www.geeklog.net/ http://geeklog.info/ From tony at tonybibbs.com Mon Dec 13 11:07:15 2004 From: tony at tonybibbs.com (Tony Bibbs) Date: Mon, 13 Dec 2004 10:07:15 -0600 Subject: [geeklog-users] GL2 Framework Message-ID: <41BDBE33.9080406@tonybibbs.com> I've yet to hear anything substantive since the original 12/2 email I sent on the topic. In the interest of time I'm going to move on but it is worth noting one thing. The GL2 progress has been embarassingly slow. I take full accountablity for this. This latest effort to move forward on the codebase will be my last. ..if things stagnate again I will formally put my GL coding days behind me and leave the entire long term vision of GL to Dirk. To help keep things moving I am hoping to delegate as much work as possible to those with more time...however you might note that quality help is a rare commodity. The progress that can be made is directly tied the help I cant count on. I've had a number of nibbles from people willing to help but none of them panned out, nearly all sighting time commitments. So to expand on what I have already said, unless I can get other developers to devote some amount of time to GL2 I will need to officially kill the notion of GL2. To that end I am setting a Februrary 1st deadline for myself and any that choose to help on producing the complete GL2 framework code so that plugin development can begin. Anything short of that I will view as failure. I've cc'd the users mailing list in the hopes that some on that list might consider contributing to GL2. My apologies if this all sounded a bit dramatic...I simply wanted to, one last time, assert my hopes to get the project moving and my willingness to step aside for the lack of progress. --Tony From tony at tonybibbs.com Tue Dec 14 15:42:55 2004 From: tony at tonybibbs.com (Tony Bibbs) Date: Tue, 14 Dec 2004 14:42:55 -0600 Subject: [geeklog-users] Re: [geeklog-devel] MVCnPHP In-Reply-To: <8319e2d604121411252fcac96c@mail.gmail.com> References: <41BF2B03.9020801@tonybibbs.com> <41BF3C8F.3010905@tonybibbs.com> <8319e2d604121411252fcac96c@mail.gmail.com> Message-ID: <41BF504F.3050601@tonybibbs.com> Ok, it's in CVS but it wasn't pretty. In short, I have no f*cking clue how CVS branches work and all the Googling in the world didn't help. Given I have no need for the old PHP4 version of the code I simply deleted the repository and import the new, good stuff. We may want to consider using Subversion instead of CVS for GL2...I'm really tired of the vague nuances of CVS. --Tony Vincent Furia wrote: >Tony, > >Will you update CVS? > >Thanks, >Vinny > > >On Tue, 14 Dec 2004 13:18:39 -0600, Tony Bibbs wrote: > > >>Ok, you can install MVCnPHP simply by typing: >> >>$>pear install http://www.tonybibbs.com/Geeklog_MVCnPHP-2.0.0.tgz >> >>It will install it to your PEAR directory in Geeklog/MVCnPHP/ >> >>We will package this up in the GL2 tarball with each release but we'll >>allow the package to be upgraded in between releases (if needed) using >>this method. >> >>--Tony >> >>Tony Bibbs wrote: >> >> >> >>>FYI, I have just updated the MVCnPHP package on my local machine to >>>use the new namespace concept I mentioned yesterday. I'm also going >>>to make a PEAR package out of it (though, it will not be in PEAR). >>>This should make it infinitely easier for developers on GL2 to >>>install/upgrade. >>> >>>There were some other minor changes I made such as string the >>>.class.php out of the file names (since nearly all PHP5 files will be >>>classes) and I refactored the code a bit. >>> >>>Fire off any questions if you have any. Otherwise I'll post a notice >>>when the PEAR packaage is ready. >>> >>>--Tony >>> >>>_______________________________________________ >>>geeklog-devel mailing list >>>geeklog-devel at lists.geeklog.net >>>http://lists.geeklog.net/listinfo/geeklog-devel >>> >>> >>_______________________________________________ >>geeklog-devel mailing list >>geeklog-devel at lists.geeklog.net >>http://lists.geeklog.net/listinfo/geeklog-devel >> >> >> From vfuria at gmail.com Tue Dec 14 16:10:32 2004 From: vfuria at gmail.com (Vincent Furia) Date: Tue, 14 Dec 2004 16:10:32 -0500 Subject: [geeklog-users] Re: [geeklog-devel] MVCnPHP In-Reply-To: <41BF504F.3050601@tonybibbs.com> References: <41BF2B03.9020801@tonybibbs.com> <41BF3C8F.3010905@tonybibbs.com> <8319e2d604121411252fcac96c@mail.gmail.com> <41BF504F.3050601@tonybibbs.com> Message-ID: <8319e2d60412141310532c5859@mail.gmail.com> I've been using subversion for all my content versioning needs for the past month or so. It has my vote if you're willing to move to it. :) -Vinny On Tue, 14 Dec 2004 14:42:55 -0600, Tony Bibbs wrote: > Ok, it's in CVS but it wasn't pretty. In short, I have no f*cking clue > how CVS branches work and all the Googling in the world didn't help. > Given I have no need for the old PHP4 version of the code I simply > deleted the repository and import the new, good stuff. > > We may want to consider using Subversion instead of CVS for GL2...I'm > really tired of the vague nuances of CVS. > > --Tony > > Vincent Furia wrote: > > >Tony, > > > >Will you update CVS? > > > >Thanks, > >Vinny > > > > > >On Tue, 14 Dec 2004 13:18:39 -0600, Tony Bibbs wrote: > > > > > >>Ok, you can install MVCnPHP simply by typing: > >> > >>$>pear install http://www.tonybibbs.com/Geeklog_MVCnPHP-2.0.0.tgz > >> > >>It will install it to your PEAR directory in Geeklog/MVCnPHP/ > >> > >>We will package this up in the GL2 tarball with each release but we'll > >>allow the package to be upgraded in between releases (if needed) using > >>this method. > >> > >>--Tony > >> > >>Tony Bibbs wrote: > >> > >> > >> > >>>FYI, I have just updated the MVCnPHP package on my local machine to > >>>use the new namespace concept I mentioned yesterday. I'm also going > >>>to make a PEAR package out of it (though, it will not be in PEAR). > >>>This should make it infinitely easier for developers on GL2 to > >>>install/upgrade. > >>> > >>>There were some other minor changes I made such as string the > >>>.class.php out of the file names (since nearly all PHP5 files will be > >>>classes) and I refactored the code a bit. > >>> > >>>Fire off any questions if you have any. Otherwise I'll post a notice > >>>when the PEAR packaage is ready. > >>> > >>>--Tony > >>> > >>>_______________________________________________ > >>>geeklog-devel mailing list > >>>geeklog-devel at lists.geeklog.net > >>>http://lists.geeklog.net/listinfo/geeklog-devel > >>> > >>> > >>_______________________________________________ > >>geeklog-devel mailing list > >>geeklog-devel at lists.geeklog.net > >>http://lists.geeklog.net/listinfo/geeklog-devel > >> > >> > >> > > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > From jason at btiadmin.net Thu Dec 16 11:43:51 2004 From: jason at btiadmin.net (Jason Signalness) Date: Thu, 16 Dec 2004 10:43:51 -0600 Subject: [geeklog-users] Dates on stories are 2 hours early Message-ID: <41C1BB47.5090905@btiadmin.net> Hello, I'm a bit confused. When a user posts a story on my GL site, it has to be "moderated." When I log in to approve a story, the time listed for the story is two hours earlier than when the story was actually submitted. And once approved, the time is off by two hours. My server is in the same time zone as I am, and the time is set properly on the server. So I don't _think_ the "Timezone Hack" I saw in the forums applies here, but I'm not sure. Any hints? Thanks, Jason From jason at btiadmin.net Thu Dec 16 12:18:28 2004 From: jason at btiadmin.net (Jason Signalness) Date: Thu, 16 Dec 2004 11:18:28 -0600 Subject: [geeklog-users] Dates on stories are 2 hours early In-Reply-To: <41C1BB47.5090905@btiadmin.net> References: <41C1BB47.5090905@btiadmin.net> Message-ID: <41C1C364.9020800@btiadmin.net> Hello again. Never mind. I think I have found my problem. The time on the web server was perfect. The time on the SQL server, another box entirely, was off by hours. Thanks, Jason Jason Signalness wrote: > Hello, > > I'm a bit confused. When a user posts a story on my GL site, it has > to be "moderated." When I log in to approve a story, the time listed > for the story is two hours earlier than when the story was actually > submitted. And once approved, the time is off by two hours. > > My server is in the same time zone as I am, and the time is set > properly on the server. So I don't _think_ the "Timezone Hack" I saw > in the forums applies here, but I'm not sure. > > Any hints? > > Thanks, > Jason From tony at tonybibbs.com Thu Dec 16 12:30:31 2004 From: tony at tonybibbs.com (Tony Bibbs) Date: Thu, 16 Dec 2004 11:30:31 -0600 Subject: [geeklog-users] Dates on stories are 2 hours early In-Reply-To: <41C1C364.9020800@btiadmin.net> References: <41C1BB47.5090905@btiadmin.net> <41C1C364.9020800@btiadmin.net> Message-ID: <41C1C637.7000509@tonybibbs.com> When you say SQL Server I assume you mean the MySQL server. I didn't want to give users the false impression that Geeklog runs under Microsoft SQL Server. --Tony Jason Signalness wrote: > Hello again. > > Never mind. I think I have found my problem. The time on the web > server was perfect. The time on the SQL server, another box entirely, > was off by hours. > Thanks, > Jason > > Jason Signalness wrote: > >> Hello, >> >> I'm a bit confused. When a user posts a story on my GL site, it has >> to be "moderated." When I log in to approve a story, the time listed >> for the story is two hours earlier than when the story was actually >> submitted. And once approved, the time is off by two hours. >> >> My server is in the same time zone as I am, and the time is set >> properly on the server. So I don't _think_ the "Timezone Hack" I saw >> in the forums applies here, but I'm not sure. >> >> Any hints? >> >> Thanks, >> Jason > > > > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users From jason at btiadmin.net Thu Dec 16 12:35:32 2004 From: jason at btiadmin.net (Jason Signalness) Date: Thu, 16 Dec 2004 11:35:32 -0600 Subject: [geeklog-users] Dates on stories are 2 hours early In-Reply-To: <41C1C637.7000509@tonybibbs.com> References: <41C1BB47.5090905@btiadmin.net> <41C1C364.9020800@btiadmin.net> <41C1C637.7000509@tonybibbs.com> Message-ID: <41C1C764.6030802@btiadmin.net> LOL... you're right. MySQL. I haven't wasted my time hacking GLto work in MS SQL Server. Thanks, Jason Tony Bibbs wrote: > When you say SQL Server I assume you mean the MySQL server. I didn't > want to give users the false impression that Geeklog runs under > Microsoft SQL Server. > > --Tony > > Jason Signalness wrote: > >> Hello again. >> >> Never mind. I think I have found my problem. The time on the web >> server was perfect. The time on the SQL server, another box >> entirely, was off by hours. >> Thanks, >> Jason >> >> Jason Signalness wrote: >> >>> Hello, >>> >>> I'm a bit confused. When a user posts a story on my GL site, it has >>> to be "moderated." When I log in to approve a story, the time >>> listed for the story is two hours earlier than when the story was >>> actually submitted. And once approved, the time is off by two hours. >>> >>> My server is in the same time zone as I am, and the time is set >>> properly on the server. So I don't _think_ the "Timezone Hack" I >>> saw in the forums applies here, but I'm not sure. >>> >>> Any hints? >>> >>> Thanks, >>> Jason >> >> >> >> >> _______________________________________________ >> 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 -- Jason Signalness, Systems Administrator Basin Telecommunications, Inc. jason at btiadmin.net 1-701-355-5727 -- From flashl at cox.net Fri Dec 17 11:20:55 2004 From: flashl at cox.net (Flash Love) Date: Fri, 17 Dec 2004 10:20:55 -0600 Subject: [geeklog-users] Problem after converting Blue Evolution theme Message-ID: <200412171020.55615.flashl@cox.net> Read Theme FAQ. Followed directions to copy professional into a folder then copied Blue Evolution. Made changes. When I select: 1) email story url is http://example.com/article.php/20041216210943375 2) print story url is: http://example.com/article.php/20041216210943375/print 3) article read more url is: http://example.com/article.php/20041216111925490 4) link in web resources url is: http://example.com/portal.php/link/2004121611341696 In each instance, the message error is: "Object Not Found!' The requested URL was not found on this server. The link on the referring page seems to be wrong or outdated. Please inform the author of that page about the error. How do I correct this? Flash From jason at btiadmin.net Fri Dec 17 11:40:43 2004 From: jason at btiadmin.net (Jason Signalness) Date: Fri, 17 Dec 2004 10:40:43 -0600 Subject: [geeklog-users] Problem after converting Blue Evolution theme In-Reply-To: <200412171020.55615.flashl@cox.net> References: <200412171020.55615.flashl@cox.net> Message-ID: <41C30C0B.4020606@btiadmin.net> I've seen this with quite a few themes in the past. I'm guessing that the themes are just sort of half-baked and not all the required files are present. I've fixed it by copying the missing files from a similar theme into the new theme directory. Just guessing, that might not be your problem. -Jason Flash Love wrote: >Read Theme FAQ. Followed directions to copy professional into a folder then >copied Blue Evolution. Made changes. > >When I select: >1) email story url is http://example.com/article.php/20041216210943375 >2) print story url is: http://example.com/article.php/20041216210943375/print >3) article read more url is: http://example.com/article.php/20041216111925490 >4) link in web resources url is: >http://example.com/portal.php/link/2004121611341696 > >In each instance, the message error is: > >"Object Not Found!' The requested URL was not found on this server. The link >on the referring page seems to be wrong or outdated. Please inform the author >of that page about the error. > >How do I correct this? > >Flash >_______________________________________________ >geeklog-users mailing list >geeklog-users at lists.geeklog.net >http://lists.geeklog.net/listinfo/geeklog-users > > From jeffrey at pascone.com Thu Dec 23 11:06:21 2004 From: jeffrey at pascone.com (Jeffrey Pascone) Date: Thu, 23 Dec 2004 08:06:21 -0800 Subject: [geeklog-users] LDAP? Message-ID: Does Geeklog support LDAP authentication either nativley or through some sort of plugin? Many Thanks, Jeffrey -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 2762 bytes Desc: not available URL: From vfuria at gmail.com Thu Dec 23 11:38:38 2004 From: vfuria at gmail.com (Vincent Furia) Date: Thu, 23 Dec 2004 11:38:38 -0500 Subject: [geeklog-users] LDAP? In-Reply-To: References: Message-ID: <8319e2d6041223083836f98e47@mail.gmail.com> It definitely does not support LDAP natively. I have not heard of a LDAP plugin either, but one may exist that I don't know about. -Vinny On Thu, 23 Dec 2004 08:06:21 -0800, Jeffrey Pascone wrote: > Does Geeklog support LDAP authentication either nativley or through some sort of plugin? > Many Thanks, > Jeffrey > > From lists at anavidesign.com Thu Dec 23 19:27:49 2004 From: lists at anavidesign.com (Wade Preston Shearer) Date: Thu, 23 Dec 2004 17:27:49 -0700 Subject: [geeklog-users] moved to new server, cannot edit or create Message-ID: Strange thing this is. I moved my install of GeekLog to a new server today and at first thought that everything had gone smoothly. I copied the files and the database over and adjusted the config files to accommodate the file structure of the new server. The site came up fine and everything looked right. Users were able to log in and all of the data was being displayed correctly. Later, however, when I tried to create a new account and when I tried to edit a static page, I discovered that I cannot edit or create anything. For example, when I go to the Users admin panel and click "New User" the page just refreshes instead of taking me to the add new user form. Another example is when I try to edit the text on a static page. After editing the content in the webform, I submit the page and everything appears to function as it normally does, but when I return to the page to see the changes, none of them "took" and it appears as it originally did. I gave gone though the config files exhaustively looking for something that I missed... something that could be different from how it was before, when it was working on the other server... and am at a loss. Does anyone have any ideas? or any pointers of where I might look? I am running GeekLog 1.3.9sr2. wade -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2371 bytes Desc: not available URL: From vfuria at gmail.com Thu Dec 23 20:02:56 2004 From: vfuria at gmail.com (Vincent Furia) Date: Thu, 23 Dec 2004 20:02:56 -0500 Subject: [geeklog-users] moved to new server, cannot edit or create In-Reply-To: References: Message-ID: <8319e2d604122317026815c208@mail.gmail.com> The first thing to check is to make sure that new server has register_globals enabled. If you haven't already, you should make sure that your browser's cookies and cache have been cleared out. -Vinny On Thu, 23 Dec 2004 17:27:49 -0700, Wade Preston Shearer wrote: > Strange thing this is. I moved my install of GeekLog to a new server > today and at first thought that everything had gone smoothly. I copied > the files and the database over and adjusted the config files to > accommodate the file structure of the new server. The site came up fine > and everything looked right. Users were able to log in and all of the > data was being displayed correctly. Later, however, when I tried to > create a new account and when I tried to edit a static page, I > discovered that I cannot edit or create anything. For example, when I > go to the Users admin panel and click "New User" the page just > refreshes instead of taking me to the add new user form. Another > example is when I try to edit the text on a static page. After editing > the content in the webform, I submit the page and everything appears to > function as it normally does, but when I return to the page to see the > changes, none of them "took" and it appears as it originally did. > > I gave gone though the config files exhaustively looking for something > that I missed... something that could be different from how it was > before, when it was working on the other server... and am at a loss. > > Does anyone have any ideas? or any pointers of where I might look? > > I am running GeekLog 1.3.9sr2. > > wade > > From baskruit at bsltwr.dnsalias.org Thu Dec 23 20:40:04 2004 From: baskruit at bsltwr.dnsalias.org (S. Kruit) Date: Fri, 24 Dec 2004 02:40:04 +0100 Subject: [geeklog-users] moved to new server, cannot edit or create In-Reply-To: References: Message-ID: On Thu, 23 Dec 2004 17:27:49 -0700, Wade Preston Shearer wrote: Did you check the rights on the directories and files so the user the webserver is running as has rw access? It is a silly, even stupid note, but I've made that mistake before ;-) > Strange thing this is. I moved my install of GeekLog to a new server > today and at first thought that everything had gone smoothly. I copied > the files and the database over and adjusted the config files to > accommodate the file structure of the new server. The site came up fine > and everything looked right. Users were able to log in and all of the > data was being displayed correctly. Later, however, when I tried to > create a new account and when I tried to edit a static page, I > discovered that I cannot edit or create anything. For example, when I > go to the Users admin panel and click "New User" the page just > refreshes instead of taking me to the add new user form. Another > example is when I try to edit the text on a static page. After editing > the content in the webform, I submit the page and everything appears to > function as it normally does, but when I return to the page to see the > changes, none of them "took" and it appears as it originally did. > > I gave gone though the config files exhaustively looking for something > that I missed... something that could be different from how it was > before, when it was working on the other server... and am at a loss. > > Does anyone have any ideas? or any pointers of where I might look? > > I am running GeekLog 1.3.9sr2. > > wade From lists at anavidesign.com Fri Dec 24 00:15:08 2004 From: lists at anavidesign.com (Wade Preston Shearer) Date: Thu, 23 Dec 2004 22:15:08 -0700 Subject: [geeklog-users] moved to new server, cannot edit or create In-Reply-To: <8319e2d604122317026815c208@mail.gmail.com> References: <8319e2d604122317026815c208@mail.gmail.com> Message-ID: > The first thing to check is to make sure that new server has > register_globals enabled. If you haven't already, you should make > sure that your browser's cookies and cache have been cleared out. Ah, yes, register globals! I had completely forgotten that GL required those. I turned it on and it appears that everything is good to go. Thanks for you help. -------------- next part -------------- A non-text attachment was scrubbed... Name: smime.p7s Type: application/pkcs7-signature Size: 2371 bytes Desc: not available URL: From robin-lists at robinbowes.com Wed Dec 29 08:58:45 2004 From: robin-lists at robinbowes.com (Robin Bowes) Date: Wed, 29 Dec 2004 13:58:45 +0000 Subject: [geeklog-users] geeklog performance Message-ID: <41D2B815.5060907@robinbowes.com> Hi, I wonder if anyone could help me out with a performance problem I'm having with my geeklog site (http://robinbowes.com)? According to the timing at the bottom of the page, the front page takes between 1.5-2 seconds to create, which I think is rather slow. Some topic pages load in around 0.5/0.6 seconds, but I think even that is a little slow. The box is a dual CPI PIII with 1.5GB RAM. Storage is software RAID created from 6x250GB SATA drives. System is Fedora Core 3, with apache 2.0.52, php 4.3.9, mysql 4.1.7. geeklog is latest from CVS as of about 1 hour ago. Load average is barely above 0.0, 375MB RAM is used (excluding cache and buffers). I've tried disabling plugins (RDF blocks, images, etc) but that didn't seem to make much difference. Any sugestions? R. -- http://robinbowes.com From tony at tonybibbs.com Wed Dec 29 09:17:34 2004 From: tony at tonybibbs.com (Tony Bibbs) Date: Wed, 29 Dec 2004 08:17:34 -0600 Subject: [geeklog-users] geeklog performance In-Reply-To: <41D2B815.5060907@robinbowes.com> References: <41D2B815.5060907@robinbowes.com> Message-ID: <41D2BC7E.1070203@tonybibbs.com> Most of the load is, undoubtedly, on the database. Do you have MySQL's query cache feature enabled and optimally configured? I'd start there. I'd also strongly encourage using a php accelerator like APC: http://pecl.php.net/package/APC I'm hoping you aren't doing either of those yet and if that is the case you can expect significant improvements from both. FWIW my site, http://www.iowaoutdoors.org is averaging around 1.5 load times on the homepage and significantly worse in the forums. Only thing I have going for me is a fast pipe to the server. Performance is going to continue to be an issue in the foreseeable future. --Tony Robin Bowes wrote: > Hi, > > I wonder if anyone could help me out with a performance problem I'm > having with my geeklog site (http://robinbowes.com)? > > According to the timing at the bottom of the page, the front page > takes between 1.5-2 seconds to create, which I think is rather slow. > Some topic pages load in around 0.5/0.6 seconds, but I think even that > is a little slow. > > The box is a dual CPI PIII with 1.5GB RAM. > Storage is software RAID created from 6x250GB SATA drives. > System is Fedora Core 3, with apache 2.0.52, php 4.3.9, mysql 4.1.7. > geeklog is latest from CVS as of about 1 hour ago. > > Load average is barely above 0.0, 375MB RAM is used (excluding cache > and buffers). > > I've tried disabling plugins (RDF blocks, images, etc) but that didn't > seem to make much difference. > > Any sugestions? > > R. From vfuria at gmail.com Wed Dec 29 12:26:16 2004 From: vfuria at gmail.com (Vincent Furia) Date: Wed, 29 Dec 2004 12:26:16 -0500 Subject: [geeklog-users] geeklog performance In-Reply-To: <41D2BC7E.1070203@tonybibbs.com> References: <41D2B815.5060907@robinbowes.com> <41D2BC7E.1070203@tonybibbs.com> Message-ID: <8319e2d604122909266b7300a4@mail.gmail.com> Just a side note, we really should contact the groklaw.net folks and try to figure out which (if any) of the changes they made to speed up groklaw.net are implementable in geeklog. I'm sure they have at least a few tricks for speeding things up. -Vinny On Wed, 29 Dec 2004 08:17:34 -0600, Tony Bibbs wrote: > Most of the load is, undoubtedly, on the database. Do you have MySQL's > query cache feature enabled and optimally configured? I'd start there. > I'd also strongly encourage using a php accelerator like APC: > > http://pecl.php.net/package/APC > > I'm hoping you aren't doing either of those yet and if that is the case > you can expect significant improvements from both. > > FWIW my site, http://www.iowaoutdoors.org is averaging around 1.5 load > times on the homepage and significantly worse in the forums. Only thing > I have going for me is a fast pipe to the server. Performance is going > to continue to be an issue in the foreseeable future. > > --Tony > > Robin Bowes wrote: > > > Hi, > > > > I wonder if anyone could help me out with a performance problem I'm > > having with my geeklog site (http://robinbowes.com)? > > > > According to the timing at the bottom of the page, the front page > > takes between 1.5-2 seconds to create, which I think is rather slow. > > Some topic pages load in around 0.5/0.6 seconds, but I think even that > > is a little slow. > > > > The box is a dual CPI PIII with 1.5GB RAM. > > Storage is software RAID created from 6x250GB SATA drives. > > System is Fedora Core 3, with apache 2.0.52, php 4.3.9, mysql 4.1.7. > > geeklog is latest from CVS as of about 1 hour ago. > > > > Load average is barely above 0.0, 375MB RAM is used (excluding cache > > and buffers). > > > > I've tried disabling plugins (RDF blocks, images, etc) but that didn't > > seem to make much difference. > > > > Any sugestions? > > > > R. > > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > From robin-lists at robinbowes.com Thu Dec 30 19:23:44 2004 From: robin-lists at robinbowes.com (Robin Bowes) Date: Fri, 31 Dec 2004 00:23:44 +0000 Subject: [geeklog-users] geeklog performance In-Reply-To: <41D2BC7E.1070203@tonybibbs.com> References: <41D2B815.5060907@robinbowes.com> <41D2BC7E.1070203@tonybibbs.com> Message-ID: <41D49C10.4080406@robinbowes.com> Tony Bibbs wrote: > Most of the load is, undoubtedly, on the database. Do you have MySQL's > query cache feature enabled and optimally configured? I'd start there. Tony, I'm already using turck-mmcache but not cached queries. I turned on cached queries and didn't see any noticeable speed up. I use the following settings in my.cnf: query_cache_type=1 query_cache_size=20M It's definitely turned on: mysql> show variables like '%query_cache%'; +------------------------------+----------+ | Variable_name | Value | +------------------------------+----------+ | have_query_cache | YES | | query_cache_limit | 1048576 | | query_cache_min_res_unit | 4096 | | query_cache_size | 20971520 | | query_cache_type | ON | | query_cache_wlock_invalidate | OFF | +------------------------------+----------+ 6 rows in set (0.00 sec) If I load my home page a few times I see the following cache status: mysql> show status like 'Qcache%'; +-------------------------+----------+ | Variable_name | Value | +-------------------------+----------+ | Qcache_free_blocks | 2 | | Qcache_free_memory | 20802176 | | Qcache_hits | 495 | | Qcache_inserts | 163 | | Qcache_lowmem_prunes | 0 | | Qcache_not_cached | 44 | | Qcache_queries_in_cache | 122 | | Qcache_total_blocks | 289 | +-------------------------+----------+ 8 rows in set (0.00 sec) So, I'm getting cache hits, but it doesn't seem to be making much difference. Any further suggestions? R. -- http://robinbowes.com From macosx at rocteur.cc Fri Dec 31 05:57:57 2004 From: macosx at rocteur.cc (MAC OS X@Rocteur.CC) Date: Fri, 31 Dec 2004 11:57:57 +0100 Subject: [geeklog-users] geeklog performance In-Reply-To: <41D49C10.4080406@robinbowes.com> References: <41D2B815.5060907@robinbowes.com> <41D2BC7E.1070203@tonybibbs.com> <41D49C10.4080406@robinbowes.com> Message-ID: Hi, I've looked at your site a couple of times over the last couple of days and from what I can see, your link is just slow, I don't think you'll speed it up a lot by changing anything related to PHP, MySQL or even Geeklog! Your network connection is slow. From Belgium: traceroute to robinbowes.com (81.98.79.17), 30 hops max, 40 byte packets 1 server.rocteur.cc (192.168.1.3) 13.393 ms 0.712 ms 0.624 ms 2 d5766601.kabel.telenet.be (213.118.102.1) 24.805 ms 25.921 ms 9.072 ms 3 d5e0fae1.kabel.telenet.be (213.224.250.225) 52.331 ms 16.031 ms 24.752 ms 4 213.224.126.170 (213.224.126.170) 20.518 ms 14.392 ms 5.822 ms 5 212.3.238.5 (212.3.238.5) 10.666 ms 26.303 ms 7.223 ms 6 ae-0-16.mp2.brussels1.level3.net (212.3.239.82) 32.168 ms 75.68 ms 9.976 ms 7 ae1-0.bbr2.london1.level3.net (212.187.128.57) 30.179 ms 28.633 ms 19.914 ms 8 ge-3-0-0-0.gar2.london1.level3.net (4.68.128.126) 68.755 ms 26.792 ms 18.897 ms 9 195.50.91.70 (195.50.91.70) 10.93 ms 19.805 ms 16.446 ms 10 win-bb-b-so-500-0.inet.ntl.com (62.253.185.202) 24.976 ms 18.177 ms 17.178 ms 11 bre-bb-a-so-100-0.inet.ntl.com (62.253.185.197) 25.073 ms 63.785 ms 26.693 ms 12 herm-t2core-a-pos31.inet.ntl.com (62.253.187.18) 20.736 ms 26.754 ms 47.562 ms 13 herm-t2cam1-a-ge-wan31.inet.ntl.com (80.3.33.6) 23.543 ms 50.513 ms 31.777 ms 14 ubr02reig-ge10.inet.ntl.com (80.3.34.34) 33.135 ms 27.161 ms 36.604 ms 15 * * * 16 * * * 17 * * * 18 * * * 19 * * * 20 * * * 21 * * * 22 * * * 23 * * * 24 * * * 25 * * * 26 * * * 27 * * * 28 * * * 29 * * * 30 * * * From Texas: traceroute to robinbowes.com (81.98.79.17), 30 hops max, 38 byte packets 1 ev1s-66-98-204-1.ev1servers.net (66.98.204.1) 0.261 ms 0.194 ms 0.261 ms 2 ivhou-207-218-245-14.ev1.net (207.218.245.14) 0.419 ms 0.313 ms * 3 hstntx1wce2-gige5-0.wcg.net (65.77.93.53) 1.285 ms 1.189 ms 0.986 ms 4 hstntx1wcx3-pos9-2-oc48.wcg.net (65.77.93.214) 1.237 ms 1.206 ms * 5 dllstx1wcx3-pos14-0-oc192.wcg.net (64.200.210.65) 6.127 ms 5.810 ms 5.982 ms 6 dllstx9lcx1-pos9-0.wcg.net (64.200.232.210) 5.977 ms 6.077 ms * 7 so-2-2-0.edge1.Dallas1.Level3.net (4.68.127.21) 6.443 ms 6.253 ms 6.155 ms 8 so-1-2-0.bbr2.Dallas1.Level3.net (209.244.15.165) 6.161 ms 6.271 ms 6.303 ms 9 ae-0-0.bbr2.Washington1.Level3.net (64.159.0.230) 49.233 ms 48.996 ms 49.055 ms 10 as-0-0.bbr1.London2.Level3.net (4.68.128.101) 116.643 ms 115.730 ms * 11 ge-3-0-0.gar1.London2.Level3.net (4.68.124.62) 115.976 ms 116.097 ms 116.667 ms 12 195.50.91.130 (195.50.91.130) 117.500 ms 117.319 ms 118.413 ms 13 bre-bb-a-ae0-0.inet.ntl.com (213.105.172.86) 117.672 ms 117.926 ms 118.106 ms 14 herm-t2core-a-pos31.inet.ntl.com (62.253.187.18) 117.971 ms 118.069 ms 118.918 ms 15 herm-t2cam1-a-ge-wan31.inet.ntl.com (80.3.33.6) 118.317 ms 118.018 ms 118.113 ms 16 ubr02reig-ge10.inet.ntl.com (80.3.34.34) 118.791 ms 119.000 ms 119.583 ms 17 * * * 18 * * * 19 * * * 20 * * * On 31 Dec 2004, at 01:23, Robin Bowes wrote: > Tony Bibbs wrote: >> Most of the load is, undoubtedly, on the database. Do you have >> MySQL's query cache feature enabled and optimally configured? I'd >> start there. > > Tony, > > I'm already using turck-mmcache but not cached queries. > > I turned on cached queries and didn't see any noticeable speed up. I > use the following settings in my.cnf: > > query_cache_type=1 > query_cache_size=20M > > It's definitely turned on: > > mysql> show variables like '%query_cache%'; > +------------------------------+----------+ > | Variable_name | Value | > +------------------------------+----------+ > | have_query_cache | YES | > | query_cache_limit | 1048576 | > | query_cache_min_res_unit | 4096 | > | query_cache_size | 20971520 | > | query_cache_type | ON | > | query_cache_wlock_invalidate | OFF | > +------------------------------+----------+ > 6 rows in set (0.00 sec) > > If I load my home page a few times I see the following cache status: > > mysql> show status like 'Qcache%'; > +-------------------------+----------+ > | Variable_name | Value | > +-------------------------+----------+ > | Qcache_free_blocks | 2 | > | Qcache_free_memory | 20802176 | > | Qcache_hits | 495 | > | Qcache_inserts | 163 | > | Qcache_lowmem_prunes | 0 | > | Qcache_not_cached | 44 | > | Qcache_queries_in_cache | 122 | > | Qcache_total_blocks | 289 | > +-------------------------+----------+ > 8 rows in set (0.00 sec) > > So, I'm getting cache hits, but it doesn't seem to be making much > difference. > > Any further suggestions? > > R. > -- > http://robinbowes.com > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > From dirk at haun-online.de Fri Dec 31 06:24:39 2004 From: dirk at haun-online.de (Dirk Haun) Date: Fri, 31 Dec 2004 12:24:39 +0100 Subject: [geeklog-users] geeklog performance In-Reply-To: References: Message-ID: <20041231112439.20100@smtp.haun-online.de> Another issue to consider is the outbreak of the new variant of the Santy worm (also known as PhpInclude worm or Spyki) which is now attacking all PHP scripts (not just phpBB). Check your logfiles for unusually long requests, often with "LWP::Simple" as the user agent. This can slow down a site considerably. I posted some countermeasures over on geeklog-devel: This site lists some more: bye, Dirk -- http://www.haun-online.de/ http://www.tinyweb.de/