surfbits
Forum Replies Created
-
I solved the problem. The /wp-content/upgrade directory needs to have permissions set to 777, they were not set correctly. I made the change and everything updates just fine.
I am still getting this error in one of my WP installs, all the other work and the layout is the same in them all.. Any ideas on why I’m seeing this when doing ANY auto-updates at all?
Forum: Fixing WordPress
In reply to: HeaderBlock Spam LinksYes, here is the header.php from the themes…
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”><head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”text/html; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” />
<link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<link rel=”shortcut icon” href=”http://www.macreviewcast.com/favicon.ico”><?php wp_get_archives(‘type=monthly&format=link’); ?>
<?php wp_head(); ?></head>
Forum: Fixing WordPress
In reply to: HeaderBlock Spam LinksI removed this line in my index.php file in my themes and the spam links have seemed to disappear.
<?php $wp_headers() ?>
Does that make sense or am I missing something obvious?
Thank you very much for you kind offer and I will make the changes in my blog profile ASAP.Forum: Fixing WordPress
In reply to: HeaderBlock Spam LinksThat’s what I am asking for, do I just look for that http://spam link URL, or can they use something else that I need to watch for? meta_head()??? is something I’m not familiar with, so that’s what I’m asking. What should I be looking for?
Forum: Fixing WordPress
In reply to: HeaderBlock Spam LinksThank you for your helpful reply.
I checked in the files that I would think would have the links in, but I have not found them. Since they are in the headerblock section of the source, does anyone have an idea where they might have been placed and what might have been placed there?Forum: Fixing WordPress
In reply to: Database Error 28 helpThanks Moshu.. I will switch hosts, but I sent him this info to try to get back online ASAP.
Forum: Fixing WordPress
In reply to: Database Error 28 helpMy host said it’s in the install, I did a search and found a couple blank pages for that, do you have a specific response that I can show my host and let him know what to do?
Forum: Fixing WordPress
In reply to: Database errorThanks, but my osting company sent this to me..
“Hello you may want to tell wordpress that the server has been upgraded from mysql 4.0.24 to mysql 4.1.18
This was due to problems with 4.0 crashing quite a bit across all servers”
SO now what?
Forum: Fixing WordPress
In reply to: Valid Feed, but may cause problemsI finally removed these lines from my 1.52 WP wp-rss2.php file and I no longer receive the error messages when trying to validate in feedvalidator.org.. now my problem is waiting to see if I broke anything in my enclosures. :-/
<content:encoded><![CDATA[<?php the_content(”, 0, ”) ?>]]></content:encoded>
<?php else : ?>
<content:encoded><![CDATA[<?php the_excerpt_rss() ?>]]></content:encoded>
<?php endif; ?>Forum: Fixing WordPress
In reply to: Valid Feed, but may cause problemsThank you for your response.
So is there anything I can change in the wp-rss2.php file to keep from getting this warning, or do we just live with it until validators like feedvalidator.org can handle it?Forum: Fixing WordPress
In reply to: Change Sequence of Stories (Option)Thank you, it’s just what I needed. 🙂