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
- 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+
This bug has been demonstrated on show2.tiki.org
Please demonstrate your bug on show2.tiki.org
Show.tiki.org is currently unavailableUnable 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)
This bug has been demonstrated on show.tikiwiki.org
Please demonstrate your bug on show.tikiwiki.org
Show.tiki.org is currently unavailableUnable 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