> I have installed midgard from CVS a few weeks ago. What should I do to update?
> Do I have to deinstall midgard before I install new from CVS?

I think You may easily repeat compile steps.
 
> I had three problems with midgard recently. Unfortunately I wasn't able to
> figure out which of them are my own fault and I also don't know which of them
> are MMP related.
> 
> 1. I have started to build a pretty simple site. Everything works with midgard
> lite, but with midgard the browser shows nothing and never stops loading.
> mysqld and httpd heavily using the CPU. I thought it is a infinite loop in my
> design but I can't find it (and midgard lite works...). I can give a database
> dump on request.
> 
> 2. <(author)> does nothing. Either I'm too stupid or it's not predefined. What
> should it display exactly?

If <(author)> is page element , then it should display what is in that element.
If Yu want to display article author, You have to make additional querry.

$author = mgd_get_person($article->author);
and than
&(author.firstname); &(author.lastname); or &(author.name);


 
> 3. no pagelinks. I really would like to have them, but than... if you say it's
> to difficult, I have to live with it.

If I am not wrong , You have to compile midgard --with-pagelinks , but it is not 
possible
while using MMP.
Maybe another solution would be good without pagelinks?

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to