I have a problem similar to this one: "Edit" button in Wiki points to "/\/tiki-editpage.php?page=HomePage".
Other buttons also have invalid URLs, links have correct URLs.
Configuration: TikiWiki 3.2, Windows XP, Apache2.2, TikiWiki is in the server root directory.
It seems, the bug is in block.self_link.php and function.query.php in lib\smarty_tiki.
The following code likely fixes it:
$self_dir = dirname($_SERVER['PHP_SELF']); $params['_script'] = ( $self_dir == '\\' || $self_dir == '/' ? '' : $self_dir ).'/'.$params['_script'];
$self_dir = dirname($_SERVER['PHP_SELF']); $php_self = ( $self_dir == '\\' || $self_dir == '/' ? '' : $self_dir ).'/'.$php_self;
To help developers solve the bug, we kindly request that you demonstrate your bug on a show2.tiki.org instance. To start, simply select a version and click on "Create show2.tiki.org instance". Once the instance is ready (in a minute or two), as indicated in the status window below, you can then access that instance, login (the initial admin username/password is "admin") and configure the Tiki to demonstrate your bug. Priority will be given to bugs that have been demonstrated on show2.tiki.org.
filename | created | hits | comment | version | filetype | ||
---|---|---|---|---|---|---|---|
No attachments for this item |