From geeklog-users-admin at lists.geeklog.net Tue Jul 1 06:40:50 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Tue, 1 Jul 2003 06:40:50 -0400 Subject: [geeklog-users] Removing actualy "day" from events block Message-ID: <1057056050.3f016532753d1@drinkinggamesfor.us> http://www.drinkinggamesfor.us In the events block, I want to clean up some of the clutter by removing Monday, Tuesday, Wed..., etc. In the calandar_event.php, I removed the $lang_days with the monday, tuesday, etc fields. From geeklog-users-admin at lists.geeklog.net Wed Jul 2 12:08:19 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 2 Jul 2003 09:08:19 -0700 Subject: [geeklog-users] SQL Problem Message-ID: Hi folks I recently installed geeklog and am having some troubles. The site runs ok. I add users and what not, but I can't add/remove any stories or comments. Whenever I try to post I get this error message: Wed Jul 2 08:44:54 2003 - 1064: You have an error in your SQL syntax near '' at line 1 SQL in question: SELECT username FROM gl_users WHERE uid = I am running Geeklog 1.3.7sr2. I figure it's probably something stupid I overlooked. I checked the FAQ and both register_globals and file_uploads are set to on. Any suggestions? Thanks, John From geeklog-users-admin at lists.geeklog.net Wed Jul 2 14:50:13 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 2 Jul 2003 11:50:13 -0700 (PDT) Subject: [geeklog-users] SQL Problem In-Reply-To: Message-ID: <20030702185013.34773.qmail@web14408.mail.yahoo.com> gl_users needs quotes around it like this... SELECT * FROM 'gl_users' WHERE 1 geeklog-users-admin at lists.geeklog.net wrote: Hi folks I recently installed geeklog and am having some troubles. The site runs ok. I add users and what not, but I can't add/remove any stories or comments. Whenever I try to post I get this error message: Wed Jul 2 08:44:54 2003 - 1064: You have an error in your SQL syntax near '' at line 1 SQL in question: SELECT username FROM gl_users WHERE uid = I am running Geeklog 1.3.7sr2. I figure it's probably something stupid I overlooked. I checked the FAQ and both register_globals and file_uploads are set to on. Any suggestions? Thanks, John _______________________________________________ geeklog-users mailing list geeklog-users at lists.geeklog.net http://lists.geeklog.net/listinfo/geeklog-users --------------------------------- Do you Yahoo!? SBC Yahoo! DSL - Now only $29.95 per month! -------------- next part -------------- An HTML attachment was scrubbed... URL: From geeklog-users-admin at lists.geeklog.net Wed Jul 2 15:20:52 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 02 Jul 2003 14:20:52 -0500 Subject: [geeklog-users] SQL Problem In-Reply-To: <20030702185013.34773.qmail@web14408.mail.yahoo.com> References: <20030702185013.34773.qmail@web14408.mail.yahoo.com> Message-ID: <3F033094.2040306@tonybibbs.com> For some reason the uid is empty. If you can figure out why the 'uid = ' doesn't include a number then you have your problem fixed. If you just changed register_globals, did you restart Apache? --Tony geeklog-users-admin at lists.geeklog.net wrote: > gl_users needs quotes around it like this... > > SELECT * FROM 'gl_users' WHERE 1 > > */geeklog-users-admin at lists.geeklog.net/* wrote: > > Hi folks > > I recently installed geeklog and am having some troubles. The site > runs ok. > I add users and what not, but I can't add/remove any stories or > comments. > Whenever I try to post I get this error message: > > Wed Jul 2 08:44:54 2003 - 1064: You have an error in your SQL > syntax near > '' at line 1 SQL in question: SELECT username FROM gl_users WHERE > uid = > > I am running Geeklog 1.3.7sr2. I figure it's probably something > stupid I > overlooked. I checked the FAQ and both register_globals and > file_uploads > are set to on. Any suggestions? > > Thanks, > > John > > _______________________________________________ > geeklog-users mailing list > geeklog-users at lists.geeklog.net > http://lists.geeklog.net/listinfo/geeklog-users > > ------------------------------------------------------------------------ > Do you Yahoo!? > SBC Yahoo! DSL > > - Now only $29.95 per month! From geeklog-users-admin at lists.geeklog.net Wed Jul 2 15:21:28 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 2 Jul 2003 21:21:28 +0200 Subject: [geeklog-users] SQL Problem In-Reply-To: <20030702185013.34773.qmail@web14408.mail.yahoo.com> References: <20030702185013.34773.qmail@web14408.mail.yahoo.com> Message-ID: <20030702192128.7297@smtp.haun-online.de> >gl_users needs quotes around it like this... > >SELECT * FROM 'gl_users' WHERE 1 Err, no, it doesn't. The problem is that in the original SQL request: SELECT username FROM gl_users WHERE uid = obviously, the value after the "uid =" is missing. I have seen this problem being reported before (there's actually a bug report for this, ) but I have been unable to reproduce it. So if anyone can provide any further information, please do so (or add it as a comment to the above bug report). I have just fixed a similar bug, but that only occured when trying to edit a story submission that wasn't in the submission queue any more ... bye, Dirk -- http://www.geeklog.net/ http://geeklog.info/ From geeklog-users-admin at lists.geeklog.net Mon Jul 7 18:33:44 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Mon, 7 Jul 2003 15:33:44 -0700 Subject: [geeklog-users] Permissions Problems Message-ID: Hi Folks, I am experiencing problems doing anything with stories. Adding/removing. I read the FAQ and double checked what it said. I try to edit/post a new story and get a page with the following error: "You are trying to access a story that you don't have rights to. This attempt has been logged. Please go back to the story administration screen." The last sentence is a link back to the administration screen. Any ideas where I went wrong? Thanks! John From geeklog-users-admin at lists.geeklog.net Tue Jul 8 03:42:27 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Tue, 8 Jul 2003 09:42:27 +0200 Subject: [geeklog-users] Permissions Problems In-Reply-To: References: Message-ID: <20030708074228.2022@smtp.haun-online.de> John wrote: >"You are trying to access a story that you don't have rights to. This >attempt has been logged. Please go back to the story administration screen." > >The last sentence is a link back to the administration screen. Any ideas >where I went wrong? Are you logged in as the Admin (root user) or as a "normal" Story Admin user? In the latter case, please check your topic permissions carefully. You need to have proper access to the topic before you can post stories under it. Recent versions or Geeklog are somewhat more picky with regards to topic permissions. bye, Dirk -- http://www.haun-online.de/ http://geeklog.info/ From geeklog-users-admin at lists.geeklog.net Tue Jul 8 04:18:24 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Tue, 8 Jul 2003 01:18:24 -0700 Subject: [geeklog-users] Permissions Problems In-Reply-To: <20030708074228.2022@smtp.haun-online.de> Message-ID: Sorry about that. When logged in as Admin, Moderator, or a user added with full permissions. I can't even removed the first story telling about the passwords for the Admin/Moderator. John -----Original Message----- From: geeklog-users-admin at lists.geeklog.net [mailto:geeklog-users-admin at lists.geeklog.net] Sent: Tuesday, July 08, 2003 12:42 AM To: geeklog-users at lists.geeklog.net Subject: Re: [geeklog-users] Permissions Problems John wrote: >"You are trying to access a story that you don't have rights to. This >attempt has been logged. Please go back to the story administration screen." > >The last sentence is a link back to the administration screen. Any ideas >where I went wrong? Are you logged in as the Admin (root user) or as a "normal" Story Admin user? In the latter case, please check your topic permissions carefully. You need to have proper access to the topic before you can post stories under it. Recent versions or Geeklog are somewhat more picky with regards to topic permissions. bye, Dirk -- http://www.haun-online.de/ http://geeklog.info/ _______________________________________________ geeklog-users mailing list geeklog-users at lists.geeklog.net http://lists.geeklog.net/listinfo/geeklog-users From geeklog-users-admin at lists.geeklog.net Tue Jul 8 10:34:02 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Tue, 08 Jul 2003 10:34:02 -0400 Subject: [geeklog-users] Permissions Problems In-Reply-To: References: Message-ID: <3F0AD65A.1030301@abtech.org> Make sure that you have register_globals turned on. You can check to see the value of register_globals by creating a small php script like the following: -Vinny geeklog-users-admin at lists.geeklog.net wrote: > Sorry about that. When logged in as Admin, Moderator, or a user added with > full permissions. I can't even removed the first story telling about the > passwords for the Admin/Moderator. > > John > > -----Original Message----- > From: geeklog-users-admin at lists.geeklog.net > [mailto:geeklog-users-admin at lists.geeklog.net] > Sent: Tuesday, July 08, 2003 12:42 AM > To: geeklog-users at lists.geeklog.net > Subject: Re: [geeklog-users] Permissions Problems > > > John wrote: > > >>"You are trying to access a story that you don't have rights to. This >>attempt has been logged. Please go back to the story administration > > screen." > >>The last sentence is a link back to the administration screen. Any ideas >>where I went wrong? > > > Are you logged in as the Admin (root user) or as a "normal" Story Admin > user? > > In the latter case, please check your topic permissions carefully. You > need to have proper access to the topic before you can post stories under > it. Recent versions or Geeklog are somewhat more picky with regards to > topic permissions. > > bye, Dirk > > > -- > http://www.haun-online.de/ > http://geeklog.info/ > > _______________________________________________ > 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 geeklog-users-admin at lists.geeklog.net Thu Jul 10 18:34:34 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 10 Jul 2003 17:34:34 -0500 Subject: [geeklog-users] test Message-ID: <3F0DE9FA.2010302@tonybibbs.com> test From geeklog-users-admin at lists.geeklog.net Mon Jul 14 00:00:50 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Mon, 14 Jul 2003 00:00:50 -0400 Subject: [geeklog-users] inserting tables into GL mysql databases Message-ID: I have some articles from a PHPBB db that I want to move into Geeklog. I'm thinking about creating a CSV file in excel that corresponds to the structure of the gl story table, then inserting via phpmyadmin. My question: what will GL do if it encounters blank or null values in a table? Is it smart enough to ignore them (or supply new ones), or will it blow up? -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2950 bytes Desc: not available URL: From geeklog-users-admin at lists.geeklog.net Fri Jul 18 08:12:56 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Fri, 18 Jul 2003 08:12:56 -0400 Subject: [geeklog-users] Installation Problem Step 2 of 3 Completed 1050 on Step 3.... Message-ID: Hello all, I am a newbie that just started building my own site about 4 weeks ago. Back then I had finished my installation of Geeklog 1.3.7rc2 and when I proceeded to install Gallery on my machine, something crazy happened. So I tried to uninstall everything and started over. In my starting over, I ended up changing locations of my installation files... My Apache that was formerly installed under Program Files directory on the C-Drive now resides at the root of D-Drive and so does GEEKLOG. Because of the problem I had during my first install, I statrted everything over and just installed Geeklog 1.3.8rc2 on Apache 2.0.47, PHP 4.3.2, MySql 4.0.13. All running on Windows 2000 Advanced Server. I had in the course of installing mysql created 3 additional databases other than test and mysql. However, when I installed Geeklog and went to //my geeklog site/admin/install/... I got to step 2 and all was fine but when I hit the continue button, all I got on step 3 was 1050: Table 'gl_access' already exists I am using a database that I just created on my new installation, should I then use another of the databases I just created and delete the first one or by just changing the config.inc.php will be enough. Please note that being a newbie, I only greated the databases and did not create any tables in them, but when I went to look through PHPMYADMIN after this error message from Geeklog, I found about 38 or so tables in the database and the first one was gl_access. Would using a different database solve my problem? While we are at it, Can I use any theme in my config.inc.php The default theme is XSilver... Can I change that to say Yahoo or any of the other themes that are accessible at the geeklog homepage? Thank you all in advance.... -------------- next part -------------- An HTML attachment was scrubbed... URL: From geeklog-users-admin at lists.geeklog.net Tue Jul 22 19:10:15 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Tue, 22 Jul 2003 19:10:15 -0400 Subject: [geeklog-users] can't login Message-ID: I have a brand-new, clean installation of RedHat 9, completely stock except for tiny weaks to get GL running. (register globals, etc.) Apache 2.0.40 running on :8080, PHP 4.2.2. Geeklog went on just fine--adjusted the two conf files and it came up perfectly. But I can't log in. After I enter Admin and 'password' at ...com:8080/~forum/admin/moderation.php, I see 'Logout' and the stop-sign icon, then I get bounced back to the login screen. I know the password is good, because if I put in the wrong password, I get a different error message--"Denied! Incorrect Login Information " I've chmodded everything according to docs/install.html, first 775, then 777. I even tried setting public_html to 777 (I've seen other stuff fail because someone other than 'apache' owned ~/public_html) but still nothing. I made a user called 'forum' and unzipped the contents of gl1.3.8.tgz in there, so /home/forum/public_html/ is where the site is being served from, just like Apache likes. It's up and running fine on another box, w2k/iis, but I would like to have it running on this Linux box. Thanks, -----brian From geeklog-users-admin at lists.geeklog.net Wed Jul 23 03:52:13 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 23 Jul 2003 09:52:13 +0200 Subject: [geeklog-users] can't login In-Reply-To: References: Message-ID: <20030723075214.1483@smtp.haun-online.de> Brian wrote: >I have a brand-new, clean installation of RedHat 9, completely stock >except for tiny weaks to get GL running. (register globals, etc.) Apache >2.0.40 running on :8080, PHP 4.2.2. I have heard other reports were people just couldn't get Geeklog to work on Apache 2. However, they were mostly on Windows. I'm not sure what the official status of PHP on Apache 2 is. Last I heard, the PHP developers promised official support for PHP 4.3.0. However, we're now at PHP 4.3.2 and I still haven't seen a statement that explicitly says they're supporting Apache 2 now. First thing you could try: Upgrade to the current versions of both Apache (2.0.47) and PHP (4.3.2). Maybe that makes a difference. Alternative: Downgrade Apache to 1.3.28. That helped in all Apache 2- related cases I heard of. bye, Dirk P.S. I had to approve your post manually. Please make sure you're subscribed to the list and that you're posting from the address you used when you subscribed. Thanks. -- http://www.haun-online.de/ http://geeklog.info/ From geeklog-users-admin at lists.geeklog.net Wed Jul 23 08:36:06 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 23 Jul 2003 08:36:06 -0400 Subject: [geeklog-users] can't login In-Reply-To: <20030723075214.1483@smtp.haun-online.de> References: <20030723075214.1483@smtp.haun-online.de> Message-ID: <3F1E8136.1070403@abtech.org> This is just a guess, but make sure that you $CONF['site_url'] variable includes the port number (:8080). I forgot that on my first geeklog install (also using port 8080) and it caused all sorts of strange behavior. -Vinny Dirk wrote: >Brian wrote: > > > >>I have a brand-new, clean installation of RedHat 9, completely stock >>except for tiny weaks to get GL running. (register globals, etc.) Apache >>2.0.40 running on :8080, PHP 4.2.2. >> >> > >I have heard other reports were people just couldn't get Geeklog to work >on Apache 2. However, they were mostly on Windows. > >I'm not sure what the official status of PHP on Apache 2 is. Last I >heard, the PHP developers promised official support for PHP 4.3.0. >However, we're now at PHP 4.3.2 and I still haven't seen a statement that >explicitly says they're supporting Apache 2 now. > >First thing you could try: Upgrade to the current versions of both Apache >(2.0.47) and PHP (4.3.2). Maybe that makes a difference. > >Alternative: Downgrade Apache to 1.3.28. That helped in all Apache 2- >related cases I heard of. > >bye, Dirk > >P.S. I had to approve your post manually. Please make sure you're >subscribed to the list and that you're posting from the address you used >when you subscribed. Thanks. > > > > From geeklog-users-admin at lists.geeklog.net Wed Jul 23 13:58:27 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 23 Jul 2003 10:58:27 -0700 (PDT) Subject: [geeklog-users] trouble with fresh install Message-ID: <20030723175827.18918.qmail@web40904.mail.yahoo.com> I have a brand-new, clean installation of RedHat 9, completely stock except for tiny weaks to get GL running. (register globals, etc.) Apache 2.0.40 running on :8080 with PHP 4.2.2. Geeklog went on just fine--adjusted the two conf files and it came up perfectly. But I can't log in. After I enter Admin and 'password' at ...com:8080/~forum/admin/moderation.php, I see 'Logout' and the stop-sign icon, then I get bounced back to the login screen. I know the password is good, because if I put in the wrong password, I get a different error message--"Denied! Incorrect Login Information" I've chmodded everything according to docs/install.html, first 775, then 777. I even tried setting public_html to 777 (I've seen other stuff fail because someone other than 'apache' owned ~/public_html) but still nothing. I made a user called 'forum' and unzipped the contents of gl1.3.8.tgz in there, so /home/forum/public_html/ is where the site is being served from, just like Apache likes. It's up and running fine on another box, w2k/iis, but I would like to have it running on this Linux box. (I ran the w2k box on :8080 to see if that caused a problem but it didn't.) Thanks, -----brian __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From geeklog-users-admin at lists.geeklog.net Wed Jul 23 14:03:04 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 23 Jul 2003 11:03:04 -0700 (PDT) Subject: [geeklog-users] ignore previous post Message-ID: <20030723180304.64596.qmail@web40902.mail.yahoo.com> Hi there, I didn't notice the 'must be subscribed to post' bit when I first sent my query, so I subscribed and re-sent, not noticing that my earlier post had been approved and let through in the meantime. So, thanks for letting me through and for the help, and ignore my last post. I'm now off to upgrade/downgrade my system. Thanks again, -----brian __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From geeklog-users-admin at lists.geeklog.net Wed Jul 23 14:06:14 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 23 Jul 2003 20:06:14 +0200 Subject: [geeklog-users] trouble with fresh install In-Reply-To: <20030723175827.18918.qmail@web40904.mail.yahoo.com> References: <20030723175827.18918.qmail@web40904.mail.yahoo.com> Message-ID: <20030723180614.31667@smtp.haun-online.de> Brian wrote: >I have a brand-new, clean installation of RedHat 9, completely stock >except for tiny weaks to get GL running. (register globals, etc.) Err, didn't we just answer that one earlier today? If you didn't get the answers, look them up in the archives: bye, Dirk -- http://www.haun-online.de/ http://www.tinyweb.de/ From geeklog-users-admin at lists.geeklog.net Wed Jul 23 16:36:31 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 23 Jul 2003 16:36:31 -0400 (EDT) Subject: [geeklog-users] can't login In-Reply-To: <20030723075214.1483@smtp.haun-online.de> Message-ID: On Wed, 23 Jul 2003 geeklog-users-admin at lists.geeklog.net wrote: >Brian wrote: > >>I have a brand-new, clean installation of RedHat 9, completely stock >>except for tiny weaks to get GL running. (register globals, etc.) Apache >>2.0.40 running on :8080, PHP 4.2.2. > >I have heard other reports were people just couldn't get Geeklog to work >on Apache 2. However, they were mostly on Windows. I'm running Apache 2.0.40, PHP 4.2.2, ionCube PHP Accelerator v1.3.3r1, along with the usual array of modules (mod_ssl, et al) never really had a problem with Geeklog that I can remember, but then, I solve problems when they happen and move on. I need to schedule some time to upgrade to the latest apache, php, mod_ssl, and geeklog. Chipper > >I'm not sure what the official status of PHP on Apache 2 is. Last I >heard, the PHP developers promised official support for PHP 4.3.0. >However, we're now at PHP 4.3.2 and I still haven't seen a statement that >explicitly says they're supporting Apache 2 now. > >First thing you could try: Upgrade to the current versions of both Apache >(2.0.47) and PHP (4.3.2). Maybe that makes a difference. > >Alternative: Downgrade Apache to 1.3.28. That helped in all Apache 2- >related cases I heard of. > >bye, Dirk > >P.S. I had to approve your post manually. Please make sure you're >subscribed to the list and that you're posting from the address you used >when you subscribed. Thanks. > > > ------ Please encrypt anything important. PGP Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x6CFA486D "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety " - Benjamin Franklin From geeklog-users-admin at lists.geeklog.net Wed Jul 23 16:51:40 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Wed, 23 Jul 2003 22:51:40 +0200 Subject: [geeklog-users] can't login In-Reply-To: References: Message-ID: <20030723205140.17051@smtp.haun-online.de> Chipper wrote: >I'm running Apache 2.0.40, PHP 4.2.2, ionCube PHP Accelerator v1.3.3r1, >along with the usual array of modules (mod_ssl, et al) On Windows or something else? I'm trying to find a definitve answer as to when PHP support for Apache 2 is considered offical, but have been unsuccessful so far. Any pointers welcome ... bye, Dirk -- http://www.haun-online.de/ http://geeklog.info/ From geeklog-users-admin at lists.geeklog.net Thu Jul 24 13:44:41 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 24 Jul 2003 13:44:41 -0400 (EDT) Subject: [geeklog-users] can't login In-Reply-To: <20030723205140.17051@smtp.haun-online.de> Message-ID: I'm running on Redhat Linux (somewhere between rh7.3 and rh8.0) Chipper On Wed, 23 Jul 2003 geeklog-users-admin at lists.geeklog.net wrote: >Chipper wrote: > >>I'm running Apache 2.0.40, PHP 4.2.2, ionCube PHP Accelerator v1.3.3r1, >>along with the usual array of modules (mod_ssl, et al) > >On Windows or something else? > >I'm trying to find a definitve answer as to when PHP support for Apache 2 >is considered offical, but have been unsuccessful so far. Any pointers >welcome ... > >bye, Dirk > > > ------ Please encrypt anything important. PGP Key: http://wwwkeys.pgp.net:11371/pks/lookup?op=get&search=0x6CFA486D "They that can give up essential liberty to obtain a little temporary safety deserve neither liberty nor safety " - Benjamin Franklin From geeklog-users-admin at lists.geeklog.net Sun Jul 27 14:51:23 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Sun, 27 Jul 2003 14:51:23 -0400 Subject: [geeklog-users] Re: can't login In-Reply-To: <20030724170002.31798.93680.Mailman@internal.iowaoutdoors.org> References: <20030724170002.31798.93680.Mailman@internal.iowaoutdoors.org> Message-ID: <3F241F2B.5010400@2rosenthals.com> Brian, as you're running on a non-standard port, check your $_CONF['site_url'] in config.php explicitly states your port after the domain name. Dirk pointed this out to me (Apache 2.0.46 - now 2.0.47 - PHP 4.3.2 on OS/2), and it worked like magic. >Brian wrote: > > > >>>I have a brand-new, clean installation of RedHat 9, completely stock >>>except for tiny weaks to get GL running. (register globals, etc.) Apache >>>2.0.40 running on :8080, PHP 4.2.2. >> >> > > > -- Lewis --------------------------------------------------------------------- Lewis G Rosenthal, CNA Rosenthal & Rosenthal : Accountants / Network Consultants New York / Northern Virginia : www.2rosenthals.com Novell Users International : www.whytheylie.com OS/2's new face is eComStation : www.ecomstation.com --------------------------------------------------------------------- This OS/2 system (Apollo) uptime is 0 days 02:44 hours and 34 seconds From geeklog-users-admin at lists.geeklog.net Mon Jul 28 17:48:01 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Mon, 28 Jul 2003 14:48:01 -0700 (PDT) Subject: [geeklog-users] Re: can't login In-Reply-To: <3F241F2B.5010400@2rosenthals.com> Message-ID: <20030728214801.3274.qmail@web40901.mail.yahoo.com> Thanks all for the tips. I had the port number properly specified so I'll try up- and down-grading PHP and Apache (well, Apache at least, from 2.0.40 to 2.0.47 and/or 1.3.28; PHP from 4.2.2 to 4.3.2) at an installfest this weekend. I'll let you all know how it goes. -----brian __________________________________ Do you Yahoo!? Yahoo! SiteBuilder - Free, easy-to-use web site design software http://sitebuilder.yahoo.com From geeklog-users-admin at lists.geeklog.net Thu Jul 31 13:09:11 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 13:09:11 -0400 Subject: [geeklog-users] backlog RSS feed for feedster Message-ID: I'm trying to load my geeklog blog into Feedster http://www.feedster.com/backlog.php and it's asking for a "backlog" RSS address. The GL current is at /backend/geeklog.rdf, where's the backlog? wfz at wfzimmerman.com 2019 Ferdon Ann Arbor, Michigan 48104 phone: +1.734-327-6158 mobile:+1.734-646-6277 Zimmerblog: http://www.wfzimmerman.com See my chapter on Microsoft OneNote in FIRST LOOK MICROSOFT OFFICE -- NEW EDITION - available for purchase from Microsoft Press March 19, 2003! Author, COMPLETE GUIDE TO MICROSOFT ONENOTE - Apress and END-TO-END PRODUCT DEVELOPMENT FOR MICROSOFT WINDOWS XP TABLET PC EDITION - Apress -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2950 bytes Desc: not available URL: From geeklog-users-admin at lists.geeklog.net Thu Jul 31 13:41:07 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 19:41:07 +0200 Subject: [geeklog-users] backlog RSS feed for feedster In-Reply-To: References: Message-ID: <20030731174107.23525@smtp.haun-online.de> >and it's asking for a "backlog" RSS address. The GL current is at >/backend/geeklog.rdf, where's the backlog? Geeklog doesn't have a "backlog" (whatever that's supposed to be). There's only one RSS feed with the 10 (or whatever you configured) most recent posts. bye, Dirk -- http://www.haun-online.de/ http://www.haun.info/ From geeklog-users-admin at lists.geeklog.net Thu Jul 31 13:59:15 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 13:59:15 -0400 Subject: [geeklog-users] backlog RSS feed for feedster In-Reply-To: <20030731174107.23525@smtp.haun-online.de> Message-ID: A bit over my head right now, but here's how someone did it for Radio UserLand. http://www.cybersaps.org/publicTools/backLogAllRSS/index.html -----Original Message----- From: geeklog-users-admin at lists.geeklog.net [mailto:geeklog-users-admin at lists.geeklog.net] Sent: Thursday, July 31, 2003 1:41 PM To: geeklog-users at lists.geeklog.net Subject: Re: [geeklog-users] backlog RSS feed for feedster >and it's asking for a "backlog" RSS address. The GL current is at >/backend/geeklog.rdf, where's the backlog? Geeklog doesn't have a "backlog" (whatever that's supposed to be). There's only one RSS feed with the 10 (or whatever you configured) most recent posts. bye, Dirk -- http://www.haun-online.de/ http://www.haun.info/ _______________________________________________ geeklog-users mailing list geeklog-users at lists.geeklog.net http://lists.geeklog.net/listinfo/geeklog-users From geeklog-users-admin at lists.geeklog.net Thu Jul 31 14:25:04 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 14:25:04 -0400 Subject: [geeklog-users] one rdf feed per topic Message-ID: Is there a way to create one RDF feed per topic? I cover a lot of disparate topics in my GL site and would like to have one feed per topic. Maybe we could do a hack that simply copies the geeklog.rdf file and deletes everything that's not related to a chosen topic? wfz at wfzimmerman.com 2019 Ferdon Ann Arbor, Michigan 48104 phone: +1.734-327-6158 mobile:+1.734-646-6277 Zimmerblog: http://www.wfzimmerman.com See my chapter on Microsoft OneNote in FIRST LOOK MICROSOFT OFFICE -- NEW EDITION - available for purchase from Microsoft Press March 19, 2003! Author, COMPLETE GUIDE TO MICROSOFT ONENOTE - Apress and END-TO-END PRODUCT DEVELOPMENT FOR MICROSOFT WINDOWS XP TABLET PC EDITION - Apress -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: image001.jpg Type: image/jpeg Size: 2950 bytes Desc: not available URL: From geeklog-users-admin at lists.geeklog.net Thu Jul 31 14:43:44 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 20:43:44 +0200 Subject: [geeklog-users] one rdf feed per topic In-Reply-To: References: Message-ID: <20030731184344.2311@smtp.haun-online.de> >Maybe we could do a hack that simply copies the geeklog.rdf file and deletes >everything that's not related to a chosen topic? You're looking for function COM_exportRDF() in lib-common.php. With a bit of PHP and MySQL knowledge, that shouldn't be too hard to do. Actually, if you make that configurable, I would even consider adding such a hack to the core code, since this is not the first time this has been requested ... bye, Dirk -- http://www.haun-online.de/ http://geeklog.info/ From geeklog-users-admin at lists.geeklog.net Thu Jul 31 15:20:55 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 14:20:55 -0500 Subject: [geeklog-users] backlog RSS feed for feedster In-Reply-To: References: Message-ID: <3F296C17.9040102@tonybibbs.com> Generating one RSS file for ALL stories in your Geeklog installation is easy enough. Simply copy COM_exportRDF to lib-custom.php and rename it to something logical like CUST_allStories2RDF(), change the name of the RDF output file and then remove the limit clause in the SQL query. After that you just need to create a PHP page to call that function and then point your browser or RDF parser the location of your new RDF. My hunch is if what Dirk said before is over your head, what I just explained isn't much better but at least I tried ;-) --Tony geeklog-users-admin at lists.geeklog.net wrote: >A bit over my head right now, but here's how someone did it for Radio >UserLand. > >http://www.cybersaps.org/publicTools/backLogAllRSS/index.html > >-----Original Message----- >From: geeklog-users-admin at lists.geeklog.net >[mailto:geeklog-users-admin at lists.geeklog.net] >Sent: Thursday, July 31, 2003 1:41 PM >To: geeklog-users at lists.geeklog.net >Subject: Re: [geeklog-users] backlog RSS feed for feedster > > > >>and it's asking for a "backlog" RSS address. The GL current is at >>/backend/geeklog.rdf, where's the backlog? >> >> > >Geeklog doesn't have a "backlog" (whatever that's supposed to be). >There's only one RSS feed with the 10 (or whatever you configured) most >recent posts. > >bye, Dirk > > > > From geeklog-users-admin at lists.geeklog.net Thu Jul 31 15:30:26 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 15:30:26 -0400 Subject: [geeklog-users] backlog RSS feed for feedster In-Reply-To: <3F296C17.9040102@tonybibbs.com> Message-ID: Actually, I do understand what you just said, since it basically amounts to copying, pasting, and editing (my three strong suits), but Dirk's task maybe a little too hard for me at this point. -----Original Message----- From: geeklog-users-admin at lists.geeklog.net [mailto:geeklog-users-admin at lists.geeklog.net] Sent: Thursday, July 31, 2003 3:21 PM To: geeklog-users at lists.geeklog.net Subject: Re: [geeklog-users] backlog RSS feed for feedster Generating one RSS file for ALL stories in your Geeklog installation is easy enough. Simply copy COM_exportRDF to lib-custom.php and rename it to something logical like CUST_allStories2RDF(), change the name of the RDF output file and then remove the limit clause in the SQL query. After that you just need to create a PHP page to call that function and then point your browser or RDF parser the location of your new RDF. My hunch is if what Dirk said before is over your head, what I just explained isn't much better but at least I tried ;-) --Tony geeklog-users-admin at lists.geeklog.net wrote: >A bit over my head right now, but here's how someone did it for Radio >UserLand. > >http://www.cybersaps.org/publicTools/backLogAllRSS/index.html > >-----Original Message----- >From: geeklog-users-admin at lists.geeklog.net >[mailto:geeklog-users-admin at lists.geeklog.net] >Sent: Thursday, July 31, 2003 1:41 PM >To: geeklog-users at lists.geeklog.net >Subject: Re: [geeklog-users] backlog RSS feed for feedster > > > >>and it's asking for a "backlog" RSS address. The GL current is at >>/backend/geeklog.rdf, where's the backlog? >> >> > >Geeklog doesn't have a "backlog" (whatever that's supposed to be). >There's only one RSS feed with the 10 (or whatever you configured) most >recent posts. > >bye, Dirk > > > > _______________________________________________ geeklog-users mailing list geeklog-users at lists.geeklog.net http://lists.geeklog.net/listinfo/geeklog-users From geeklog-users-admin at lists.geeklog.net Thu Jul 31 15:43:21 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 14:43:21 -0500 Subject: [geeklog-users] COM_exportRDF mods, was: backlog RSS feed for feedster In-Reply-To: References: Message-ID: <3F297159.7040003@tonybibbs.com> Dirk, Maybe COM_exportRDF() should be modified to take a destination location, topic ID and query limit as optional arguments. That way custom RDF's become a snap. Just a thought. --Tony geeklog-users-admin at lists.geeklog.net wrote: >Actually, I do understand what you just said, since it basically amounts to >copying, pasting, and editing (my three strong suits), but Dirk's task maybe >a little too hard for me at this point. > >-----Original Message----- >From: geeklog-users-admin at lists.geeklog.net >[mailto:geeklog-users-admin at lists.geeklog.net] >Sent: Thursday, July 31, 2003 3:21 PM >To: geeklog-users at lists.geeklog.net >Subject: Re: [geeklog-users] backlog RSS feed for feedster > >Generating one RSS file for ALL stories in your Geeklog installation is >easy enough. Simply copy COM_exportRDF to lib-custom.php and rename it >to something logical like CUST_allStories2RDF(), change the name of the >RDF output file and then remove the limit clause in the SQL query. >After that you just need to create a PHP page to call that function and >then point your browser or RDF parser the location of your new RDF. > >My hunch is if what Dirk said before is over your head, what I just >explained isn't much better but at least I tried ;-) > >--Tony > >geeklog-users-admin at lists.geeklog.net wrote: > > > >>A bit over my head right now, but here's how someone did it for Radio >>UserLand. >> >>http://www.cybersaps.org/publicTools/backLogAllRSS/index.html >> >>-----Original Message----- >>From: geeklog-users-admin at lists.geeklog.net >>[mailto:geeklog-users-admin at lists.geeklog.net] >>Sent: Thursday, July 31, 2003 1:41 PM >>To: geeklog-users at lists.geeklog.net >>Subject: Re: [geeklog-users] backlog RSS feed for feedster >> >> >> >> >> >>>and it's asking for a "backlog" RSS address. The GL current is at >>>/backend/geeklog.rdf, where's the backlog? >>> >>> >>> >>> >>Geeklog doesn't have a "backlog" (whatever that's supposed to be). >>There's only one RSS feed with the 10 (or whatever you configured) most >>recent posts. >> >>bye, Dirk >> >> >> >> >> >> > >_______________________________________________ >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 geeklog-users-admin at lists.geeklog.net Thu Jul 31 15:53:02 2003 From: geeklog-users-admin at lists.geeklog.net (geeklog-users-admin at lists.geeklog.net) Date: Thu, 31 Jul 2003 15:53:02 -0400 Subject: [geeklog-users] COM_exportRDF mods, was: backlog RSS feed for feedster In-Reply-To: <3F297159.7040003@tonybibbs.com> Message-ID: Yeeha -- a good one! -----Original Message----- From: geeklog-users-admin at lists.geeklog.net [mailto:geeklog-users-admin at lists.geeklog.net] Sent: Thursday, July 31, 2003 3:43 PM To: Geeklog Development Cc: geeklog-users at lists.geeklog.net Subject: [geeklog-users] COM_exportRDF mods, was: backlog RSS feed for feedster Dirk, Maybe COM_exportRDF() should be modified to take a destination location, topic ID and query limit as optional arguments. That way custom RDF's become a snap. Just a thought. --Tony geeklog-users-admin at lists.geeklog.net wrote: >Actually, I do understand what you just said, since it basically amounts to >copying, pasting, and editing (my three strong suits), but Dirk's task maybe >a little too hard for me at this point. > >-----Original Message----- >From: geeklog-users-admin at lists.geeklog.net >[mailto:geeklog-users-admin at lists.geeklog.net] >Sent: Thursday, July 31, 2003 3:21 PM >To: geeklog-users at lists.geeklog.net >Subject: Re: [geeklog-users] backlog RSS feed for feedster > >Generating one RSS file for ALL stories in your Geeklog installation is >easy enough. Simply copy COM_exportRDF to lib-custom.php and rename it >to something logical like CUST_allStories2RDF(), change the name of the >RDF output file and then remove the limit clause in the SQL query. >After that you just need to create a PHP page to call that function and >then point your browser or RDF parser the location of your new RDF. > >My hunch is if what Dirk said before is over your head, what I just >explained isn't much better but at least I tried ;-) > >--Tony > >geeklog-users-admin at lists.geeklog.net wrote: > > > >>A bit over my head right now, but here's how someone did it for Radio >>UserLand. >> >>http://www.cybersaps.org/publicTools/backLogAllRSS/index.html >> >>-----Original Message----- >>From: geeklog-users-admin at lists.geeklog.net >>[mailto:geeklog-users-admin at lists.geeklog.net] >>Sent: Thursday, July 31, 2003 1:41 PM >>To: geeklog-users at lists.geeklog.net >>Subject: Re: [geeklog-users] backlog RSS feed for feedster >> >> >> >> >> >>>and it's asking for a "backlog" RSS address. The GL current is at >>>/backend/geeklog.rdf, where's the backlog? >>> >>> >>> >>> >>Geeklog doesn't have a "backlog" (whatever that's supposed to be). >>There's only one RSS feed with the 10 (or whatever you configured) most >>recent posts. >> >>bye, Dirk >> >> >> >> >> >> > >_______________________________________________ >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