- Moderated by:
- Support Team
-
- rank:
-
Freshman
- registered:
- April 2003
- Status:
- offline
- last visit:
- 18.05.03
- Posts:
- 3
Hello,
I've initialize phpwiki in admin page,
but when i run
http://mysite/modules/phpwiki/index.php
it shows this error msg:
Parse error: parse error, unexpected ':', expecting ')' in /home/mysite/public_html/modules/phpwiki/index.php on line 180
and i've put this on line 180
mysql://usename:password@localhost/databasename
anyone can help to tell me what is the problem?
Thanks!
wk13 -
- rank:
-
Helper
- registered:
- June 2002
- Status:
- offline
- last visit:
- 25.07.05
- Posts:
- 281
Let us know if this helps:
http://www.issho.org/modules.php?op=modload&name=News&file=article&sid=771
--
irc://irc.freenode.net/issho
talking.to/tony
-
- rank:
-
Freshman
- registered:
- April 2003
- Status:
- offline
- last visit:
- 18.05.03
- Posts:
- 3
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? -
- rank:
-
Software Foundation
- registered:
- December 1969
- Status:
- offline
- last visit:
- 15.11.08
- Posts:
- 4481
maybe the enhanced phpWiki from mats kling is a good option:
http://stuff.kling.nu/
--
regards from germany
..::[Zikula Application Framework]::.. ..::[SEO-Blog]::.. ..::[CMS Sicherheit]::.. -
- rank:
-
Helper
- registered:
- June 2002
- Status:
- offline
- last visit:
- 25.07.05
- Posts:
- 281
This is very nice.
Thanks for pointing it out, larsneo.
--
irc://irc.freenode.net/issho
talking.to/tony
-
- rank:
-
Freshman
- registered:
- April 2003
- Status:
- offline
- last visit:
- 18.05.03
- Posts:
- 3
Thanks a lot larsneo
this one works very good in my Liniux environment.
But I got problem again when I run it in IIS, asI am going to use this for my company intranet, and my company has mutlisite hosting in the IIS server.....any idea?
