Hi,
I can install it finally, I found that I have to edit line 185 instead of 180 to define
DB type
'dsn' => 'mysql://user:password@localhost/db_name',
However, when i run http://mysite/modules/phpwiki/index.php
directly, i cann access the page,
but it gives error
Warning: main(lib/prepend.php) [function.main]: failed to create stream: No such file or directory in /home/user/public_html/modules/phpwiki/index.php on line 83
Fatal error: main() [function.main]: Failed opening required 'lib/prepend.php' (include_path='') in /home/user/public_html/modules/phpwiki/index.php on line 83
when I use the menu bar of
PostNuke to access it
the link is
modules.php?op=modload&name=phpwiki&file=index
is it equal to direct access the page by using this link?