clubaide Posted July 15, 2009 Posted July 15, 2009 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!
Byron Posted July 15, 2009 Posted July 15, 2009 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.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now