View Single Post
  #126  
Old 03-26-2012, 03:33 PM
AlexC's Avatar
AlexC AlexC is offline
Moderator
 
Join Date: Dec 2009
Location: Canada
Posts: 753
Gender: Unknown/Other
Credits: 67,214
AlexC is an unknown quantity at this point
Default

Okay, uploaded the new files, got everything working, except now I'm getting the "failed to create forum account" error. I looked through the topic, but people just say they "fixed it" without saying how. Help?

My config_forum.php file looks like this:

Code:
<?php
//Mysidia Adoptables Site Configuration File

//Forum Integration Info: MyBB
$mybbenabled = 1;
$mybbhost = 'localhost';
$mybbuser = 'gloometh_me';
$mybbpass = '********';
$mybbdbname = 'gloometh_forum';
$mybbpath = 'forum';
$mybbprefix = 'forum';  		
?>