[midgard] parse error: problem with page-elements

2000-03-10 Thread Anatol Mayr / HEXAGON
I've created a ROOT-page in the host-admin which contains a page-element called "global-navigation". In the layout-admin I reference to this page-element by (global-navigation) which works fine. The only problem is the following error, which is displayed in the bottom of the generated html-file.

Re: [midgard] Session data ?

2000-03-10 Thread Emiliano Heyns
Michael Ed wrote: Since I force external users to log in to our XtraNet there should be a possibility to identify and log sessions. In the new agreement with our distributors the *must* read news every day. (Else I'll send a techie out to spank them.) I scanned the documentation on the

Re: [midgard] parse error: problem with page-elements

2000-03-10 Thread Emiliano Heyns
Anatol Mayr / HEXAGON wrote: I've created a ROOT-page in the host-admin which contains a page-element called "global-navigation". In the layout-admin I reference to this page-element by (global-navigation) which works fine. The only problem is the following error, which is displayed in

RE: [midgard] parse error: problem with page-elements

2000-03-10 Thread Anatol Mayr / HEXAGON
It usually means that there is an unterminated block in your code somewhere. After looking on my code line for line, I've found the beast. A simple "}" ends the problem. Thanks, Anatol P.S: Will there be a Monster-Package for SUSE 6.3 available (inluding Apache, MYSQL, Midgard ...) like that

Re: [midgard] Session data ?

2000-03-10 Thread Michael Ed
Emiliano Heyns wrote: Michael Ed wrote: Since I force external users to log in to our XtraNet there should be a possibility to identify and log sessions. I got echo($REMOTE_USER) to show up on the screen. That works. But then ... 2: ?php 3: echo("Welcome, ");

Re: [midgard] Session data ?

2000-03-10 Thread Henri Bergius
On 10 Mar, 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 ? If the user is authenticated with Midgard, you'll find it from $midgard-user Is there an internal functionality for tracking use, or do I have to

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] Session data ?

2000-03-10 Thread David Guerizec
Hi, Is there an internal functionality for tracking use, or do I have to add the information myself ? Do I save that in the pref table, hard coded ? You have to code this yourself. Or you can look at this, it is already coded ;-) http://www.midgard-project.org/article/1394.html