[pmwiki-users] PmWiki 2.2.10 released

Petko Yotov 5ko at 5ko.fr
Tue Jan 19 07:04:27 CST 2010


On Tuesday 19 January 2010 13:47:59, David Sánchez wrote :
> > You are using an index.php file, does it contain
> >
> >  <?php
> >    include_once("pmwiki.php");
> >
> > or it contains the full code of pmwiki.php, like a renamed pmwiki.php? In
> > the second case, the code in index.php may be older.
> 
> It's the second case, however there wasn't "index.php" in the *zip of
> the new pmwiki release.
> 
> I created a new index.php with the code you gave me above, the upload
> problem is solved, but now I get a Warning message:
> 
> Warning: Cannot modify header information - headers already sent by
> (output started at /home/slowdive/public_html/index.php:3) in
> /home/slowdive/public_html/pmwiki.php on line 1092
> 
> as you can see on my wiki site

I don't see the warning -- I assume you fixed it. :-) 

The "<" character in <?php should be the very first character in index.php, 
with no white space or new line before it. Also, there shouldn't be a closing 
"?>" marker in index.php.

Petko



More information about the pmwiki-users mailing list