you must make a page to display the article.

For example:

create a page /article/, and make it an active page.

put this code into the content:

<?

if ($argv[0] ) {

$article = mgd_get_article($argv[0]);
if (is_object($article)) {
?>&(article.name); <p> &(article.content);<?

}

}

?>

Tarjei

Bartho Saaiman wrote:

> I am currently using the example website to make myself familiar with 
> Midgard and its uses.
>
> When I add a new article, either by using asgard or the admin site, I 
> can not get this new article to display. Midgard adds the link to it 
> (the new page) but when I try to access it , I get a requested url not 
> found. I have querried the database and can see the corresponding 
> article in the article table.
>
> What could I be doing wrong? If I look in the apache logs I also see 
> file does not exist. Any help would be appreciated.
>



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

Reply via email to