lotusflwr
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 2.9.1 upgrade failed and Fatal Error Memory MessagesThanks for all your help. My web hosting service helped me finally resolve the issue…yea!
Forum: Installing WordPress
In reply to: 2.9.1 upgrade failed and Fatal Error Memory MessagesWell, that didn’t work. Same error message/problem. Any other suggestions out there?
Forum: Installing WordPress
In reply to: 2.9.1 upgrade failed and Fatal Error Memory MessagesWhy is there all of a sudden a need to increase the memory?
Forum: Installing WordPress
In reply to: 2.9.1 upgrade failed and Fatal Error Memory MessagesThanks for the suggestions, I’ll give them a try.
Forum: Fixing WordPress
In reply to: PHP Fatal ErrorI need some help. I had the same type of error message and increased the file to 64MB. But still can’t enter my WP admin area. So I was going to do the next step in the above directions to add the line: php_value memory_limit 12M. My question is should I add it right above the </IfModule> line? I really need some help with this issue. Thanks.
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule># END WordPres