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
- mdee responded to »Different page content under one template (tpl file) based on URL« 07:17 AM
- Guite responded to »Remove contents of nuke_sc_anticracker from Database« 01:30 AM
- espaan responded to »Categories disappear when editing ...« 08. Feb
- eledril responded to »How decrease zikula cpu usage« 08. Feb
- jmvaughn responded to »PN 0.764 to Zikula 1.1.2 (migration) Internal Server Error« 08. Feb
- eledril created topic »Where can I download BBCode and BBSmile?« 08. Feb
- Paustian responded to »Need Feedback« 08. Feb
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
phpwiki install problem
-
**unknown user**
- Rank: Softmore
- Registered: Mar 16, 2002
- Last visit: Oct 21, 2009
- Posts: 275
Let us know if this helps:
http://www.issho.org/modules.php?op=modload&name=News&file=article&sid=771 -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: May 18, 2003
- 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: Dec 31, 1969
- Last visit: Oct 21, 2009
- Posts: 3814
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]::.. -
**unknown user**
- Rank: Registered User
- Registered: Mar 16, 2002
- Last visit: May 18, 2003
- 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?
- Moderated by:
- Support
