Re: [midgard] More Postgres grief...

2000-03-26 Thread Emiliano [EMAIL PROTECTED]
On Sat, 25 Mar 2000, Ami Ganguli wrote: The other odd behavior I've noticed is that extension_loaded("pgsql.so") never returns true, even when checked after the "dl" command. Does anybody have any ideas? Thanks, It could be that PHP needs to be compiled with some kind of stubs that would

Re: [midgard] why can't it just leave it alone.

2000-03-26 Thread Emiliano [EMAIL PROTECTED]
On Sun, 26 Mar 2000, Miles Scruggs wrote: when I have a single quote ie' midgard wants to double the number of single quotes that I have. What am I doing wrong? Looks like magic_quotes_gpc is on, which makes PHP itself quote every string it receives through a form. The Midgard admin

Re: [midgard] Admin Interface - deleting groups

2000-03-24 Thread Emiliano [EMAIL PROTECTED]
On Fri, 24 Mar 2000, Vanja Bertalan wrote: It's not possible to delete any group that has at least 1 member since 'group still has members' shows up and one cannot remove all members from the group. This can be solved by adding additional empty option value=""/option in page 'Admin

Re: [midgard] libNoVersion.so

2000-03-22 Thread Emiliano [EMAIL PROTECTED]
On Wed, 22 Mar 2000, Simon Piette wrote: I would like to give midgard a try, but one of the rpm for RH 6.x is requiring libNoVersion.so.1 . Where does this library come from and where could I get it? It's part of glibc. RH60 comes with glibc-2.1.1-6. rpm -ql glibc will tell you if you have

Re: [midgard] extendable records ?

2000-03-20 Thread Emiliano [EMAIL PROTECTED]
On Mon, 20 Mar 2000, Ken Pooley wrote: I was looking at the patch you have on the Midgard site...but is it for extendable records or the group admin thing? recordext.tar.gz is for extendable records. sitegroup.tar.gz is deprecated (and now removed) since it has been incorporated in CVS. I

Re: [midgard] Support for PostgreSQL.

2000-03-16 Thread Emiliano [EMAIL PROTECTED]
On Thu, 16 Mar 2000, Alexander Bokovoy wrote: For the future, we need to create wrapper library which will hide all differences between DBs. This library will be actually a hidden part of Midgard- lib which is accessible from userland only by initialization function (i.e.

Re: [midgard] Connecting to a MySQL Database on another Server?

2000-03-13 Thread Emiliano [EMAIL PROTECTED]
On Mon, 13 Mar 2000, Torben Nehmer wrote: Sorry, I didn't meat to connect to another _type_ of DB, but to a MySQL DB on _another_ host: midgard httpd on nathan.ghb.fh-furtwangen.de mysql on plato.ghb.fh-furtwangen.de How do I do this? Ah, OK, that we can do. There's no run-time

Re: [midgard] Request for Coders

2000-03-13 Thread Emiliano [EMAIL PROTECTED]
On Sun, 12 Mar 2000, Gary wrote: Greetings, I am responding to your request for coders. Could you please give me a little more information about what kind of skills you need, and what are the terms of your contracts. *grin* Contracts? We're an open source group; I'm afraid we can't offer

[midgard] Mailinglist handling

2000-03-13 Thread Emiliano [EMAIL PROTECTED]
On Mon, 13 Mar 2000, Kevin Schaefer wrote: Please remove me too--the [EMAIL PROTECTED] doesn't work! Does it bounce? If so it will contain information on possible causes. Also make sure that the unsubscribe is sent from the same address as the one you used when you subscribed. Also, _please_

Re: [midgard] Session data ?

2000-03-10 Thread Emiliano [EMAIL PROTECTED]
On Fri, 10 Mar 2000, Michael Ed wrote: ... I did not manage to find the right user id by myself. How do I replace the digit 2 with the current users id ? $midgard-user Is there an internal functionality for tracking use, or do I have to add the information myself ? Do I save that in the

Re: [midgard] importing existing sites?

2000-03-07 Thread Emiliano [EMAIL PROTECTED]
On Tue, 7 Mar 2000, Mike Dent wrote: What I would like to do is "get" these pages into Midgard, lets say on the same host (though this is not important for me). Then I would like to work with them in Midgard and leave them managed by Midgard. If these pages do not allready have a layout

Re: [midgard] Monster package

2000-03-07 Thread Emiliano [EMAIL PROTECTED]
On Tue, 7 Mar 2000, Stephan Goeldi wrote: httpd.conf says: ServerName 192.168.2.75 BindAdress 192.168.2.75 This looks odd. Has anyone successfully tried this before? The usual setup matches on name, not IP. Emile -- This is The Midgard Project's mailing list. For more information, please

Re: [midgard] Error: database not defined

2000-03-04 Thread Emiliano [EMAIL PROTECTED]
On Sat, 4 Mar 2000, Michael Knop wrote: # rpm --rebuild mod_midgard-1_2_5-5_src.rpm + DEF=-DMIDGARD_RPM_RELEASE=\"\\\"${RPM_PACKAGE_RELEASE}\\\"\" + make apxs -c -DMIDGARD_RPM_RELEASE=\"\\\"5\\\"\" -I/usr/local//include -L/usr/lib/mysql -lmidgard -lmysqlclient -L/usr/local//lib

Re: [midgard] Printable doc's

2000-03-02 Thread Emiliano [EMAIL PROTECTED]
On Thu, 2 Mar 2000, Lars Mikkel Aas wrote: Is there any doc's in .ps or .pdf format available ? I would like to print out the doc's, and the doc's on web is not suited for that. You'll find txt, html and rtf versions of the manual at http://www.midgard-project.org/~emiliano/ Emile --

Re: [midgard] Question regarding to example-script in the tutorial

2000-03-02 Thread Emiliano [EMAIL PROTECTED]
On Thu, 2 Mar 2000, anatol wrote: I've found a good scripting-example in the tutorial, which demonstrates a lot of midgard's possibilites, and I'm trying to understand how it works: A question appears: What does: "$topic = $context[topic];" In an earlier part of the page build (the

Re: [midgard] Monster package

2000-03-02 Thread Emiliano [EMAIL PROTECTED]
On Thu, 2 Mar 2000, Stephan Goeldi wrote: Requires: initscripts = 3.25, MySQL = 3.22.30, MySQL-client = 3.22.30 But it didn't work. So can anybody point me to a 3.22.27 URL? Actually the MP is built against 3.22.30. What does $ rpm -qa | grep -i mysql return? emile -- This is The Midgard

RE: [midgard] Question regarding to example-script in the tutorial

2000-03-02 Thread Emiliano [EMAIL PROTECTED]
On Thu, 2 Mar 2000, anatol wrote: Thanks for the info - answers a pretty fast in this mailing list :-) I'm trying to understand how the HTML-page-building-process works. Is there any visual description (perhaps a picture?) how midgard works from start of the page-building until end. I'm

Re: [midgard] default date format?

2000-03-01 Thread Emiliano [EMAIL PROTECTED]
On Wed, 1 Mar 2000, Webmaster wrote: I searched the MARC for this one and could not find anything after 20 minutes. Is there a way to set the default "date" to "mm/dd/" instead of "dd.mm."? Short of patching midgard-php, no. The patching should be pretty safe though since there

RE: [midgard] default date format?

2000-03-01 Thread Emiliano [EMAIL PROTECTED]
On Wed, 1 Mar 2000, Ken Pooley wrote: I hate to admit it but I need to know this as well...the bitching from a certain department about this gets under my skin.I always tell them sure I'll change it when they rewrite microsoft word so that little weasel doesn't show up and try to help

Re: [midgard] Another date question

2000-03-01 Thread Emiliano [EMAIL PROTECTED]
On Wed, 1 Mar 2000, Webmaster wrote: According to the documentation under article fields "date", "aldate" and "adate" are different formats of the last modified date. Yet when I call "article.date" (1.2.6beta2) it is giving me the creation date not the modification date. Am I doing

Re: [midgard] Problem with host not found

2000-03-01 Thread Emiliano [EMAIL PROTECTED]
On Wed, 1 Mar 2000, dave wrote: I set up the sites as port-based virtual hosts. Whichever I then access, I get the apache welcome screen, and messages in apache error log like [Mon Feb 28 18:31:48 2000] [notice] [client 192.168.0.1] Midgard: host record for zeno.demon.co.uk:8101 not

Re: [midgard] *.rpm installation problem

2000-02-22 Thread Emiliano [EMAIL PROTECTED]
On Tue, 22 Feb 2000, David J. M. Karlsen wrote: Iget this after I've installed the midgard RPMs on a RedHat 6.1 box. I've installed these: midgard-lib-1.2.6beta2-1.i386.rpm (109kB) midgard-php-1.2.6beta2-1.i386.rpm (566kB) mod_midgard-1.2.6beta2-1.i386.rpm (51kB)