MyBB Community Forums

Full Version: Uninstall-Install
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
here is the new values
$settings['cookiedomain'] = ".grand-hall.ir";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";

And look what happened:
http://grand-hall.ir/forum/index.php

(2012-10-12, 09:29 AM)Nathan Malcolm Wrote: [ -> ]
http://grand-hall.ir/forum/inc/New%20Text%20Document.php

It says that mail was sent by PHP. Can you check your spam/junk folder to see if it got caught by a spam filter?

Also knowing which web host you're using would be helpful.

Empty,
arazhost.com Im using, Its foreign to you.
Ah, set your cookie path to /forum/ then clear your cookies.
(2012-10-12, 09:38 AM)Nathan Malcolm Wrote: [ -> ]Ah, set your cookie path to /forum/ then clear your cookies.

$settings['cookiedomain'] = ".grand-hall.ir";
$settings['cookiepath'] = "/forum/";
$settings['cookieprefix'] = "";

Same page:
http://grand-hall.ir/forum/index.php
Assuming you've already changed the settings in the ACP, delete ./inc/settings.php. It'll regenerate the cache file.
(2012-10-12, 09:47 AM)Nathan Malcolm Wrote: [ -> ]Assuming you've already changed the settings in the ACP, delete ./inc/settings.php. It'll regenerate the cache file.

The header got fixed but login problem stands still Blush
Your cookie domain is set to grand-hall.ir. but it should be set to .grand-hall.ir
(2012-10-12, 09:59 AM)Nathan Malcolm Wrote: [ -> ]Your cookie domain is set to grand-hall.ir. but it should be set to .grand-hall.ir

By default it is

$settings['cookiedomain'] = "grand-hall.ir.";
$settings['cookiepath'] = "/forum/";
$settings['cookieprefix'] = "";

I deleted this red dot and put it first, Its here now

$settings['cookiedomain'] = ".grand-hall.ir";
$settings['cookiepath'] = "/forum/";
$settings['cookieprefix'] = "";
Once again, please delete ./inc/settings.php and clear your cookies. Your login should be working fine then.
(2012-10-12, 10:25 AM)Nathan Malcolm Wrote: [ -> ]Once again, please delete ./inc/settings.php and clear your cookies. Your login should be working fine then.

I deleted the settings.php again and those values are again
$settings['cookiedomain'] = "grand-hall.ir.";
$settings['cookiepath'] = "/forum/";
$settings['cookieprefix'] = "";

Login says successful But its not logged in, Same problem from the beginning.
Make sure you also change the cookie settings in the ACP before deleting settings.php as settings.php is a cache file of the settings in the database.
Pages: 1 2 3