[pmwiki-users] Reinstall

rogutes at googlemail.com rogutes at googlemail.com
Sun Oct 4 12:19:17 CDT 2009


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



More information about the pmwiki-users mailing list