The trouble seems to be here, may be related to the new user
authentication function? I'm not sure how to fix it yet but I'll have a
look. --Carsten
if (!$mtime)
$mtime = time(); // Last resort.
$defaults = array('author' => $GLOBALS['user']->id(),
'pagename' => rawurldecode($basename));
$default_pagename = rawurldecode($basename);
if ( ($parts = ParseMimeifiedPages($text)) ) {
usort($parts, 'SortByPageVersion');
On Saturday, January 19, 2002, at 08:22 am, Reini Urban wrote:
> alpha troubles
>
> Loading up virgin wiki
> Fatal error: Call to undefined function: id() in
> /home/groups/p/ph/phpwiki/htdocs/alpha/lib/loadsave.php on line 321
|