eiramitak
Forum Replies Created
-
I solved the issue. You must have the country as a required field.
Nope, I have all the credentials in correctly. The biggest part isn’t the button as much as the page refreshing.
How did you solve it? I am having the same problem!
Is there a way to do this? I have been looking everywhere. Thanks!
Forum: Fixing WordPress
In reply to: Uploading Media in 2.5 = “Please Log In Again”I’m having the same problem, however it will not work for me in ie either. *And* I’m not going to switch to using ie anyways.
Any ideas?
Forum: Installing WordPress
In reply to: Upgrade doesn’t go throughI am now having the same problem.
The home page works fine: https://antiquemommy.com
But I am stuck here: https://antiquemommy.com/wp-admin/upgrade.php?step=1&backto=%2Fwp-admin%2Fedit.phpForum: Fixing WordPress
In reply to: 404 errors after upgrading to 2.2.1Found the answer– just in case someone else needs to know…
Its due to mod security that is installed on your server. Add 3 lines to your htaccess file and its fixed.
<IfModule mod_security.c> SecFilterInheritance Off </IfModule>
Forum: Fixing WordPress
In reply to: Forbidden to see stuff in the dashboardActually, I found out what the issue is. It’s due to mod security installed on your server. You can fix it by adding this to your htaccess file:
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>Forum: Fixing WordPress
In reply to: Forbidden to see stuff in the dashboardI can fix the first part…
add the following to your .htaccess:<Files index-extra.php>
SecFilterInheritance Off
</Files>I have not figured out how to fix the category issue. I’m having the same problem.
Forum: Fixing WordPress
In reply to: Forbidden: wp-admin/index-extra.phpgo to your .htaccess and add the following lines:
<Files index-extra.php>
SecFilterInheritance Off
</Files>Forum: Fixing WordPress
In reply to: WP-Admin Loading PageI had been having the same problem. I solved it by adding this code to my .htaccess
<Files index-extra.php>
SecFilterInheritance Off
</Files>Forum: Fixing WordPress
In reply to: Not Found, Errer 404I am having the same problem on both of the installs on my domain. I upgraded my wordpress install on one of them yesterday to 2.2.1 an the other is a brand new install.
Forum: Fixing WordPress
In reply to: importing haloscan comments wiuth new bloggerI’m seriously at a loss. I have even looked at the importer as a non-plugin person. But, as a non-plugin person it meant nothing.
I will donate generously to anyone that can help! Please!
Forum: Fixing WordPress
In reply to: importing haloscan comments wiuth new bloggerAnyone?