MyBB Community Forums

Full Version: Login/Logout problems? PLEASE READ
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2013-01-23, 08:42 PM)JordanMussi Wrote: [ -> ]Can you open ./inc/config.php
Can you tell me what this line contains?
$config['database']['table_prefix']
e.g mybb_

$config['database']['type'] = 'mysqli';
$config['database']['database'] = 'dimas_plan_wedding';
$config['database']['table_prefix'] = 'mybb_';

$config['database']['hostname'] = 'localhost';
$config['database']['username'] = '********';
$config['database']['password'] = '********';
I am having the same problem....cannot login to my ACP but I can log in as regular user but not ad Admin. Now I did do the following I...

check my setings.php to make they have the right url
deleted the file from my server
set CHMOD properties to 666
deleted my cookies

Still nothing....any ways my url is www.132spitfiresqn.ca/login

I now I can resintall mybb but I have to go resetup the form and the work for it ti just happend again. I did e-mail support about the issue but I am in a bind. So if someone could help me that would be wonderful. Thanks
Can someone help us?
please it is important, any chance to make this working, there are more two weeks with this...
Your cookie domain is blank. Did you try running the query Jordan provided?

UPDATE `mybb_settings` SET `cookiedomain` = '.letsplanmywedding.com'
Yes then that query should be right. Perform the query and make sure the ./inc/settings.php has the right value as well.
yes sure i have run but nothing: #1054 - Unknown column 'cookiedomain' in 'field list'
Sorry that was a big boo boo by me. Blush The query should be.
UPDATE `mybb_settings` SET `value` = '.letsplanmywedding.com' WHERE `name` = 'cookiedomain'
ok it say that the query was changed, but i still can't connect to ACP
Has the settings.php file been changed?