code-google-com / arora

Automatically exported from code.google.com/p/arora
0 stars 0 forks source link

Wordpress wp-admin page not loading, instead redirect to wp-login.php #204

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Login to www.wordpress.com
2. Click in blogname at Your blogs list

What is the expected output? What do you see instead?
Expected output is blog dashboard, but instead page are redirect to login page

What version of the product are you using? On what operating system?
Arora 0.4, Ubuntu Intrepid Ibex Beta x86-64 

Please provide any additional information below.

Original issue reported on code.google.com by haf...@gmail.com on 5 Oct 2008 at 7:00

GoogleCodeExporter commented 9 years ago
For the record, I see the same thing. It works in various other WebKit browsers 
(Safari [release & with 
webkit nigthly], Midori [webkit trunk as of this morning], Chrome). Also tried 
with the QtWebKit launcher 
from webkit trunk, which shows the same problem.

My educated guess is that this is a QtWebKit issue.

Original comment by gergely....@gmail.com on 6 Oct 2008 at 11:03

GoogleCodeExporter commented 9 years ago
Same as issue 183 http://code.google.com/p/arora/issues/detail?id=183

Original comment by haf...@gmail.com on 7 Oct 2008 at 5:35

GoogleCodeExporter commented 9 years ago
This works IF I set accept cookies to always but if set to 'Only from sites you 
navigate to' then it fails as 
stated.

Original comment by semakw...@gmail.com on 8 Mar 2009 at 1:58

GoogleCodeExporter commented 9 years ago
I can confirm I can log in in wordpress.com if I set 'Accept cookies' to 
'Always'.
But I still can't log in in a self-hosted wordpress even if I do that.

Original comment by sysco...@gmail.com on 8 Mar 2009 at 2:22

GoogleCodeExporter commented 9 years ago
it worked on wordpress.com with all cookies accepted but it doesn't work on 
firebirdnews.org for example 
where we have our own wp

Original comment by map...@gmail.com on 14 Apr 2009 at 2:57

GoogleCodeExporter commented 9 years ago
Here is a temporary fix so that you don' have to allow cookies always (not 
tested with a self-hosted 
wordpress):

Edit -> Preferences -> Privacy -> [Cookie] Exceptions...

Add these:
$blogname.wordpress.com
wordpress.com
.wordpress.com

Where $blogname is the name of the blog as it normally appears in the url.

Original comment by leonardo...@gmail.com on 15 Apr 2009 at 3:12

GoogleCodeExporter commented 9 years ago

Original comment by ice...@gmail.com on 4 May 2009 at 6:43

GoogleCodeExporter commented 9 years ago

Original comment by ice...@gmail.com on 4 May 2009 at 6:44

GoogleCodeExporter commented 9 years ago
Ok, I think the problem is that de domain for the cookie is not set by default, 
if it is not explicitly 
specified.
So some wordpress cookies get undomained and then lost.

A workaround is to set the constant COOKIE_DOMAIN in wordpress, as suggested in 
wp-
settings.php, since 2.6.0 you can define this constant in wp-config.php :

define ('COOKIE_DOMAIN', 'x.x.x') ;

It then works, but once again I must ask me why I've chosen a so bad structured 
platform, global 
scope based,... and now with another domain declaration. But I'm already 
dependent.

Original comment by vit...@gmail.com on 31 May 2009 at 1:01

GoogleCodeExporter commented 9 years ago
And if it's not your wordpress, you can try to modify the cookie (adding the 
domain) :

~/.local/share/data/Arora/cookies.ini (Debian Lenny: qt 4.4.3, arora 0.2)

*** find /home|/root -iname arora

Original comment by vit...@gmail.com on 31 May 2009 at 1:11