loriehrlich
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Paaaainfully slowwwwwwI disconnected podpress and that sped things up a bit. I’ll miss it, of course.
I still look forward to your wisdom on mod_gzip.
thanks.
Forum: Fixing WordPress
In reply to: Paaaainfully slowwwwwwThanks for these responses, miklb and febwa. I’m using the Photopress plugin for the album.
I ran that speed test which indicated this:
# This site is not using HTTP compression, otherwise called content encoding using gzip. Consider compressing your textual content (XHTML, JavaScript, etc.) with mod_gzip or similar products.
Is mod_gzip a plugin? I’m learning as I go.
Will this take care of the backend problem (like febwa1976) too?
Thanks again for responding.
Forum: Your WordPress
In reply to: HTTP 500 Internal Server ErrorIt’s back up. Move along here…nothing to see.
thnx so much, Handysolo.
Forum: Your WordPress
In reply to: HTTP 500 Internal Server ErrorNetwork Solutions. If youthink it’sthem, I will.
Forum: Installing WordPress
In reply to: Not to Parse words but…Done. All better.
You rock!! Thank you.
Forum: Installing WordPress
In reply to: Not to Parse words but…rutoh. Everyone visiting my blog is getting the same message. That can’t be good. Help is greatly appreciated.
Forum: Installing WordPress
In reply to: Not to Parse words but…One more detail…That error message appears after I get the message “It doesn’t appear you’ve installed Word Press. Try running install.php” Above is the message I get when I click on it.
Forum: Installing WordPress
In reply to: Not to Parse words but…I deactivated all of my plugins before the upgrade, so none should be running.
Forum: Installing WordPress
In reply to: Not to Parse words but…I found the relevant code. Just not sure what it’s looking for and in what form.
get_currentuserinfo(); // set $current_user
if (current_user_can(‘unfiltered_html’) == false)
kses_init_filters();Thanks again.
Forum: Installing WordPress
In reply to: Not to Parse words but…I think I just solved this (a minor miracle) but it bred a new problem:
Fatal error: Call to undefined function: get_currentuserinfo() in /data/3/0/30/162/193162/user/195981/htdocs/wp-includes/kses.php on line 526
Forum: Installing WordPress
In reply to: Not to Parse words but…Thanks for the response and the *** reminder
Is it this line?
define(‘DB_PASSWORD’********’);
Is there supposed to be an extra apostrophe in there?