The Wakaba and Kareha support thread, part 2 (1000)

1 Name: !WAHa.06x36 : 2007-10-11 06:19 ID:K4vOYfq0 [Del]

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/

719 Name: 0x000BLAh : 2009-10-25 03:06 ID:odn23zIS [Del]

>>716
help

720 Name: Anonymous : 2009-10-25 08:58 ID:Heaven [Del]

>>719
You screwed up your board, and you're giving next to zero information.

721 Name: 0x000BLAh : 2009-10-25 17:25 ID:odn23zIS [Del]

server nginx/0.7.62

>[user@host o]# ls -g
>-rwxrwxrwx 1 nobody 9916 Окт 24 03:31 captcha.pl
>-rwxrwxrwx 1 nobody 12265 Окт 26 07:11 config.pl
>-rwxrwxrwx 1 nobody 8368 Окт 24 10:52 config_defaults.pl
>-rwxrwxrwx 1 nobody 894 Сен 12 2004 favicon.ico
>-rwxrwxrwx 1 nobody 2784 Окт 24 03:31 finish.pl
>-rwxrwxrwx 1 nobody 23633 Апр 16 2009 futaba_style.pl
>-rwxrwxrwx 1 nobody 592 Окт 24 03:31 getpic.pl
>drwxrwxrwx 2 nobody 176 Окт 20 02:40 include
>-rwxrwxrwx 1 nobody 819 Окт 22 06:32 oekaki_config.pl
>-rwxrwxrwx 1 nobody 1284 Окт 21 16:59 oekaki_strings_ru.pl
>-rwxrwxrwx 1 nobody 12665 Окт 22 06:33 oekaki_style.pl
>-rwxrwxrwx 1 nobody 1645 Окт 24 03:31 paint.pl
>-rwxrwxrwx 1 nobody 222502 Фев 26 2006 spainter_all.jar
>-rwxrwxrwx 1 nobody 2764 Фев 14 2006 spainter_normal.html
>-rwxrwxrwx 1 nobody 894 Сен 12 2004 wakaba.ico
>-rwxr-xr-x 1 nobody 48185 Окт 25 04:04 wakaba.pl
>-rwxrwxrwx 1 nobody 3072 Окт 26 07:13 wakaba.sql
>-rwxrwxrwx 1 nobody 32069 Апр 16 2009 wakautils.pl

wakaba.sql contains one empty table - tbl1

when iam trying to access wakaba.pl from browser it says

>Critical SQL problem!

perl says

>DBD::SQLite::db prepare failed: near "-": syntax error at /.../wakaba.pl line 1794, <FILE> line 5.
>DBD::SQLite::db prepare failed: near "-": syntax error at /.../wakaba.pl line 1794, <FILE> line 5.
>DBD::SQLite::db prepare failed: near "-": syntax error at /.../wakaba.pl line 1686, <FILE> line 5.

wakaba.pl

>1 #!/usr/bin/perl
>2
>3 use CGI::Carp qw(fatalsToBrowser);
>4
>5 use strict;
>6
>7 use CGI;
>8 use DBI;
>9

722 Name: !A2PFY1a/zs : 2009-10-26 03:32 ID:Heaven [Del]

is there anyway to add custom redirector site just like in 2ch (like ime.nu)?
but the complete url still show the original url
err, what must i say...

if i can make it just like in 2ch it would be great

723 Name: !A2PFY1a/zs : 2009-10-26 04:09 ID:Heaven [Del]

simply: can i add custom redirector site easily in config.pl?
i'm really confused with perl

724 Name: Anonymous : 2009-10-26 09:04 ID:Heaven [Del]

>>721
try looking near lines 1794 and 1686 in wakaba.pl.

725 Name: 0x000BLAh : 2009-10-26 14:08 ID:odn23zIS [Del]

at 1686

1686 $sth=$dbh->prepare("CREATE TABLE ".SQL_ADMIN_TABLE." (".
"num ".get_sql_autoincrement().",".	# Entry number, auto-increments
"type TEXT,". # Type of entry (ipban, wordban, etc)
"comment TEXT,". # Comment for the entry
"ival1 TEXT,". # Integer value 1 (usually IP)
"ival2 TEXT,". # Integer value 2 (usually netmask)
"sval1 TEXT". # String value 1
");") or make_error(S_SQLFAIL);

at 1794

sub table_exists($)
{
my ($table)=@_;
my ($sth);
1794	return 0 unless($sth=$dbh->prepare("SELECT * FROM ".$table." LIMIT 1;"));
return 0 unless($sth->execute());
return 1;
}

looks like i have to create tables manually? if so, how to?

726 Name: Anonymous : 2009-10-27 20:36 ID:Heaven [Del]

>>725
what did you set SQL_ADMIN_TABLE to?
you're getting a SQL syntax error. you probably put something screwy in the table name.

727 Name: 0x000BLAh : 2009-10-28 02:15 ID:5ck9qgXc [Del]

I am using "-" character in table names, lol. And I suppose the last question, I am using utf8 everywhere, but all non-eng strings from included files like strings_en.pl and header.html displayed incorrectly.

728 Name: Anonymous : 2009-10-28 20:30 ID:9oF6qwTS [Del]

No verification code on record - it probably timed out.

729 Name: 0x000BLAh : 2009-10-30 16:31 ID:odn23zIS [Del]

Locale problem heuristically fixed, CONVERT_CHARSET must be false)

730 Name: bob : 2009-10-31 10:42 ID:flltB5S+ [Del]

zerfezrffze

731 Name: tka!!LT1qjn4w : 2009-11-01 13:43 ID:6vM32nI9 [Del]

My Kareha Install sometimes shows the whole page in plain text instead of interpreting the HTML code. Example: http://www.3-ch.org/3ch/uni/kareha.pl/1255162076/
It seems to occur randomly and is browser independent.

However, when I remove the last /, it works normally. How can I fix this?

732 Name: Anonymous : 2009-11-01 16:47 ID:Heaven [Del]

Get a less broken server.

733 Name: Anonymous : 2009-11-11 10:45 ID:khZcfair [Del]

Somebody mentioned patches to enabled post editing over Wakaba...
Anyone can point me toward a nice one?
And yeah, read the warning, but this is for a small private board, and it's to supplement the directory dumper, advanced mode does let you add messages to every post, but it's kinda hard to know what to say when you can't see the picture...
I'd like something that easily lets me dump a batch of pic and then go back and edit the post to add messages to the ones I wanted to say something about...

734 Name: Anonymous : 2009-12-15 10:41 ID:FfMN5m4t [Del]

I can't browse the wakaba.pl, it's only downloadble... even though I changed the permission to 755

What's wrong?

735 Post deleted by moderator.

736 Name: Anonymous : 2009-12-25 00:10 ID:/gAGFhhP [Del]

when i test out wakaba.pl it loads mybookface... wtf is goin on?!?!

737 Name: Anonymous : 2009-12-25 00:11 ID:/gAGFhhP [Del]

when i test out wakaba.pl it loads mybookface... wtf is goin on?!?!

738 Name: Anonymous : 2009-12-26 14:35 ID:Yul/cbIp [Del]

http://xyngrad.co.cc

What the fuck is going on here? I have no idea what I'm doing

739 Name: Anonymous : 2010-01-01 21:41 ID:Heaven [Del]

>>738

> The server encountered an internal error or misconfiguration and was unable to complete your request.

you obviously misconfigured your server.

740 Name: Anonymous : 2010-01-03 14:00 ID:vw2dW0qL [Del]

How to create "To Thread / To Board" radio buttons?

741 Name: Anonymous : 2010-01-05 13:54 ID:B///v/Gd [Del]

>>740
Relevant to my interests

742 Name: Anonymous : 2010-01-05 18:42 ID:tyXQmHCX [Del]

Quick dirty question:

Is there a way to disable Browser Caching?
Right now my browser is caching the boards and when replying it doesn't update and you have to manually press F5.

Thank you ^^

743 Name: !WAHa.06x36 : 2010-01-05 20:13 ID:Qldo6KoJ [Del]

>>742

See example.htaccess.

744 Name: Anonymous : 2010-01-05 21:11 ID:QmV/J3F8 [Del]

>>701
I'm having the same problem. I've been researching about it and I've gotten myself confused about what needs to be done. If somebody could please give a simple answer, that'd be great, thanks.

745 Name: Anonymous : 2010-01-06 13:34 ID:Dnt0e2zv [Del]

Hey everyone, after much struggling I managed to get passed the 500 error.

But now when I try to access the site, I just get the directory. Trying to open wakaba.pl makes my browser try to download it instead of generating the html.

In the error log I get this:
[Wed Jan 06 15:28:06 2010] [error] [client 24.162.***.***] client denied by server configuration: /home/ritsucha/public_html/config.pl
I've already configured the config and setup a database (unless I did it wrong :/)

746 Name: !WAHa.06x36 : 2010-01-07 10:06 ID:Heaven [Del]

You need to configure Apache to run CGI scripts properly. How to do that depends on your setup and where you're hosted.

http://wakaba.c3.cx/docs/docs.html has some hints, but it's really up to you to figure out how to do that.

747 Name: Jay : 2010-01-08 19:16 ID:EPadINMP [Del]

Hey, can anyone help me here?

I've added the following lines to the bottom of httpd.conf;

# Perl
Options +ExecCGI
AddHandler cgi-handler .cgi .pl

I've made sure that wakaba.pl has the permissions 0755 and the hashbang is set to /usr/bin/perl (I checked, and the file does exist there) but I still only see the source code when I run wakaba.pl. I've also enabled mod_perl in httpd.conf (I'm not sure if you're supposed to or not) but it made no difference. Does anyone know what the problem is?

I'm using XAMPP on Ubuntu 9.04, if it helps. And yes, I've been restarting apache after each change to httpd.conf.

748 Name: Hmm : 2010-01-10 20:57 ID:aj80II5Z [Del]

Alright, I've set the permissions correctly and everything. I've correctly set up the mysql databases and linked them in config.pl.
I've checked again and again and I know the database name, user name, and host are all correct, yet I still get a "SQL connection error" message.

749 Name: Ross!!h1K4xyNk : 2010-01-11 10:55 ID:uoYxkXC4 [Del]

Here are example configs to fix the Kareha + nginx issues folks like >>600 experience. A catchall for .pl files won't work, kareha.pl and admin.pl must be explicitly set in the nginx config.

location ~ kareha.pl {
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/path/to/perlfcgi.socket;
fastcgi_param SCRIPT_FILENAME /path/to/webroot$fastcgi_script_name;
}
location ~ admin.pl {
include /etc/nginx/fastcgi_params;
fastcgi_pass unix:/path/to/perlfcgi.socket;
fastcgi_param SCRIPT_FILENAME /path/to/webroot$fastcgi_script_name;
}

The absolute path of the files may be specified as well...

location = /path/to/kareha.pl

... but the first two examples simplify a multi-board setup.

Enjoy.

750 Name: Anonymous : 2010-01-12 13:20 ID:l1PuRUb8 [Del]

Some noob questions about wakaba.
Why wakabamark doesn't working with russian charsets? Also, javascripts don't working as well. Can't change style or inasert post number in comment.

751 Name: Anonymous : 2010-01-13 02:57 ID:YGK7wmZV [Del]

i want to use kareha image mode, but every time i try to upload an image (example: 800x600px 37KB image) there are no thumbnail at main page and it said 'No thumbnail'

i only change file config.pl in 'ADMIN_PASS' and 'SECRET' the rest of config variable are still default.

help please

752 Name: Anonymous : 2010-01-14 14:57 ID:MbJQhzfJ [Del]

Software error:

"use" not allowed in expression at config.pl line 1, at end of line
syntax error at config.pl line 1, near "to use shift"
"use" not allowed in expression at config.pl line 12, at end of line
BEGIN not safe after errors--compilation aborted at config.pl line 13.
Compilation failed in require at wakaba.pl line 16.
BEGIN failed--compilation aborted at wakaba.pl line 16.

753 Name: !WAHa.06x36 : 2010-01-14 15:52 ID:Heaven [Del]

>>751

Imagemagick is not correctly installed.

>>752

You messed something up in config.pl

754 Name: Anonymous : 2010-01-14 23:06 ID:E1kHSg1H [Del]

>>750
Вакаба работает с русской кодировкой. Переименуй файл wakaba3.js в wakaba.js.

//Wakaba work with russian charset. Rename wakaba3.js in wakaba.js.

755 Name: anon : 2010-01-17 17:55 ID:xxS2mcmc [Del]

Отписался в платиновом треде

756 Name: samwise : 2010-01-22 03:37 ID:20REOGm5 [Del]

How do I access wakaba.pl via my webbrowser? it only wants to save/open it but I can't really figure out how it should create an .html.

757 Name: Anonymous : 2010-01-22 12:52 ID:O3yuxb2C [Del]

>>756

You're going to need to play around with it on the server side. That happened to me and I had to play around with apache.

758 Name: Anonymous : 2010-01-22 12:55 ID:O3yuxb2C [Del]

I installed wakaba and all. It created the html pages and everything seemed to be working until I tried to upload a picture.

It spat out this error:
"Software error:

CGI.pm: Server closed socket during multipart read (client aborted?)."

I haven't worked with apache2 a lot or most web host stuff before. Any ideas what's going on?

759 Name: !WAHa.06x36 : 2010-01-22 15:13 ID:Heaven [Del]

>>758

Maybe Apache is configured to block large uploads or something?

760 Name: Anonymous : 2010-01-22 16:24 ID:O3yuxb2C [Del]

>>759

Can't find anything but that doesn't mean there is. -

761 Name: Anonymous : 2010-01-25 11:51 ID:IVdAPTo8 [Del]

Woops, I intended to make my post here but for some reason made a new thread. That was a new and interesting brain fart. Anyways, my oekaki board was working perfectly fine for a while it seemed, but now every so often it's giving this:
Software error:
Can't read uploaded file at finish.pl line 85.For help, please send mail to the webmaster,
giving this error message and the time and date of the error.

Any ideas? Thanks!

762 Name: Anonymous : 2010-01-28 10:48 ID:VKYbR1Uv [Del]

I don't know how the data base of kareha is designed. Maybe it is impossible to do this: Is it possible to limit the file size of the files that a kareha message board creates to a specific value? (What is the smallest possible size?) Would this imply some restrictions to, for example, the length of threads? Thank you for your help.

763 Name: Spycker : 2010-01-28 11:48 ID:0livikiu [Del]

the admin and pass were defined in config.pl yet i cant install wakaba, any ideas?

764 Name: Zowayixx : 2010-01-28 14:35 ID:085N3y5+ [Del]

Hello, I'm having a rather annoying problem. Whenever I edit some things in my wakaba.html or index.html (whichever one is the HTML_SELF), all the data I added gets erased whenever I post or add a new picture. Is there any way to fix this?

765 Name: !WAHa.06x36 : 2010-01-29 06:42 ID:Heaven [Del]

>>764

Those files are autogenerated, so any changes will always be lost. To make actual changes, edit the templates or include files.

766 Name: Zowayixx : 2010-01-30 15:16 ID:085N3y5+ [Del]

>>765

Ah, thanks. I got the header, but where are the templates?

Thanks! ^^

767 Name: Anonymous : 2010-01-30 17:52 ID:yiyOAvk4 [Del]

I keep getting this:

Software error:

Can't locate config.pl in @INC (@INC contains: . C:/perl/lib C:/perl/site/lib) at E:\Domains\[url]\wwwroot\wakaba\wakaba.pl line 16.
BEGIN failed--compilation aborted at E:\Domains\[url]\wwwroot\wakaba\wakaba.pl line 16.

I don't understand what's wrong?

768 Post deleted by moderator.

769 Post deleted by moderator.

770 Post deleted by user.

771 Name: Anonymous : 2010-02-01 04:33 ID:J8i2SjIT [Del]

>>767
>>767
Change .pl scripts header, path to you compliler with .exe
#!\xampp\perl\bin\perl.exe
And add wakaba directory to mod_cg and %PATH%

772 Name: Anonymous : 2010-02-01 04:36 ID:J8i2SjIT [Del]

>>766
Edit futaba_style.pl

773 Post deleted by moderator.

774 Name: Anonymous : 2010-02-01 14:12 ID:yiyOAvk4 [Del]

>>771
uhm, where's that at? fuck I don't even know if I can edit that on this host.

775 Post deleted by user.

776 Name: Anonymous : 2010-02-02 17:06 ID:GTRuts9c [Del]

How can i create new boards and edit main page? I configured config.pl etc. and i See one, deafult board when i run /wakaba/ folder. How to make another boards /a/ /b/ /c/ etc.? In admin panel there is only few options...

777 Name: !WAHa.06x36 : 2010-02-02 17:34 ID:Heaven [Del]

>>776

That's what you get. You do any customizing like that by hand. Install multiple copies, edit templates and includes, and so on.

778 Post deleted by moderator.

779 Name: Anonymous : 2010-02-04 00:42 ID:GTRuts9c [Del]

okej, thx. What's the diffrence between kareha and wakaba. Which one is better? Why should i choose wakaba/kareha? Why shouldnt i choose serissa or kusaba?

780 Post deleted by moderator.

781 Post deleted by moderator.

782 Post deleted by moderator.

783 Post deleted by moderator.

784 Post deleted by moderator.

785 Post deleted by user.

786 Name: Anonymous : 2010-02-21 15:47 ID:Heaven [Del]

787 Name: Anonymous : 2010-02-21 15:48 ID:hgp/h576 [Del]

>>786
i meant to bump this...

788 Post deleted by moderator.

789 Name: Anonymous : 2010-03-12 05:31 ID:RMghOGCf [Del]

Recently there are lots of porn poster bots on my board, running for the site hot.gazo.us so they can hotlink images off of the server. I'd rather not disable hotlinking, and am not sure if disabling just that site from hotlinking us would stop it for now. Is there a way to block bots by password? They seem to be using the same one even across IPs.

790 Name: Anon : 2010-03-25 15:08 ID:VqC5r0op [Del]

How do I include the space used (Listed in the name page) under the main wakaba page. On the front page I want to have a stats section on number of posts and total size used?

791 Post deleted by user.

792 Name: Pedohater : 2010-03-26 05:24 ID:vaNfkHyY [Del]

How about removing the CP from guns category?!?!?!

793 Name: weetabix : 2010-03-28 08:21 ID:3dQO8A+A [Del]

Hi guys! Just wanna ask a noob's question:
What kind of SQL database and in what collation should I make for Wakaba/Kareha?

794 Name: Anonymous : 2010-03-28 13:05 ID:Heaven [Del]

>>790
I imagine you would have to code that sort of thing yourself.

>>792
You are very lost. http://iiichan.net/dis/error/

>>793
Read config.pl -- it tells you how to set up Wakaba with either MySQL or SQLite. You don't have to make any of the tables. Kareha doesn't need a database.

795 Name: Anonymous : 2010-03-31 18:17 ID:mnrbeJWf [Del]

How can I disable auto-linking in Kareha...?

796 Name: Anonymous : 2010-04-01 00:50 ID:mnrbeJWf [Del]

>>795
Actually, scratch that. I'd like to know if there is some way to have external links open in a new window when you click on them.

797 Name: Anonymous : 2010-04-01 19:41 ID:XcBctTa3 [Del]

hey

798 Name: Anonymous : 2010-04-04 05:39 ID:Heaven [Del]

>>796
Speaking as a user, if I want to have a link open in another window, I can do it myself, with right click -> open in new window. If I want it to open in the same window, I just click it. Making all pages open in a new window is just annoying, and makes me stop visiting that site.

799 Name: Anonymous : 2010-04-04 13:04 ID:mnrbeJWf [Del]

>>798
That's true, and I do that too. But the layout of my site puts the textboard inside of a frame, so... :T

800 Name: Anonymous : 2010-04-04 19:19 ID:Heaven [Del]

>>799

<a target="_top" ...>

801 Name: Anonymous : 2010-04-04 20:35 ID:mnrbeJWf [Del]

>>800
Thank you. Is there a way to apply this to all external links automatically, though? Other than asking everybody to do that when they post.

Sorry, I'm not very clear x__x;

802 Name: Anonymous : 2010-04-05 03:55 ID:Heaven [Del]

>>801
Yes, edit the source. Should be obvious enough, find where it writes links and change it.

803 Name: Codecub : 2010-04-06 13:23 ID:6xVj0PVP (Image: 942x703 png, 337 kb) [Del]

src/1270585400974.png: 942x703, 337 kb

hey im creating a imageboard so far ive done the front page but i installed wakaba properly and i cant figure out how do iadd seperate pages for each board its so confusing and i wanna add a recent images /posts thing like on 4chan
thx

804 Name: Anonymous : 2010-04-08 23:58 ID:Heaven [Del]

>>803
Can't you idiots come up with something new and interesting instead of blatantly copying 4chan and its frontpage all the damn time?

805 Name: Anonymous : 2010-04-10 19:02 ID:9NZ+PXOK [Del]

I am having trouble running kareha.pl from my web browser. It only displays the source code. All folders and files are CHMOD to 755. I verified that I can run perl scripts with this simple code the user >>141 offered before:

#!/usr/bin/perl
print "Content-Type: text/plain\n\n";
print "it works";

Please someone help me create the HTML pages!

806 Name: Anonymous : 2010-04-14 08:52 ID:cVlpsD0U [Del]

Here is my collection of errors which seem to appear randomly:
-I get a blank page and nothing happens
-I get the "BAREWORD ... not allowed while "strict subs" in use"-Error.
-"Attempt to reload config.pl aborted. Compilation failed in require at /opt/lampp/htdocs/altercon.net/cgi-bin/wakaba/wakaba.pl line 16. BEGIN failed--compilation aborted at /opt/lampp/htdocs/altercon.net/cgi-bin/wakaba/wakaba.pl line 16. "
-The "Global symbol "$parent_res" requires explicit package name"-Error

I run the script in my cgi-bin.
the mentioned perl test works.

What i tried:
First, i got these errors from a fresh install.
Used wget to obtain the zip
used unzip to unzip it
used emacs to edit the config.pl
used chmod 755 wakaba.pl captcha.pl

I also tried setting the wakaba directory to 755 and 777

Horrible

807 Name: !WAHa.06x36 : 2010-04-14 09:13 ID:Heaven [Del]

>>806

That sounds mostly like some kind of horribly broken server.

808 Post deleted by user.

809 Name: Anon : 2010-04-16 12:45 ID:8GEBsYSr [Del]

I'm getting this error:

[Fri Apr 16 20:38:32 2010] [error] [client MY IP] script '/var/www/vhosts/mysite.com/subdomains/mysite/httpdocs/url_handler.php' not found or unable to stat

810 Name: Anonymous : 2010-04-16 20:07 ID:Heaven [Del]

>>809
That has nothing to do with wakaba or kareha. Figure out what piece of software uses url_handler.php, if any. Hell, that might just be some idiot who's trying to hit a file that doesn't exist.

811 Name: Anonymous : 2010-04-17 06:27 ID:AXmtZR5h [Del]

Well, when I try and visit my site with wakaba I get a internal server error, etc... and I get this in access logs:

[Sat Apr 17 13:13:20 2010] [error] Can't locate config.pl in @INC (@INC contains: . /usr/lib/perl5/site_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/site_perl/5.8.8 /usr/lib/perl5/site_perl/5.8.7 /usr/lib/perl5/site_perl/5.8.6 /usr/lib/perl5/site_perl/5.8.5 /usr/lib/perl5/site_perl /usr/lib/perl5/vendor_perl/5.8.8/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.7/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.6/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.5/i386-linux-thread-multi /usr/lib/perl5/vendor_perl/5.8.8 /usr/lib/perl5/vendor_perl/5.8.7 /usr/lib/perl5/vendor_perl/5.8.6 /usr/lib/perl5/vendor_perl/5.8.5 /usr/lib/perl5/vendor_perl /usr/lib/perl5/5.8.8/i386-linux-thread-multi /usr/lib/perl5/5.8.8 /etc/httpd) at /var/www/vhosts/mysite.com/httpdocs/wakaba.pl line 16.\nBEGIN failed--compilation aorted

812 Name: : 2010-04-25 05:47 ID:Heaven [Del]

You really should catch those right to left-overrides.

813 Name: Anonymous : 2010-04-27 06:57 ID:Heaven [Del]

>>812
Awwww, why? It's entertaining.

814 Name: Anonymous : 2010-05-08 18:08 ID:5uAS5BhN [Del]

There a way to post as an admin?

It's a nub question, but if there's a way, I'd like to know.

815 Name: Anonymous : 2010-05-09 03:46 ID:Jf9eB6qB [Del]

>>814
Kareha supports capcodes out-of-the-box.

In Wakaba you have the opportunity to post with HTML. If you want capcodes, you'll have to create them yourself. It's not really that hard, even I managed it and I suck at programming.

816 Name: Anonymous : 2010-05-10 11:02 ID:3Ggr/qz0 [Del]

i dont have any thumbnails, why is that?

817 Name: Anonymous : 2010-05-11 04:05 ID:KOqayyLq [Del]

how do i delete [burichan] [futaba] etc in admin bar? when i remove it from my index.html it's ok for a while and then, after f5ing board, it comes back. whats going on?

818 Name: Anonymous : 2010-05-11 05:16 ID:Heaven [Del]

>>817
Edit your templates.pl. The html files are of course generated by wakaba.

This thread has been closed. You cannot post in this thread any longer.