Paul Badger (2009-10-04 00:51):
Reinstalled pmwiki - no change in behavior
Added "session_start();" - no change in behavior
This is the top of my config file - just to check if I got it correct
<?php if (!defined('PmWiki')) exit();
# temprorary workaround for PHP 5.3 login issues
# pmwiki.org/wiki/PITS/01141
session_start();
Strange, but this workaround doesn't work on my end either (and
I thought it did yesterday). Anyway, try putting this in your
config.php:
# temprorary workaround for PHP 5.3 login issues
# pmwiki.org/wiki/PITS/01141
$_REQUEST[session_name()]=1;
I made some progress - no dual login anymore.
I get this error instead:
"PmWiki can't process your request
?cannot move uploaded file to uploads/Main/test.jpg
We are sorry for any inconvenience.
Return to ... /robo/pmwiki/pmwiki.php"
I then set permissions on the upload folder wide
open (777), with no improvement
Other permissions to check?
Paul
--
-- Rogutòs Sparnuotos
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users
_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users