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;


-- 
--  Rogutės Sparnuotos

_______________________________________________
pmwiki-users mailing list
[email protected]
http://www.pmichaud.com/mailman/listinfo/pmwiki-users

Reply via email to