1 daethian2 Aug 03, 2008 17:47
3 daethian2 Aug 03, 2008 20:14
That's exactly how it's entered on both sites. They are both in the /blog directory and that's what the base url is pointing to.
4 tilqicom Aug 03, 2008 20:33
Daethian2 wrote:
That's exactly how it's entered on both sites. They are both in the /blog directory and that's what the base url is pointing to.
strange than.. as it sets the cookie path exactly same as baseurl.. are you sure you didnt miss the / at the end or made any other typos ?...
and btw, if you try to login two 2 + instances of b2 you can also get those kind of messages.. try changing instance name in .../conf/advanced.php
* @global string Default: 'b2evo'
*/
$instance_name = 'newname'; // MUST BE A SINGLE WORD! NO SPACES!!
set it to sth unique as prompted.. this would possibly solve the issue
5 daethian2 Aug 03, 2008 21:41
I'm not logging in to two instances. I think it must be a cache thing since it's fine on my laptop where I normally log in from. I don't log in much from my desktop or work computer and those are the two places I see the message. It always lets me log in anyway so I guess I'll leave my settings alone for the time being and see what happens after doing a purge of my cache and cookies.
Thanks!
6 daethian2 Sep 08, 2008 03:44
Okay so today another issue surfaced on this blog.
I made several changes to my posts using SQL and only the first change was evident while viewing my blog on my desktop computer and when I logged in with my laptop computer all the changes were evident.
http://forums.b2evolution.net//viewtopic.php?t=16598&highlight=
I also can't preview a post on this blog. It gives the following:
An unexpected error has occured!
If this error persits, please report it to the administrator.
Go back to home page
Additional information about this error:
New object cannot be updated!
Daethian2 wrote:
apparently it is a 'baseurl' issue, as the cookie path is set automatically according to the baseurl..
it seems that you are using a subdirectory for your blog instead of root dir, if this is true
you may have entered your baseurl wrong..
in .../conf/basic_config.php