>If you add pages you should be able to visit them via their URLs; you
>didn't say
>whether you tried that.
This is something not mentioned in the tutorial. I accessed it via the URL
and now received the error message:
"Parse error: parse error in code-init on line 4"
code init has following code (cut and paste from the tutorial):
1: <?php
2: /* If no topic was specified, go to the root */
3: $context["root"] = $argv[0] ? $argv[0] : 20
4: $t = mgd_get_topic($context["root"]);
5: $context["topic"] = $t;
I realized that there is a missing ; after 20 in line number 3 (something to
mention in the tutorial). Now I can see the content. Hey Emile! You helped
me again!
Let's have a look if I figure the rest out myself ...
Thanx
-goe-
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org
To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]