Summary | New install: WikiHome not found |
Queue | Wicked |
Type | Bug |
State | Resolved |
Priority | 2. Medium |
Owners | chuck (at) horde (dot) org |
Requester | micha (at) kovoks (dot) nl |
Created | 03/09/2006 (7031 days ago) |
Due | |
Updated | 03/09/2006 (7031 days ago) |
Assigned | 03/09/2006 (7031 days ago) |
Resolved | 03/09/2006 (7031 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
Assigned to Chuck Hagenbuch
State ⇒ Assigned
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ New install: WikiHome not found
Queue ⇒ Wicked
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.