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
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();
}
Unable to connect to show2.tiki.org. Please let us know of the problem so that we can do something about it. Thanks.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |