Revision [12475]

This is an old revision of WikkaBugs made by McMurlock on 2005-12-29 10:51:04.

 

Bugs/Issues discovered in Wikka!


New Wikka Tracker available

We are happy to announce that Wikka has just opened a dedicated issue tracker. We are currently migrating open issues, bugs and feature requests from this site to the new server. Should you need to report new bugs/issues, you are invited to use the new tracker. Thanks for your understanding.


 


Read this first:
  • check resolved bugs/issues (in released or to-be-released code) in WikkaBugsResolved first
  • workarounds for unusual problems and temporary fixes for known bugs are listed at WikkaWorkarounds
  • for issues related to Wikka layout refer to WikkaCSS
  • before posting new bugs on this page, please make sure they have not been already discussed:
    Search:
Note:
For problems with foreach in PHP version 4.3.10:
See WikkaBugsResolved
 

If you think you've found a new bug or have some other issue, please post it here - with any solution you may have found. (WikkaBugsResolved is only for bugfixes that have made it into a release or to-be-released code already.)
Please post recently discovered issues on the top of this page (just below this note); don't forget to add a ===heading=== as a condensed description.
 






UserSettings for Doubleclick Editing doesn't work

workaround : add at the top of show.php $user=$this->GetUser();
before
<div class="page" <?php echo (!$user || ($user["doubleclickedit"] == 'Y')) && ($this->GetMethod() == "show") ? "ondblclick=\"document.location='".$this->href("edit")."';\" " : "" ?>>

after
<div class="page" <?php $user=$this->GetUser(); echo (!$user || ($user["doubleclickedit"] == 'Y')) && ($this->GetMethod() == "show") ? "ondblclick=\"document.location='".$this->href("edit")."';\" " : "" ?>>




the Blank on IE browser

i just tested it on IE,firefox,opera;but only on IE it sometimes got blank page,nothing displaed,no code on it(so i think it's not coz the insert ads host,and my host don't gave ads).this not happened always,when you click the links,go to the new page,got a blank,then refresh it,it displayed.no this problem on firefox or opera.

but which is interesting,on your official site of Wikka,there is no this problem with IE blank.is there something wrong with the File permission?(exhausted with it),but when refresh the blank page,it displayed.




remote (or local) won't load Wikka

I just installed Wikka and it works fine on the localhost.
But if I want to access it from another machine, being it on the LAN or internet, I got an error message saying "connection refused when attempting to contact localhost."
my config setting is
"base_url" => "http://localhost/wikka/wikka.php?wakka=",
"rewrite_mode" => "0",
If I change the localhost to mydomain.com, I can access it from internet, but I can't load it on my localhost.

It's one or the other. Is there anything I did wrong?



Release Including All Patches

I have found this program to be very nice, but it requires a lot of searching this wiki and hacking to get a current version. When can we expect a nicely packaged release?
In arguement for this release, it would speed up community adoption, offer some stability to the mindset of users out there, as well as other benefits.

The SF.net page is also not active give others a negative impression.

Valid XHTML :: Valid CSS: :: Powered by WikkaWiki