Loading...
 
Skip to main content

articles home page

Status
Closed
Subject
articles home page
Version
1.9.x
Category
  • Error
Feature
Article
Administration
Resolution status
Fixed or Solved
Lastmod by
Beestje
Rating
(0)
Description

When you choose "home Page" on left menu, and you have configured articles like your home, you are not redirected correctly.


I don't have a developer account to CVS. I'm working on 1.9 cvs.
rogeliotg

Solution

Fix: add this on line 11, tiki-index.php:
//rogeliotg: If $tikiIndex has been fixed to articles in admin mode, and wiki has been disabled, we need this
//check to redirect to the correct page:
if ($tikiIndex != 'tiki-index.php') {
if(!(headers_sent())){
header ("location: $tikiIndex");
}
die("header already sent");
exit();
}

Importance
2
Priority
10
Demonstrate Bug on Tiki 19+
 Show.tiki.org is currently unavailable

Unable to connect to show2.tiki.org. Please let us know of the problem so that we can do something about it. Thanks.

Demonstrate Bug (older Tiki versions)
 Show.tiki.org is currently unavailable

Unable to connect to show.tikiwiki.org. Please let us know of the problem so that we can do something about it. Thanks.

Ticket ID
29
Created
Thursday 25 November, 2004 13:18:29 GMT-0000
by Unknown
LastModif
Wednesday 13 May, 2009 08:25:23 GMT-0000