sorry, I am a noob at perl, but I managed to get my board LOOKING like it's working, but when I try to make a post I get this message:
Method Not Allowed
The requested method POST is not allowed for the URL
^^ this is for a kareha board, btw
Sounds like your web host sucks ass. You'll have to ask the admin to allow POST, or get a new host.
If it's just a Kareha board without image uploading, you might be able to work around it by editing templates.pl
and finding all method="post"
and changing them to method="get"
, but that might just break if you post a too long message.