6.0.0-alpha12
6/8/25

[#3593] New install: WikiHome not found
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

History
03/09/2006 09:08:38 PM Chuck Hagenbuch Comment #3
State ⇒ Resolved
Reply to this comment
Fixed in CVS.
03/09/2006 08:58:06 PM Chuck Hagenbuch Comment #2
Assigned to Chuck Hagenbuch
State ⇒ Assigned
Reply to this comment
Confirmed.
03/09/2006 02:43:58 PM micha (at) kovoks (dot) nl Comment #1
State ⇒ Unconfirmed
Priority ⇒ 2. Medium
Type ⇒ Bug
Summary ⇒ New install: WikiHome not found
Queue ⇒ Wicked
Reply to this comment
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.

Saved Queries