Mysidia Adoptables Support Forum

Mysidia Adoptables Support Forum (http://www.mysidiaadoptables.com/forum/index.php)
-   Questions and Supports (http://www.mysidiaadoptables.com/forum/forumdisplay.php?f=18)
-   -   Forum Registration (http://www.mysidiaadoptables.com/forum/showthread.php?t=4149)

Alaric 06-03-2013 08:37 AM

Forum Registration
 
Hello,

I'm having problem with my forum registrations, whenever a new user registers for an account on my site it keeps giving them a error message as Such "Failed to create forum account". They get Registered on the site, but not on the forums.

Can you please sort this out for me?

Regards,
Alaric.

Nieth 06-03-2013 08:46 AM

You have to go into your Mysidia 'inc' folder and find config_forum, you have to input the forum database info in there so that Mysidia recognizes that there is an integrated forum.

Alaric 06-03-2013 08:50 AM

I did that. But i don't know what's wrong?

Nieth 06-03-2013 08:53 AM

You've installed mybb correctly, made a new DB and configured all the file paths? If so, post your config_forum script here with any passwords censored out. So that I can have a look at it.

Alaric 06-03-2013 08:55 AM

<?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 = '';
$mybbprefix = 'mybb_'; // This is the default setting as you install MyBB forum, feel free changing it if you have a different prefix
$mybbremember = -1;
?>

Nieth 06-03-2013 08:59 AM

You didn't specify the path to the forum folder from the root, that may be your problem. Unless you installed mybb straight into the public_html, which you shouldn't. That would lead to a big problem as the files would be all mixed up.

What folder is your installation of mybb placed into in on your site?

Alaric 06-03-2013 09:07 AM

This should be fine...?

http://oi43.tinypic.com/98a4j5.jpg

Nieth 06-03-2013 09:10 AM

<?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.

Alaric 06-03-2013 09:14 AM

Quote:

Originally Posted by Nieth (Post 27060)
<?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. :eye:

Alaric 06-03-2013 09:17 AM

Nope. Still getting this message : "Failed to create forum account"


All times are GMT -5. The time now is 12:05 AM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.