Hi, Vielleicht was vergessen? Glaub nicht dass was ohne geht
# http eintragen $ScriptUrl = 'http://137.226.76.167/pmwiki/pmwiki.php'; # hier auch $PubDirUrl = 'http://137.226.76.167/pmwiki/pub'; Am Donnerstag, 22. März 2007 13:19 schrieb Hans-Jürgen Förster: > Hallo Pmwiki Users, > > ich bin Pmwiki-Newbi und ich habe eine Problem mit Pmwiki. > Nachdem ich Pmwiki installiert habe und die config.php angepasst habe > versuche ich Pmwiki zu starten. > Leider erscheint nur eine leere Seite, ohne Fehlermeldung?!? Hier ist > meine config.php (die Kommentare habe ich aus Platzgründen hier entfernt) > > > schnipp+++++++++++ > <?php if (!defined('PmWiki')) exit(); > > $WikiTitle = 'Physiologie RWTH-Aachen'; > $ScriptUrl = '137.226.76.167/pmwiki/pmwiki.php'; > $PubDirUrl = '137.226.76.167/pmwiki/pub'; > # $EnablePathInfo = 1; > $PageLogoUrl = "$PubDirUrl/inphyslogoklein.gif"; > $Skin = 'pmwiki'; > $DefaultPasswords['admin'] = crypt('secret'); > # $EnableBlocklist = 1; # enable manual blocklists > # $EnableBlocklist = 10; # enable automatic blocklists > $EnableGUIButtons = 1; > # include_once('scripts/creole.php'); > $EnableUpload = 1; > $DefaultPasswords['upload'] = crypt('secret'); > $EnableDiag = 1; # enable remote diagnostics > # $EnableIMSCaching = 1; # allow browser caching > # $SpaceWikiWords = 1; # turn on WikiWord spacing > # $EnableWikiWords = 1; # enable WikiWord links > # $DiffKeepDays=30; # keep page history at least > 30 days > # $EnablePageListProtect = 0; > # if ($action == 'refcount') include_once('scripts/refcount.php'); > # if ($action == 'rss') include_once('scripts/feeds.php'); # RSS 2.0 > # if ($action == 'atom') include_once('scripts/feeds.php'); # Atom 1.0 > # if ($action == 'dc') include_once('scripts/feeds.php'); # Dublin Core > # if ($action == 'rdf') include_once('scripts/feeds.php'); # RSS 1.0 > $EnableRelativePageVars = 1; > # $AutoCreate['/^Category\\./'] = array('ctime' => $Now); > # Markup("'~", "inline", "/'~(.*?)~'/", "<i>$1</i>"); # '~italic~' > # Markup("'*", "inline", "/'\\*(.*?)\\*'/", "<b>$1</b>"); # '*bold*' > # include_once('scripts/urlapprove.php'); > # $UnapprovedLinkCountMax = 10; > > # $GUIButtons['h2'] = array(400, '\\n!! ', '\\n', '$[Heading]', > # '$GUIButtonDirUrlFmt/h2.gif"$[Heading]"'); > # $GUIButtons['h3'] = array(402, '\\n!!! ', '\\n', '$[Subheading]', > # '$GUIButtonDirUrlFmt/h3.gif"$[Subheading]"'); > # $GUIButtons['indent'] = array(500, '\\n->', '\\n', '$[Indented text]', > # '$GUIButtonDirUrlFmt/indent.gif"$[Indented text]"'); > # $GUIButtons['outdent'] = array(510, '\\n-<', '\\n', '$[Hanging indent]', > # '$GUIButtonDirUrlFmt/outdent.gif"$[Hanging > indent]"'); > # $GUIButtons['ol'] = array(520, '\\n# ', '\\n', '$[Ordered list]', > # '$GUIButtonDirUrlFmt/ol.gif"$[Ordered (numbered) > list]"'); > # $GUIButtons['ul'] = array(530, '\\n* ', '\\n', '$[Unordered list]', > # '$GUIButtonDirUrlFmt/ul.gif"$[Unordered (bullet) > list]"'); > # $GUIButtons['hr'] = array(540, '\\n----\\n', '', '', > # '$GUIButtonDirUrlFmt/hr.gif"$[Horizontal rule]"'); > # $GUIButtons['table'] = array(600, > # '||border=1 width=80%\\n||!Hdr ||!Hdr ||!Hdr > > ||\\n|| || || ||\\n|| || || ||\\n', '', '', > > # '$GUIButtonDirUrlFmt/table.gif"$[Table]"'); > schnapp+++++++++++ > > Ich bedanke mich schon im Voraus für Eure Hilfe > > Gruß, HJFörster > > -- > *********************************************************** > Institut für Physiologie der RWTH-Aachen > Hans-Jürgen Förster > Pauwelsstr. 30 > 52057 Aachen > Tel.: 0241 80 88804 > Fax : 0241 80 82434 > mailto:[EMAIL PROTECTED] _______________________________________________ pmwiki-users-de mailing list [email protected] http://host.pmichaud.com/mailman/listinfo/pmwiki-users-de
