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-18, 08:35 AM)JordanMussi Wrote: [ -> ]Do you know how to run SQL queries? Look at this thread for help: http://community.mybb.com/thread-44380.html
UPDATE `mybb_settings` SET `cookiedomain` = '.letsplanmywedding.com', `cookiepath` = '/forums/', `cookieprefix` = ''

no one can help?
Since it is your domain that is blank do this query:
UPDATE `mybb_settings` SET `cookiedomain` = '.letsplanmywedding.com'
after doing this: #1054 - Unknown column 'cookiedomain' in 'field list'
Whats your table prefix? (mybb_, forums_, mybb_forums_)
the table prefix is for whole the website. but there are table prefix like forum_category ; mybb_forums so which one i must to change?
The table prefix that is for your forums database tables.
this one mybb_forums
If mybb_ is your table prefix I can't see anything wrong with the query.
UPDATE `mybb_settings` SET `cookiedomain` = '.letsplanmywedding.com'
My table prefix is dimas_plan_wedding , there is not forum prefix, but all are going inside...
Can you open ./inc/config.php
Can you tell me what this line contains?
$config['database']['table_prefix']
e.g mybb_