:? I have searched and searched. Searching the forums only hint is a redirect to the documents section and click on "about Wiki"...
http://support.postnuke.com/modules.php?op=modload&name=Wiki&file=index
I did and found links about how not sure if its working (but should) and no where is their anything about INSTALL...
Instead its circular references to PHPWIKI which is entirely separate and not a module...
I have the module as it came with the lastest version of PostNuke. There is no index.php... there is a docs directory with credits and help. Help is syntax for once you are editing... There is a pnINIT and pnUSERAPI and pnVERSION
Its initialzed and active in Module Administration... I keep seeing refrences to "Adding Pages" which is a circular reference back to PHPWIKI site on sourceforge whis I don't have installed and is seperate from PostNuke and not a module.
if you copy the ?link from the "about Wiki" links for Adding Pages you get http://support.postnuke.com/modules.php?op=modload&name=Wiki&file=index&pagename=StringThemTogetherLikeThis&action=edit
So... I replaced my domain name and basically just get a white screen.
source code of white screen shows a fully generated Blank Page with ending HTML tags.
Unless I am supposed to set up PHPWiki or for that matter WikiWikiWeb since its all goes back to there...
Realese Notes has no info...
PhpWikiAdministration
How do I activate the module and use it meaningfully. I am attempting to trying to start a documentation center for my project and am blocked.
I would like the Wiki pages to be included in my site just as other modules with themes applied and LeftHand Blocks and Headers...
I've looked into the just doing PHPWIKI standalone and including that way but I want the NUKEUSERS groups/permissions that I already have setup to be utilized...
Please help. I have seen a few requests for similiar help but no responses other then "look it up"...
I may not be that bright but it should be this difficult :?
Login
Donate to Zikula
Installation, Configuration, & Upgrades
::
Wiki
-
-
The lower part of this page may shed some light, with regards to phpWiki.
http://www.issho.org/modules.php?op=modload&name=phpWiki&file=index&pagename=MultilingualWikiTalk
--
irc://irc.freenode.net/issho
talking.to/tony
-
Thanks....
Set the permssions as suggested even so far as to set the 2nd ACL as
Allgroups Wiki:: .* edit
I have a Wiki Block with content and see nothing that indicates anything about editing content other then from blocks adsministrator:edit
modules.php?op=modload&name=phpWiki&file=index&pagename=HomePage still shows the empty contents webpage.
modules.php?op=modload&name=Wiki&file=index&pagename=ClickTheQuestionMark&action=edit
Still loads Blank Page... -
Hope someone can give me a clue as to what I did so horribly wrong.
Downloaded unpacked phpwiki. Configured index.php with settings for my environment...
modules.php?op=modload&name=phpWiki
produces Blank Page.
{from INSTALL
Look at index.php and edit the settings there to your liking.
1. CONFIGURATION
The first time you run this Wiki it will load a set of basic pages from
the pgsrc/ directory. These should be enough to get your Wiki started.
}
I'm sorry but did I miss something...
I even have the /tmp/wiki_access_log with my browser doing a GET...
So I hit the module but all I get is "BLANK SCREEN" I have a fully running php4.2.3 and PostNuke 0.721. I have groups and permissions...
I have other PHP apps. PostNuke is running as CGI. Others on same server are running as ISAPI.
Cookies/sessions/db access/... everything else is fine. Forums... etc... What am I missing...
-
mattww3
So I hit the module but all I get is "BLANK SCREEN" I have a fully running php4.2.3 and PostNuke 0.721. I have groups and permissions...
I have other PHP apps. PostNuke is running as CGI.
Not sure, but you might try this fix:
http://www.issho.org/modules.php?op=modload&name=phpWiki&file=index&pagename=ServerVarsblues
--
irc://irc.freenode.net/issho
talking.to/tony
-
I don't understand. Is the phpWiki module compatible with 721 now?
That was a major reason for my putting off using PostNuke for the time being.
But I see it is now being used at the PostNuke developer site.
If the module is compatible with 0.721 is it downloadable anywhere?
The Lawrence Akka version does not work. -
I don't understand. Is the phpWiki module compatible with 721 now?
That was a major reason for my putting off using PostNuke for the time being.
But I see it is now being used at the PostNuke developer site.
If the module is compatible with 0.721 is it downloadable anywhere?
The Lawrence Akka version does not work. -
I had the Blank Page problem too, and "fixed" it by adding a line in header.php (at line 91) :
$thistheme='SeaBreeze'; (or whatever your theme is).
Have you looked at your php.log (try /var/log/php.log) to see what is going wrong?
