Several problems with TikiWiki 6.2 and 7.0
Hi,
After using TikiWiki 6.2 for several months, I patiently waited for some bugs to be fixed in 7.0, but now it's there and I've even discovered new bugs while my old issues remain unsolved. So here's the list - I hope that some of these are my mistakes rather than real bugs, so I don't have to wait for a fix by the developers.
1) Login cookie: actually, I realized this in many TikiWiki installations, not only in those I managed - even if you check the box "remember me" or "stay logged in for 1 month", the cookie seems just to be valid for your current browser session. This happened on all my computers, on different systems with different browsers. All other cookies for other websites are fine.
2) Admin page issues: on 6.2, I couldn't access the "Editing and Plugins" page anymore. If I take a look at the source code of the site (local URL tiki-admin.php?page=textarea) it looks like this (notice the spaces): http://nopaste.info/85295d3ba9.html
Even happened after a re-install. On my new 7.0 installation (no upgrade, just fresh install trying to reproduce my errors), the same page seems to have troubles getting the CSS right: http://imageshack.us/f/197/editingplugins.png/ (both using Jqui theme, but at least for 6.2 this happened for other themes like the default one as well).
3) I can't upload pictures. It's not the PHP maximum upload limit - it's set to 32MB, I wrote my own upload form and it worked for 25MB files. It also seems like files and pictures are stored in the database rather than on the system, although I provided an upload folder (rights set to 777, so this should also be fine). Google revealed that there have been some issues in the past, but all the suggested solutions didn't work for me.
Some of these bugs are really annoying, especially the fact that I can't properly attach/embed images. Other than that, TikiWiki is by far the best wiki software I found, therefore I'd like to stick with it and find a workaround for these problems...