View Single Post
  #9  
Old 06-03-2013, 09:14 AM
Alaric Alaric is offline
Mod
 
Join Date: Nov 2011
Posts: 112
Gender: Male
Credits: 312,531
Alaric is on a distinguished road
Default

Quote:
Originally Posted by Nieth View Post
<?php
//Mysidia Adoptables Site Configuration File

//Forum Integration Info: MyBB
$mybbenabled = 1; // 0 = disabled, 1 = enabled
$mybbhost = 'localhost'; // Consult your host if you believe this field is not localhost
$mybbuser = 'alaric';
$mybbpass = '';
$mybbdbname = 'alaric_pokemon';
$mybbpath = '/forum';
$mybbprefix = 'mybb_'; // This is the default setting as you install MyBB forum, feel free changing it if you have a different prefix
$mybbremember = 1;
?>


That should work, I put the path into the config. Just replace your password and that should work, post again if it doesn't help.
I changed the path many times like
'/'
'/forum'
'/forum/'

But it never worked.


Now let me try again to see if it works.
__________________
Reply With Quote