MyBB Community Forums

Full Version: Fix problems with transferring hosts
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
People are not able to login still he has updated the cookies but the problem still occurs Sad
Can you post the cookie settings here.
thats the main problem because if i could login to admin panel i could reinstall the theme i have it saved.

$settings['cookiedomain'] = "http://cricketlife.net/kriketlife/";
$settings['cookiepath'] = "http://cricketlife.net/kriketlife/";
$settings['cookieprefix'] = "http://cricketlife.net/kriketlife/";

He is what he added

And do you think i should update the mysql to the one that was in the backup and restore or keep this one?

And this is what he tells me to do:

Hello,

I believe you need to edit the URL entries available in your database to correct the redirection. Please access your database using phpmyadmin available in the cPanel to make the changes.

------------------------------
Karlos V.
Support Department, Hawk Host
Change cookie domain to .cricketlife.net
Change cookiepath to /kriketlife/

http://community.mybb.com/thread-126359.html for more info

In other words, use this code instead of what he wrote.

$settings['cookiedomain'] = ".cricketlife.net";
$settings['cookiepath'] = "/kriketlife/";
$settings['cookieprefix'] = "";

Then go into your admin and confirm it.
Hey bro he just changed my account and moved it into the public_html file so what would be the new code. Because iam still not able to access it

And login to my account

Here the new link:

http://anonymouse.org/cgi-bin/anon-www.c.../index.php
Okay, so your new url is http://cricketlife.net/ then?

Then it would just be

$settings['cookiedomain'] = ".cricketlife.net";
$settings['cookiepath'] = "/";
$settings['cookieprefix'] = "";
I have done that still not able to login. Is there anythingh else that could have caused this?Sad
Hi everyone. I recently transferred hosts but when i was done transferring my site login failed plus my theme broke down. I don't know what caused this tried several ways of fixing it but came to dead ends.

Here is the link to my site: (using proxy since dns has not fully propogated)

http://anonymouse.org/cgi-bin/anon-www.c.../index.php

>>>I have created an temporary secondary limited FTP access if an developer of mybb wants to take a look into the files Smile.
Can we get a demo login username/password.

However, before you do so. Try clearing your cookies and try logging in again. Provided the cookie settings are correct, it should work.
I cannot login so how can i get a demo one. Is there any way i can use my ftp account to create a new account and make it the admin so i can access the admin cp and re install the theme to fix it. Also the dns has done propergating so you can access my site through the normal url www.cricketlife.net.

Ok guys i have an update i have told my host to fix all my redirects and now the theme loads up fine but i still cannot login to my account. Also i get this error when i click to see my member list
http://cricketlife.net/memberlist.php. But other then that everything seems to work. These are the last two issues.

Can anyone help me please?
Pages: 1 2 3