[Tickets #3593] NEW: New install: WikiHome not found

bugs@bugs.horde.org bugs at bugs.horde.org
Thu Mar 9 06:43:58 PST 2006


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/?id=3593
-----------------------------------------------------------------------
 Ticket             | 3593
 Created By         | micha at kovoks.nl
 Summary            | New install: WikiHome not found
 Queue              | Wicked
 State              | Unconfirmed
 Priority           | 2. Medium
 Type               | Bug
 Owners             | 
-----------------------------------------------------------------------


micha at kovoks.nl (2006-03-09 06:43) wrote:

On a new install the following error appears:

A fatal error has occurred
WikiHome not found

[line 71 of /var/www/wicked/lib/Page/StandardPage.php]

If I look at this file:
if (is_a($page, 'PEAR_Error') && $pagename == 'WikiHome') {
            // Always try to create WikiHome and fail if we can't.
            $page = $wicked->retrieveByName('WikiHome', true);
            if (is_a($page, 'PEAR_Error')) {
                Horde::fatal($page, __FILE__, __LINE__);
            }
        }

There has to be a WikiHome page in the database. But the database is empty
en there are no instructions on how to bootstrap the database, if neccecary.




More information about the bugs mailing list