alinush
Forum Replies Created
-
Forum: Plugins
In reply to: [Kimili Flash Embed] Problem after upgrade to 2.5.2I commented line 280 to fix this temporarily, but I’m not sure what this will do to the way the plugin works. Hoping a real solution will appear.
Forum: Fixing WordPress
In reply to: Weird /zz directory in my wp-content folderI found the same folders on wp installations where the wp-content folder was set to 777 – it seems this is an exploit and you can prevent it by setting 755 to wp-content
any fixes for this problem? I couldn’t find one.
Forum: Installing WordPress
In reply to: Can’t log in after upgrade from 2.5.1 to 2.6WOW, I finally found the problem!
open wp-login.php
find the following 2 lines and comment them:
if ( dirname($schema . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘PHP_SELF’]) != get_option(‘siteurl’) )
update_option(‘siteurl’, dirname($schema . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘PHP_SELF’]) );This is in 2.6.2
After commenting these lines I was able to login
Forum: Installing WordPress
In reply to: Can’t loginWOW, I finally found the problem!
open wp-login.php
find the following 2 lines and comment them:
if ( dirname($schema . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘PHP_SELF’]) != get_option(‘siteurl’) )
update_option(‘siteurl’, dirname($schema . $_SERVER[‘HTTP_HOST’] . $_SERVER[‘PHP_SELF’]) );This is in 2.6.2
After commenting these lines I was able to login
Forum: Installing WordPress
In reply to: Can’t loginvietknight: I have the same problem and I currently have the latest version (2.6.2)
When I enter the correct username and password, NOTHING happens. I just remain on the wp-login.php page. If I enter a wrong username or password, the error message appears.
This happened after I moved hosting to MediaTemple . Is anyone else that has this problem on MediaTemple?
The thing is that I have another WP install in the same account, a different domain… and I can login perfectly on that one. I moved that one exactly the same from the old hosting account too.
There aren’t any error logs, no errors, simply nothing. I have uploaded all the 2.6.2 files again, files are exactly as in the original download, nothing corrupted.
Any ideas?
Forum: Fixing WordPress
In reply to: VERY Weird – Cannot LoginUPDATE:
It seems this is somehow related to a DNS cache. I changed my dns to openDNS – opendns.com and the login worked.
I have no idea why
Forum: Installing WordPress
In reply to: Can’t loginNothing works for me either ??
Forum: Installing WordPress
In reply to: Can’t log in after upgrade from 2.5.1 to 2.6Was anyone able to find a solution to this?
Forum: Fixing WordPress
In reply to: logging into wordpress 2.5 returns me to wp-login.phpAnyone found the solution yet?
Same thing happens for me. I tried ?action=logout but it didn’t work.
What host are you using?
Forum: Fixing WordPress
In reply to: Can’t login – won’t recogniz usernamevegasgeek I’m having the exact same problem … Can anyone help?
Forum: Fixing WordPress
In reply to: Can’t login – won’t recogniz usernameSame for me ??
Forum: Fixing WordPress
In reply to: Removing the old version of the plugin failedThe exact same thing happens to me with WP Super Cache and other plugins…it worked when I had 2.5.1, but now doesn’t work with 2.6 ??
I updated from 2.5.1 to 2.6 using the Automatic WordPress Update plugin