1 johnson_jarod Feb 28, 2009 22:11
3 yabba Feb 28, 2009 23:05
Really stupid question, you're not going to admin via an old bookmark by any chance?
¥
4 johnson_jarod Mar 01, 2009 01:17
OK, first I would like to say thank you for the quick replies, here is what happen.
1) Tried to adjust the _advanced.php as requested, I changed it from 'b2evo' to 'http://www.mazianni.com/'. Restarted apache and tried again and was still receiving the issue.
2) I was using the login line from the user tools widget from the site itself. I noticed if I put in the actual path, http://www.mazianni.com/admin.php the error it did not come up but I could not login, I would type my user name and pass and it would refresh but nothing would happen.
But then the answer struck me, my DNS is forwarding my url name to HTTP://{IP} so it was my $baseurl all along that was causing the issue. :oops:
I suppose if I wanted to change the base url I would have to name the computer www.mazianni.com and then use local host? But seeing how this is only for lite duty work and it really doesn't matter as long as it works this is fine for me. The cloaking DNS will hide my dirty, dirty setup. :)
Hopefully my folly will help some poor helpless newbie like myself in the future.
-Jarod
5 edb Mar 01, 2009 01:56
johnson.jarod wrote:
... Tried to adjust the _advanced.php as requested, I changed it from 'b2evo' to 'http://www.mazianni.com/'. Restarted apache and tried again and was still receiving the issue. ...
Nah don't make that be like a url. Just a string of characters. But anyway the problem is as you've seen: something about DNS redirecting and trying to run it on localhost. I've no idea how people make a website come from their computer ... other than uploading it to a server ;)
Did you at any time have your $baseurl in /conf/_basic_config.php set to the IP address? Either way, try changing $instance_name in /conf/_advanced.php to something other than 'b2evo' and see if that blows out the cookie problem.
b2evolution does not turn your $baseurl into an IP address by the way, so digging probably won't turn up an answer ;)