This thread is for all your simple questions about installing and running Wakaba or Kareha, that just require quick answers. Please don't create new threads for issues like that, post them in here instead.
Before posting, check that the question has not already been answered in this thread, or in the previous thread: http://wakaba.c3.cx/sup/kareha.pl/1141929669/
Questions about "500 Internal Server Errors" go in this thread: http://wakaba.c3.cx/sup/kareha.pl/1109033191/
990 from the old thread here,
thanks for the suggestion of an if statement, it worked just fine.
Hi!
I downloaded wakaba, but i cannot find documentation or any kind of instructions. Yet when I edit config.pl, it says there to read documentation first. Where i can find that?
Perhaps I should have linked http://wakaba.c3.cx/docs/docs.html from the first post...
I also have a rather verbose wakaba setup guide at http://wiki.iiichan.net/index.php?title=Wakaba_and_Kareha_Setup_Guide
Thanks! That guide was helpful.
Any idea why the [del] button next to a post you've made won't work from the main page (with all the other threads, like /sup/) but when you go to the thread page (/sup/kareha.pl/######/) it works?
No. Check the Javascript console for error messages.
is there a changelog for wakaba?
No, sorry. The closest is that most changes are noted in the release thread: http://wakaba.c3.cx/sup/kareha.pl/1130723862/.
How do your get google adsense work in wakaba? When I download my wakaba.html, I can see the code in there, but all lines have been stripped away. Is there anything I can do to prevent this from happening? There is no such option in config.pl.
No, there is such an option in config.pl. Search the old thread.
I did that, but didn't find answer, well, at least answer I could understand. It seems I should edit include() in wakautils.pl, but what I should change in it?
That is an ancient answer. Just look at config.pl again, there's a STRIP_NEWLINES option, or something similar.
I looked at it, but I can't still find it there, or anything like it.
I looked at it, but I can't still find it there, or anything like it.
Yeah, seems I only got around to adding it to Kareha and not to Wakaba. You can fix it yourself by adding a ,1 to the end of the compile_template call in futaba_style.pl.
use constant PAGE_TEMPLATE => compile_template(NORMAL_HEAD_INCLUDE.q{
(all the html for the frontpage goes here)
}.NORMAL_FOOT_INCLUDE,1);
Hi, i successfully installed wakaba but when tying to login to managment panel i always get the "Management password incorrect" despite that the password is correct for sure. This happened after i changed the encoding in config.pl file to 'windows-1251' when i change it back everything works fine. How can i fix this problem? Thank you
Does the password contain any non-ASCII characters?
Then I am completely lost.
Does RSS work with image-mode?
So I set up a kareha image-mode board, and people are posting, which makes me happy. But threads keep getting deleted without human input, which makes me unhappy. I can't imagine what's causing this - looking over config.pl, all the settings seem reasonable and shouldn't be killing the threads like that. The threads aren't exceeding size limits, post limits, or time limits. The deletion seems random, but the board's never gotten past 11-12 threads before something disappears, and usually threads disappear before a second page is even created. Any ideas why?
Possibly relevant config.pl settings:
use constant THREADS_DISPLAYED => 10;
use constant THREADS_LISTED => 40;
use constant REPLIES_PER_THREAD => 1;
use constant MAX_THREADS => 0;
use constant MAX_POSTS => 500;
use constant TRIM_METHOD => 1;
use constant DELETE_FIRST => 'single';
none of these seem like they should be deleting things...
yeah, but there haven't been near that many total posts. (it's a very small board)
I suggest setting a MAX_THREADS then leaving MAX_POSTS to 0.
What software should I use to edit the futaba_style.pl file and actually see the changes happen? I am currently using Dreamweaver CS3 to create my site, but when I try to edit this file, I can't see what's going on, I can only see the code.
>>30 I am using kareha. I tried setting the RSS-file name to index.rss, but it only generates an empty file.
Look here:
http://zzub.org/forum/index.html
http://zzub.org/forum/index.rss <- completely empty