Timbonewd
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Login and AJAX conflict?So, IE and certain browsers won’t allow a login. If I point my browser to /wp-login.php and try to log in that way, it shows me as logged in and then as soon as I browse away from the homepage, it signs me out.
Google Chrome and Firefox are the only browsers allowing to me log in. Where the heck is this “-login[ajax]/0/” coming from!!??
EDIT – okay, this is how the Login button is being implemented onto the site.
<a href="http://mywebsite.com/wp-content/themes/soundboard/login.php?ajax=true&width=600&height=420" data-rel="prettyPhoto-login[ajax]">LOG IN</a>But I swear, its not a problem exclusive to the Soundboard theme. As I’ve mentioned previously, even WordPress’ default theme presents the Login issue.
Forum: Fixing WordPress
In reply to: Login and AJAX conflict?Still having this issue. Checked core files and nothing that makes me believe its a core file. Also checked the database. Sooooooo weird. Any help is appreciated.
Forum: Fixing WordPress
In reply to: Login and AJAX conflict?Just tried reuploading the wp-include, wp-admin folders to the server…issue is still not resolved.
Forum: Fixing WordPress
In reply to: Login and AJAX conflict?My .htaccess file looks fine. Nothing in this code that would make me assume its a server configuration problem:
# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPressForum: Fixing WordPress
In reply to: Login and AJAX conflict?And its not a cookie or cache issue as far as I know.
I tried testing on IE, Safari, and Google Chrome (Mobile) and still won’t work. I have no stored cookies on those browsers.
And logging in via /wp-login.php will also not work. Luckily I can log in via Google Chrome or else I’d be screwed. It logs me in for one second, then, logs me out.
[Edit]
I have also tried deactivating plugins via the database. Still no results. And I’m still getting that [ajax] in the login URL.Frustrating…