From: Bernhard K. <ber...@mn...> - 2004-09-01 08:26:56
|
Hi, all around after installing phpwiki with mysql I got to start it. However it looks still a little strange: /usr/share/phpwiki/lib/Template.php:23: Warning[2]: fread(): supplied argument is not a valid stream resource /usr/share/phpwiki/lib/Template.php:24: Warning[2]: fclose(): supplied argument is not a valid stream resource PageGroupTestFour von MIME-Datei /usr/share/phpwiki//pgsrc/PageGroupTestFour neue Seite - in der Datenbank gespeichert als Version 1. FullTextSearch von MIME-Datei /usr/share/phpwiki//pgsrc/FullTextSearch neue Seite - in der Datenbank gespeichert als Version 1. WabiSabi von MIME-Datei /usr/share/phpwiki//pgsrc/WabiSabi neue Seite - in der Datenbank gespeichert als Version 1. CommentPlugin von MIME-Datei /usr/share/phpwiki//pgsrc/CommentPlugin neue Seite - in der Datenbank gespeichert als Version 1. GoodStyle von MIME-Datei /usr/share/phpwiki//pgsrc/GoodStyle neue Seite - in der Datenbank gespeichert als Version 1. and further entries. Please could you point me to the error! mnewiki is the supposed name of the wiki and mnewiki is also the mysql database name. when I klick e.g. the PageGroupTestFour entry I get http://localhost/mnewiki/mnewiki?pagename=PageGroupTestFour and not found, which is correct since the URL should be localhost/mnewiki/?pagename=PageGroupTestFour. In index.php the only place of mnewiki is 'dsn' => 'mysql://mnewikiuser:secret@localhost/mnewiki', where mnewiki is the name of the mysql table while mnewiki is also the subdirectory with index.php. changing the subdirectory name mnewiki to wiki results in: /usr/share/phpwiki/lib/Template.php:23: Warning[2]: fread(): supplied argument is not a valid stream resource /usr/share/phpwiki/lib/Template.php:24: Warning[2]: fclose(): supplied argument is not a valid stream resource /usr/share/phpwiki/lib/Template.php:23: Warning[2]: fread(): supplied argument is not a valid stream resource /usr/share/phpwiki/lib/Template.php:24: Warning[2]: fclose(): supplied argument is not a valid stream resource /usr/share/phpwiki/lib/Theme.php:195: Notice[1024]: templates/browse.tmpl: not found /usr/share/phpwiki/lib/Theme.php:195: Notice[1024]: templates/html.tmpl: not found the Pages as in the above examples are no longer shown. Please help. Bernhard |