Contribute  :  Support  :  Downloads  :  Forum  :  Links  :  Polls  :  Calendar  :  Directory  :  Advanced Search  
Geeklog The Ultimate Weblog System
Welcome to Geeklog
Friday, May 16 2008 @ 03:43 AM EDT
   

Geeklog 1.3.2, 1.4 and Beyond!

GeeklogA lot of people want to know when more bug squashing is going to happen, when the installer will be improved and what's in the pipeline for Geeklog. Well, if you are wondering the same thing, you will want to read this.

First, let me say Geeklog has reached a milestone. I has a real development team. Not just some lone renegade coding a bunch of buggy features ;-) With this new help, we have one immediate need. Make 1.3.2 very stable. That means squashing some annoying bugs and getting the installer to work for most people including those of you on hosted environments. We are tackling these issues as we speak and hope to have 1.3.2 out later this week or during the weekend.

Now for 1.4. Geeklog 1.4 will be the infamous re-write we have talked about. Now, before you flame me for wasting time reimplementing things, keep in mind that we plan to use as much of our existing code as possible. However, we feel Geeklog is drastic need of a database redesign to allow for greater flexibility and we need to architect Geeklog to handle high traffic sites yet stll make it easy enough for the Geeklog hobbyist to enjoy.

We will be supporting the Geeklog 1.3.x tree in parallel with the rewrite so yes, you can expect more bugfixes and minor feature enhancements to 1.3.x while we all work on 1.4. I know we all have a laundry list of things that Geeklog 1.4 should do that either 1.3.x doesn't do or does poorly. Also, there are some things Geeklog does well that we will want to make sure follows us through the rewrite. Here is your chance to tell us, the developers, what you want. We will actually compile this list over the next couple weeks and start in on the high level analysis and design. We will then propose the new design to you all complete with a data model and pretty pictures of the various components that will make up Geeklog 1.4.

So, what are you waiting for? Post a comment and tell us what you want to see in 1.4.

Story Options

Geeklog 1.3.2, 1.4 and Beyond! | 23 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Hat in the Ring
Authored by: MLimburg on Tuesday, January 22 2002 @ 02:33 PM EST

Okay, you want a list, here's my list :)

  • OOP
    Nuff said.
  • 10,000 Users!
    GL needs to scale. We need to look at how we can handle 10,000 users at the same time. What breaks if this happens, and how do we fix it. This will be a database cache and sessions issue (mostly).
  • Bite the Cookie!
    The default session management should be straight from the server, zero cookies. We could offer an option from within the Admin screen to allow a user set cookie option for auto-logins, but this is a security hole - no matter how many users ask for it. Cookieless sessions will also solve the whole 'cookie through a firewall' problem, the cookie whingers, etc.
  • One Thread to Bind Them All
    (Don't ya love these titles?) A single thread, from beginning to end. We should use a container and object concept for our content. Each entity on the thread contains it's exact location within the thread, in a field called TREE. So, a topic could have a TREE field of '|1|4|7|' (where 1 = site root, 4 = topics, 7 = the topic ID), a message under it would be '|1|4|7|8|') and the reply under it would have a TREE of '|1|4|7|8|9|'. So, if we display the topic, ONE sql call is called to grab ALL the children, rather than rescanning the DB continually (WHERE TREE = '*|7|*' or something).
  • I'll See Your Message, And Raise You A Poll
    The ability to create and reply with a number of different content entities. Under a Topic, you could create a Message (say simple on a party). Under this, the user would then create a Calendar entry (the details of the party in the date format, with email alerts, which would appear as a thread under the Message, and in the Calendar). The user could also create a Poll (would you chip in for a stripper?) which would be 'private' to the message (ie, not appear on the mainpage, etc). The user then creates a secure message (limited to his friends) which posts the address and private details. The user could also place a ban on post replies to the poll or calendar entry - they must sit under the message itself. In addition, having content as objects (code speaking) means we can update them easily, plus create new object types. We could even turn off some types if your system doesn't require them. My current idea for content types include Message, Calendar, Poll (used for normal polls, and for ratings), Archive (download lists), Media (images, shockwave, etc). We would need to establish a security system for these also. Perhaps under each object, you can say what will and what will not be available - with an inheritance feature. One topic can be assigned for messages only (limitation inherited), one topic will allow messages only but replies can be polls and media (limitation on all except messages, inherited only on calendar and archive).
  • [b]Looks Like We're Surrounded[/b]
    Yep, GLML! Or for those who were not into the 1.3 wishlist and coding, GeekLog Markup Language. A complete markup language to replace the use of HTML within messages. This allows the admin to control what and how things are displayed, plus through the admin screen, allows them to add, alter and remove tags. Want your [b][/b] to be bold AND blue? How about your [b][/b] to be bold for regular users and bold and blue for ADMIN users? Applying the security settings to the markup language allows greater flexibility. For example, only Moderators and Admins get the [img]http://here.com/there.gif[/img] functionality. Also it saves DB space (mostly). The smiley code is a good example. Remember, :) is smaller than anytime. However, this means parsing the results from the database, a bottleneak could sneak in ... so this leads to my next point.
  • Attack of the Clones
    Simply put, we need to cache pretty much everything. We need to check if the data has been changed (incorporate a simple checksum along with the index?) and then write the data to disk. We can implement the cache to be the 'front end' of the site also, so that 'http://site.com/news/2001/01' displays the News for January 2001. Or something :) I'm sure you get the idea. These 'static' pages would also help dovetail into using mod_rewrite (see below).
  • Where Did That Masked Gif Come From?
    The use of a media.php file would allow us to effectivly control where and how media is stored. Our media.php file would grab the specific media from a location and display it as normal. For example, media.php?loc=smiley&pic=grin.gif would look into the predefined directory assigned the keyword of 'smiley' and pipe the grin.gif image back to the browser. If the image is not there, it can return a flashing 'oops' gif (or something). Aside from the obvious security benefits (the user never knows where the image is coming from), there's the co-location benefits. The location of the 'smiley' images could be in a subdir, another machine, or even in a database. These would need to be set within the Admin screen.
  • /Get/Your/Gear/On
    All our php files which work with passed variables need to handle mod_rewrite if it's being used.
  • Get Your Ticket to Nirvana
    We all know of it, some of us are even whores to it. Karma. A admin configured system where user comments are rated higher and lower depending on a) your actions and b) the whims of the readers. Higher starting karma for registered users, regular posters, regularly upgraded posts, admin's whim. Lower karma for those who annoy the admin, regularly post messages that are degraded by users.

  • You can lead a user to Create, but you cant make them Read
    A larger security model is needed, built on the existing one. Users and Groups are great, but I want more than a binary YES|NO system. Rights assigned to CREATE, VIEW, REPLY, EDIT, MODERATE, KARMA, DELETE, FEATURED, FLOATING, ADMIN, etc. Oh, spot the floating? It's a toggle which allows the message to be 'like' a featured one - they float above the normal ones, and sit under the featured one. An example of this system is a feedback system. A topic called System Feedback is created. Users can CREATE and nothing else. MODERATORS can CREATE and VIEW and REPLY, and nothing else. ADMINS can do anything.
  • But I don't own my own machine, I run in a subdir
    This is a personal annoyance for me, as I do just that for a club I help. The security features of GL are great, but we need to be able to cater for pretty much any userbase. Just like cookies as an option, we need to be able to move the 'out of webtree' directory simply and easily. I managed to get this working for 1.3 (didn't get into the release), and I want it in a 1.4 release. Basically we have two key paths, 'SYSPATH' and 'WEBPATH' and all file calls use with these. The WEBPATH usually is something like 'homeuserhtml' and the SYSPATH would be 'homeusergeeklog-system' ... or something. By doing this, a subdir user can move (and reassign) the WEBPATH to 'homeuserhtmlsubdir' and SYSPATH to 'homeuserhtmlsubdirgeeklog-system' ... or even alter the system path to obscure it a little. It's not hard, and it's something asked for ALOT. Hell, it would get the monkey off my back at the least.

Well I'm sure this will get some people thinking. I'll be around to help define this out, and you can be sure I'll be into rebuilding GL into the monster blog it can be. IFor me, this ain't no wishlist, I *WANT* these things implemented into the system I want to use. We're already well on they way.

One Thread to Bind Them All
Authored by: Anonymous on Tuesday, January 22 2002 @ 06:51 PM EST
An example of this in an open source news system can be found at:

http://www.boesch-it.de/sw/simpnews.php

The + symbols (links) in the left nav demonstrate the single-thread approach.

Hat in the Ring
Authored by: Anonymous on Monday, January 28 2002 @ 09:48 AM EST
Cookies and 10,000 users - Geeklog in its current state does use way to many cookies. 10,000 users or 10,000,000 users, could also mean load balancing across multiple web servers. In zero cookies situation there would have to be either replication of sessions varibles between servers, or configure php to use sessions varibles from a nfs that would accessible by every other server. Both of this are messy situations due to platform dependence.

The better option would be to have one cookie which keeps a unique session identifier after login and that is deleted after logout. Then store the same unique session identifier in the database table, along with client ip address, username and timestamp. This way every time a page is loaded after login, the unique session identifier would be used to authenticate the user. The use of ip address would improve security, and with the timestamp would allow for set timeouts.

---

Geeklog language?
Why not use XML, instead of creating yet another scripting language?

Hat in the Ring
Authored by: Tony on Monday, January 28 2002 @ 12:56 PM EST
Yes, we are looking at nixing quite a few of our cookies and boiling it down to one, long term cookie. We will implement sessions using PHP4 sessions (or something similar).

Do you have an example of xml-based scripting such as you mentioned? Only reason GLML is proposed is to provide way users can format text without learning HTML which, IMHO, is more complicated than bb-style scripting.

-----
The reason people blame things on previous generations is that there\'s only one other choice.
Hat in the Ring
Authored by: Anonymous on Tuesday, March 19 2002 @ 12:08 AM EST
Hum - i thought this is a GEEKlog? or is it maybe a dummy-log? :) (refering to the easy of html coding)
My wish list
Authored by: Tony on Tuesday, January 22 2002 @ 03:56 PM EST
  • ban lists - by IP or email address
  • ip tracking - track the IP a comment/post/link/etc/ comes from even if by anonymous users
  • use http://somedomain/somedir/var1/var2/var3 instead of http://somedomain.com/somedir?var1=x&var2=y&var3=z and don't use mod_rewrite or any other webserver specific solution!
  • Make cookies options. Sure, if user has them enabled, store long term cookie otherwise support user without cookies enabled via php4 sessions
  • Abstract it: allow the ability to tie a poll, event, link, whatever together in any order
  • Go static -- let's make GL faster by generating as much of it statically as we can
  • Better Database Model...nuff said
  • Go OO, make it all object oriented! At least, as much as possible
  • Dynamic Templates! Allow admins to change GL templates via a web interface ala Wiki or something similar
  • stable,stable,stable...make Geeklog a viable choice for businesses for both intranets and for-profit websites but easy to manage for the Geeklog hobbyists
  • ability to disable user accounts
  • improved account activation (lose the random passwords)
  • Is it fast? If not, I don't want it. Geeklog needs to be fast
  • domain restrictions...only allow users with addresses from approved domains to register
  • Improved language support...did somebody say gettext()
  • Plugins...make them easy to write and they will come!
  • Security...me don't like crackers!
  • More authentication modules: LDAP/IMAP/PAM oh my!
  • more to come...

    -----
    The reason people blame things on previous generations is that there's only one other choice.

    Downloads
    Authored by: drake on Tuesday, January 22 2002 @ 04:24 PM EST
    I would love to see downloads included in the system, and a highly configurable one at that. I run an Internet radio show and just finished moving over to geeklog last night. The site is at http://azsessions.com if you care to check it out. The biggest problem I had was moving the archives over. I ended up just using staticpages and using the old page. Here is a description of the D/L page as I see it.

    It would run a lot like the links area. It would then also have several ways to download the file and those would be totally user definable. Just something where you can add x number of name/url combos would work. That way you could have several mirrors, http or ftp, or in my case, download or stream. Basically all you would have to do is add several fields to the links page and it would be done.

    And on down the road…
    GL would also allow users to upload files to be added to the system and have them upon approval placed in a public directory for download. Also a lot like the link submission but with the ability to attach a file to it.

    The first part (Modified links page) does not sound too difficult and I was thinking of writing myself. But I am a very amateur coder and my implementation would probably have to be cleaned up a lot. Also, the installation part is beyond me and if you are thinking of rewriting the system it sounds like it would be a waste of my time. I am willing to take a stab at it though if you will do the clean up and installation. Or if you guys would like to do it that would be cool too. Please send me an email and let me know what you think. :)
    GL is the Engine...you need a plugin ;-)
    Authored by: Tony on Wednesday, January 23 2002 @ 08:20 AM EST
    Geeklog is meant to be a news portal/weblog/blog/whatchamacallit. Some things are just outside the scope of the core Geeklog project however, we want to provide other developers the power to extend Geeklog using plugins.

    I think what you are asking for is a great idea. However, I think it is outside the scope of the core Geeklog project and would be better suited as a plugin. Am I wrong?

    -----
    The reason people blame things on previous generations is that there\'s only one other choice.
    Forums Plugin
    Authored by: Anonymous on Tuesday, January 22 2002 @ 10:30 PM EST
    I think many people would appreciate a working
    Forums plugin.
    Forums Plugin
    Authored by: MLimburg on Wednesday, January 23 2002 @ 07:15 PM EST
    ARGH

    I'm sorry, could you please DETAIL what you actually mean? It's a little hard for a programmer to sit down and build a working spec around only the phrase 'must work' ...

    my wishlist
    Authored by: dreamscape on Wednesday, January 23 2002 @ 05:36 AM EST

    So for some stuff I'd like to see hit a version near us?

    • no supervision required
      Some users, or groups, should be able to post news without waiting for moderation. If you're just using this for yourself (geeklog as a home page) you might not want to be bothered by having to approve your own posts everyt time.


    • I'll take the little guy
      Different user account options. Some people might not want to allow users to sign up on their geeklog site (really, they might not). Some might want them to sign up as they do now, automatically being approved, getting a random password via email. Some might want to manually approve membership (a little more admin, but if it's a site for family and friends, or of very specific purpose, you might want to be able to say who comes and who goes). These three options are relatively tame, and could be implemented pretty easily. A fourth option, important to me, would be 'custom approval'. Say I had a few extra columns in my database for subscription_expire_date, subscription_rate, subscription_paid. I'd handle all the code to fill in the columns, but I want to assign a user approval method that lets me specify a sql query, and a 'valid' response.


    • middle blocks
      I'm convinced that there will be times when the side blocks are too small to do what I want. What if I want to do 'featured screenshot' on my 'screenshot' section, but i want it to show up at 640x480 in a box, or a little less in a box, but not an iconified 100x75 image. Only one example there are probably a lot more, but I want middle blocks. No sweat to find the latest screenshot in a directory and have my function return the marked up image tags, for a php block... Or to pull a random image from a directory (wallpaper of the day, free pr0n of the day, whatever)


    • Organization
      infinitely nested parent child relationship of "cateogries" or "sections" or "pages", whatever you want to call them. The flexibility to move whole branches from point A to point B and have it still be a tree. To be able to move a root node to be a child of one of it's children. To be able to have 20 categories named foo, and them all to be distinct.

      This is essentially the whole heirarchical category stuff that has been talked about for a little while. It should be flexible enough to be restructured, and not require unique names. I might want to have:

            Programming
            -> Web
            ---> PHP
            ------>Tutorials
            ---> JSP
            ------>Tutorials

            instead of

            Programming
            -> Web
            ---> PHP
            ------>PHP_Tutorials
            ---> JSP
            ------>JSP_Tutorials


      'Stories', 'Pages', 'Categories' should be assignable to functionality. Maybe they default to all. But I should be able to assign PHP->Tutorials to (stories/links) or PHP->Scripts to (links). I might want to assign Family->Albums to (plugin - gallery) or something to that effect. I should be able to chose what I want to show in the sections block, but the Family -> Albums page would have no stories, no links and no events associated with it, only plugin properties.


    • can i get a sub-Mit
      There have been several occasions when I would have appreciated the form action buttons to be at both the top and bottom of a given dialog, depending on how I work, so that when I've finished my current flow, the next logical step is where the 'save' button is, not all the way back up at the top again. Maybe that's trivial, but make a tool usable and we're getting somewhere.


    • standards
      I think the initial themes, templates, and all geeklog output should be XHTML compliant.


    • anabolic steroids for links
      I think our 'links' section should develop into a full-fledged bookmark management tool, complete with the ability to import netscape bookmarks or ie favorites or opera bookmarks, etc. We should build on the whole heirarchical categories. Maybe add a function for block inclusion like "Newest Links", "Hottest Links" that people can put in left right blocks if they want, but still see full fledged link management.


    • big name plugins
      For a full-fledged 'community' type site I think there has to be all that geeklog is, and, some sort of photo-gallery script, and a forum of some sort, and for people without free bandwidth probably a banner ad system. It seems people have an affinity towards gallery (gallery.sf.net) and John Holmes has worked a way to wrap it in geeklog. Maybe we vote to pick some top app (gallery, phpbb2, and phpads) and get working to fully integrate them into geeklog as plugins (including coming up with layouts to match our current included themes), or build our own or something.


    • relations
      Or more specifically, what's related to me. Another comment from either the mailing list or SF, but the ability to do keywording. So you specify a list of keywords, either for more correct meta searching, or to just drag out a list of related items at the bottom of the story.


    • wow, aren't you interesting.
      I'd like to be able to see someones karma, or maybe more specifically to be able to say "this guy is interesting". Then by clicking on his username I can see all his comments, all his stories, etc. Or, maybe I can subscribe to this guy, and in a side block have something like 'dreamscapes latest comments', or 'dreamscapes latest posts'. or subscriptions: dreamscape(5).


    • can o worms
      Subscriptions in general sound good to me. Maybe I can subscribe to a story and be notified whenever it gets updated, edited or commented on. Maybe I can subscribe to a gallery (plug-in issues) and find out whenever photos get comments or photos get added. I'm sure there are other uses for subscriptions...

    Thats starting to stretch my brain a little. I'm agreeing with most (more likely all) of what has been listed so far, and trying to add new ideas, not just repeat the ones made before. That is why I didn't talk a whole lot about permissions, but, a feature request on SF asked to be able to disable 'calendar' and maybe something else for certain groups, i think this could be accomplished and more with build out of the permissions.

    Downloads not part of a weblog?
    Authored by: drake on Wednesday, January 23 2002 @ 06:55 PM EST
    Many weblog sites involve downloads, including yours. Who wants just plain news anymore. You want news with a twist or news about a project. And that often includes downloads. If you would like more examples other then your own site let me know. Dont you think it would be nice to have a download section of your site similar to your liknks. That way people can submit plugins, patches, themes, code for blocks(I have some), etc.. You will be hard pressed to find a weblog that does not include this functionality. I dont use any of those otherweblogs because I really like what you have going here, and that\'s why I bother to make these posts. So please understand that I am not trying to give you a hard time, I really like your work and would like to help you improve it.

    It seems a little silly to me to limit the scope of your project that much. But ofcource, that is your desition. If you really do not want to include this, I guess what I would like to see is better plugin support and documentation. I would also like to see more plugins in general but I think that will come with better support and documentation (and a download area ;) ) for plugins.

    Thanks for all the good work!
    Downloads not part of a weblog?
    Authored by: drake on Wednesday, January 23 2002 @ 06:58 PM EST
    Sorry, should have been a reply to the thread, I dont know why it was not. Is there a way to move comments around? There is another feature idea :)
    Downloads not part of a weblog?
    Authored by: Tony on Wednesday, January 23 2002 @ 07:18 PM EST
    You are hitting on what I struggle with everyday. I want Geeklog to get better, I want it to enjoy a huge userbase but I also want to make Geeklog unique from the other weblogs. I don\'t know how they do it, but a great example of a project that does this is SquirrelMail. They are very clear about what is core to the system yet they have a large number of plugins you can install to extend the system. Arguably some of those plugins should be in the base code but they aren\'t.

    Should file sharing/peer-to-peer stuff be supported with Geeklog? Maybe that would make a great poll question. What I will say is that by providing a plugin system, we give the option for people to implement features us developers haven\'t or won\'t get to.

    So, I won\'t say this idea is dead. I will considering and mull over it with the other developers and see what we come up with. I love your input! Keep it coming ;-)

    -----
    The reason people blame things on previous generations is that there\'s only one other choice.
    aren\'t downloads just links ?
    Authored by: dreamscape on Thursday, January 24 2002 @ 04:49 AM EST

    This is where I'm confused I guess. In my world you could basically use a really good link management tool to do all your downloads as well. Correct me if I'm wrong, but if things workout the way I we think they will with heirarchical categories and a revamped link section, you should be able to make a category/section called "downloads" and maybe even say it's only a link area. Then when people click on the "downloads" section they enter that part of the link library.

    I guess I might be confused on what the difference between a download and a link is. In my world a link can be a reference to anything. Web sites on another server, your favorite news item on your geeklog site, a tarball of some really cool TTF's on your site (or someone elses). make the links what you want.

    I think you'll get all the functionality you'll want for "downloads" although it might not be called "downloads" until you name it (:

    aren\'t downloads just links ?
    Authored by: Tony on Thursday, January 24 2002 @ 06:06 AM EST
    I\'m not sure but I think he wants to acutally upload files to be downloaded. I could be wrong.

    -----
    The reason people blame things on previous generations is that there\'s only one other choice.
    aren\'t downloads just links ?
    Authored by: Anonymous on Thursday, January 24 2002 @ 09:28 PM EST
    Sorry to interrupt. I am newbie for php portal system.

    Several php developer teams already offer portal solution and Geeklog is one of them. For my personal wish I would like to see the following functions so that I can adopt a portal:

    - easy to integrate with other php popular packages. To name a few e.g. phpBB 2.0, Gallery 1.2.5 (or the future 2.0), php Auction, document management system, etc. The user of the portal can have 'single signon' to access all these common packages

    - multi-language support include Chinese (of course because I am come from Hong Kong)

    - user group or mailing list similar to what's does in Yahoo Groups (groups.yahoo.com)

    - web based template system (phpBB ver 2 has a nice template system but require editing in the server side)

    - web mail capability or private message like phpbb ver 2

    - greeting cards or birthday reminder

    Thanks!



    Wish List
    Authored by: Anonymous on Thursday, January 24 2002 @ 09:31 PM EST
    Sorry to interrupt. I am newbie for php portal system. Several php developer teams already offer portal solution and Geeklog is one of them. For my personal wish I would like to see the following functions so that I can adopt a portal:

    1. easy to integrate with other php popular packages. To name a few e.g. phpBB 2.0, Gallery 1.2.5 (or the future 2.0), php Auction, document management system, etc. The user of the portal can have \\\'single signon\\\' to access all these common packages

    2. multi-language support include Chinese (of course because I am come from Hong Kong)

    3. user group or mailing list similar to what\\\'s does in Yahoo Groups (groups.yahoo.com)

    4. web based template system (phpBB ver 2 has a nice template system but require editing in the server side)

    5. web mail capability or private message like phpbb ver 2

    6. greeting cards or birthday reminder

    Thanks!

    Wish List
    Authored by: Tony on Saturday, January 26 2002 @ 01:50 PM EST
    Sounds like all you need is phpBB2!

    Seriously, we will provide a phpBB2 hack once it is in production (they\'re in release candidate now).

    With GL 1.3.x we allow you to alter the table names GL uses so it should be much easier to allow you put Geeklog in the same database with other apps.

    We use templates already and, like phpBB, you must edit on the server side. We\'ll look into letting you edit individual templates via a web interface with 1.4

    -----
    The reason people blame things on previous generations is that there\'s only one other choice.
    receiving news about a story
    Authored by: andrake on Friday, January 25 2002 @ 12:41 AM EST
    If you get a tree like version of the stories, i would like to see the possibility for someone so subscribe for a folder section (or a subfolder, even for a story) and receive by mail the fact that new story (or comment) has been posted.
    good work all
    2nd the vote for more user control
    Authored by: Anonymous on Saturday, February 16 2002 @ 04:32 PM EST
    I second the vote above for more options for users and their privileges. I would like to use geeklog to help administer a non-profit group. Please comment on my comments, especially if someone has implemented these things already. Geeklog could handle the member registration for the organization if:
      Users can opt to have their info PUBLIC or PRIVATE. The current geeklog default would be PUBLIC. PRIVATE would show user name only. An enhancement would be to provide check boxes for each item a user wanted to be shown when their username was clicked on.

      More fields for user info. To facilitate the use of geeklog for the purpose I need, fields for snailmail, phone, etc. would be useful additions. How about a field for user creation date? Also, check boxes for inclusion on email and or snailmail lists would be great. Perhaps BLOG or ORGANIZATION-PORTAL could be install-time options?

      Data mining tools. This might be as simple providing a button to generate spread-sheet compatible OUTFILE dumps of tables like USERS to the admin. This allows the group to generate mailing labels and phone trees from the registration information. For the techno-phobic secretary of this group, I'm using the bloated functions phpmyadmin for this (BTW, phpmyadmin is AWESOME). But, even this 'thin' client is too scary for her. Maybe more value-added mining tools could be devised as well.


    Comments?

    Error Message?
    Authored by: dk4210 on Monday, February 18 2002 @ 06:07 AM EST
    Does Any one know why I get this error message when I try to delete a story?

    Warning: Supplied argument is not a valid File-Handle
    resource in lib-common.php on line 695

    Warning: Supplied argument is not a valid File-Handle
    resource in lib-common.php on line 696

    Warning: Supplied argument is not a valid File-Handle
    resource in lib-common.php on line 697

    Please help...
    Error Message?
    Authored by: Anonymous on Monday, February 18 2002 @ 07:42 AM EST
    a similar issue brought this comment from Tony,
    might work for you.
    \"it\'s a permissions issue:

    chmod -R 775 /path/to/geeklog/logs

    and

    chmod -R 775 /path/to/geeklog/public_html/backend\"

    from a post by,
    --Tony