Jump to content

Unable to install Wakaba


clubaide

Recommended Posts

Hi, I know it's probably not your thing to support every last script under the sun, but I'm having trouble installing Wakaba.

 

I've been following this:

 

http://wiki.iiichan.net/Wakaba_and_Kareha_Setup_Guide

 

But when I load the page I get an Internal Error 500.

 

Was I supposed to set the entire directory to 775? Is it a database problem? Is this script banned or something? Did I do something wrong in the config? (was I supposed to remove the #s?)

 

Thanks!

Link to comment
Share on other sites

Was I supposed to set the entire directory to 775? Is it a database problem? Is this script banned or something? Did I do something wrong in the config? (was I supposed to remove the #s?)

 

Thanks!

 

If you look on the wiki page for this section here:

 

An example setup looks like this:

use constant ADMIN_PASS => 'secret'; 
use constant NUKE_PASS => 'supersecret'; 
use constant SECRET => 'jhkasdfkjniuhsagln pivhgpqwhbe4 lh v0SER98YT4'; 
use constant SQL_DBI_SOURCE => 'DBI:mysql:database=imageboard;host=imageboard.example.tdl'; 
use constant SQL_USERNAME => 'joebob'; 
use constant SQL_PASSWORD => 'joebobspassword';

Make sure you remove the # from in front of these lines after you change them.

 

If you don't remove the #'s from the front of those lines then your script will fail.

 

You directory should have file permissions of 755. Any file that ends in .pl or .cgi needs permissions set to 755 also.

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...