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 two threads:
Also check the documentation: http://wakaba.c3.cx/docs/docs.html
There is also a setup guide by Anon: http://wiki.iiichan.net/index.php?title=Wakaba_and_Kareha_Setup_Guide
Questions about "500 Internal Server Errors" go in this thread: http://wakaba.c3.cx/sup/kareha.pl/1109033191/
>>486
I wasn't aware that Wakaba was simply Kareha with a database. Good to know.
I'm having a problem.
Everything is installed correctly (http://freehispa.host-ed.me) But when I try to reply to a specific post (post #1), using >>1 it gives error 403
Forbidden
You don't have permission to access /wakaba.pl on this server.
What am I doing wrong?
Thanks a lot!!
I am trying to use Kareha on Nginx, and the PATH_INFO is not working. Is there a way to modify kareha to using some kind of GET variable instead of pathinfo?
Not sure if anyone would be interested, but I've been refreshing, myself on css lately and made a kareha style based on w3's material design tutorial. Feel free to use/improve it, if you'd like.
Is it possible to remove tripcodes entirely?
>>494
Sure. If you don't want to modify the source code you can set "TRIPKEY" in "config.pl" to something like this:use constant TRIPKEY => "0" x (MAX_FIELD_LENGTH + 1);
For some reason, my Wakaba installation has decided to stop linking thumbnails to the database, or something. Basically, when an image is posted, a thumbnail is generated and placed in the thumb directory, as expected. However, it doesn't display on the board, and instead only shows the "No thumbnail" text. When I do an SQL dump, I notice that the field for where the thumbnail file name would be is simply blank for each entry.
I am using shared hosting (Lithium Hosting), and I really don't know what kind of thumbnailing software they have installed. It's simply worked up until now. With that in mind, anyone know why this would be happening?
Is there any way to receive e-mail when the message is posted on Kareha?
>>497 They changed their software and broke some basic functionality. Get a VPS, it'll probably cost less. Well, your site will be gone in a month or two anyway.
How can I enable webm support?
Image boards are for images, WebM is cancer.
>>504
agreed
pure, virgin textboards are the superior entity, however
>>504
Hm, well, I'd still like to have the option there for those who'd like to use it. Though, the only way of enabling this I can think of would be to allow all types of files and blacklist a few, something I'd rather not do.
So, I want a separate MOD_PASS in addition to an ADMIN_PASS, where MOD_PASS would work on one board and ADMIN_PASS would work on all. I've already set the ADMIN_PASSes to all be the same, created a constant MOD_PASS for each board, and edited check_password to be
sub check_password($$)
{
my ($admin,$password)=@_;
return if($admin eq ADMIN_PASS);
return if($admin eq crypt_password($password));
return if($admin eq MOD_PASS);
make_error(S_WRONGPASS);
}
but...it doesn't work
help pls?
>>503
There is an option in "config.pl".
Uncomment these three lines:use constant FILETYPES => (
[...]
ogg => 'icons/audio-ogg.png',
[...]
);
and add this line: webm => 'icons/audio-ogg.png',
somewhere near "ogg => 'icons/audio-ogg.png',
" line.
I don't actually have any questions about how to get your software to work, it always seemed pretty straightforward and relatively easy for me. In my experience, just like you said;
"if it doesn't, there is something wrong with the configuration of your server, not the software."
I just wanted to thank you for making it.
According to most of what I have read and learned about perl,
most of what you have done is impossible, or would at least require an eight hour long castration process, with a pair of dull garden shears.
Eg; Kareha using javascript flawlessly without needing sixty modules from cpan, and a gcc compiler to choke and quit while compiling on windows (what I use, usually).
I'm still not entirely sure what Kozakana html/pl is, apart from a rocket on the back of a pig (want these skittles, kid? o.O) I'm impressed.
I'd agree though, that should be impossible.
Anyways, thanks for making it.
(PerHP is neat to, and I found it useful momentarily prior to discovering Markup::Perl via your link, which I promptly fell in love with.)
Have a great day. ( ゚∀゚)o彡゜えーりんえーりん!!
Any plans to include .pae file extraction from the PowerArchiver software? Thanks!
My insecure tripcode with a single quotation mark (') produces wrong output, please send help.
Hello! I recently installed Kareha with "mode_image", and I want people to stay in the thread they post in, instead of being thrown out every time. I have been trying to figure this out for a while, and I don't seem to get any closer to a solution. Could anyone here help me out?
I have File does not exist: wakaba.html
I couldnt find solution anywhere. Can u help me please?
Hi.I have a problem with wakaba.
Malformed UTF-8 character (fatal) at wakautils.pl line 41
line 41: if($text) { $chars+=length $text; }
Hi there! Please assist.
Needed to move my discussion board to another host, but now my "wakaba.pl" page does not work (shows server default "moved" page) and also can't create new post, receive "Unknown Iframe Error" message.
Wakaba.pl set to 755. Directories to 755, files to 644, database imported under the same name with the same user and pass. Anything else that needs to be adjusted?
Hi, i tried run wakaba script with xampp and activeperl on windows, all works fine but there is problems with thumbnails. I have installed imagemagick, and thumbnails converted fine - new converted images aprreas in "thumb" folder, but it is empty square plaseholder "no thumbnail" on board page with "class="nothumb". Can anyone help me with it?
hello! can you help with hiding folder names like /res/ and filenames like wakaba.html from the url bar with .htaccess file?
hi! when i move all the files into a subfolder website does not show correctly. for example captchas are not seen. do you know which modifications do i need to make for wakaba to work properly in a subfolder?
Im a noob how would i go about making it so every post gets a random id
Hi.
Why is it that on 10.12.5 the AppStore version of The Unarchiver asks for permission to extract into every new folder that it extracts to? The standalone, non-Appstore version doesn't ask for that. It would be nice if that would be fixed, as, otherwise, it's quite annoying.
>>232
This is several years late, but has that patch been posted anywhere?
Is there any way to do this:
While creating new thread, if there's another thread with "exact" same title, post the message as a reply to the already existed thread.
For example, if there's a thread which has a title as "apple" and someone else tries to create thread for "apple", add the second message to the already created thread before.
Thanks!