[pmwiki-users] again: white page after start new pmwiki installation

Patrick R. Michaud pmichaud at pobox.com
Thu Feb 8 09:51:21 CST 2007


On Thu, Feb 08, 2007 at 12:04:52PM +0100, Hans Paijmans wrote:
> Sorry to keep asking your attention, but I really need
> to get this wiki in the air:
> 
> I have one pmwiki installed and working properly
> on one machine (pmwiki-2.0.beta55).
> 
> However, a second installation ($Version="pmwiki-2.1.27";
> $VersionNum=2001027) on a different machine gives
> only a white page when I try to access it
> for the first time. The contents of the page are just
> <html><body></body></html>
> 
> I do not even know where to start to solve this problem...

Usually this indicates that something aborted or failed
prior to sending any output.  This could be due to a PHP
misconfiguration, or a number of other items.

What versions of Apache and PHP are in use on the
machine that is giving difficulty?

Also, try adding something simple to local/config.php like:

    <?php
       echo "local/config.php running\n";

Then we'd at least know if PmWiki is getting as far
as local customizations, or if something is causing it
to abort.

Pm



More information about the pmwiki-users mailing list