[pmwiki-users] PmWiki 2.2.10 released

David Sánchez davidsanchezvasquez at gmail.com
Tue Jan 19 06:47:59 CST 2010


>> >> Fatal error: Only variables can be passed by reference in
>> >> /home/slowdive/public_html/scripts/upload.php on line 225
>> >
>> > Did you update the file pmwiki.php ?
>> >
>> > Petko
>>
>> Yes, I copied the "pmwiki.php" from the last version on my root
>> directory, but still I get this problem...
>
> Any chance that the file pmwiki.php from version 2.2.10 wasn't correctly
> copied?
>
> The error you see could only appear when pmwiki.php is from version 2.2.5 or
> earlier, and upload.php is from version 2.2.6 or newer.
>
> What was your version before you upgraded?
>
> 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

http://slowdivedatabase.com

Thanks



More information about the pmwiki-users mailing list