Z_Everson
Forum Replies Created
-
Forum: Plugins
In reply to: Feed stopped working after upgrading to 2.7Per the suggestion on another site, I deleted
Redirect /feed https://feeds.feedburner.com/ZachEverson/ Redirect /feed.xml https://feeds.feedburner.com/ZachEverson/ Redirect /atom https://feeds.feedburner.com/ZachEverson/
That didn’t help either though.
Forum: Plugins
In reply to: Feed stopped working after upgrading to 2.7Here are the contents of my .htaccess file:
# Use PHP5 as default AddHandler application/x-httpd-php5 .php Redirect /feed https://feeds.feedburner.com/ZachEverson/ Redirect /feed.xml https://feeds.feedburner.com/ZachEverson/ Redirect /atom https://feeds.feedburner.com/ZachEverson/ # BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /index.php [L] </IfModule> # END WordPress
I’d been able to use FeedBurner without having to use the FeedSmith plugin in the past. I’m using Woo Themes’s Type Based theme. In Dashboard > Typbased Options > General settings, there’s a place for me to add my FeedBurner URL, which I did when I set up my website.
I just installed and activated FeedSmith, however, and added my feed
(https://feeds.feedburner.com/ZachEverson) to Settings > FeedBurner.
The problem still exists.Also, the FeedBurner comments thread for the site (https://feeds.feedburner.com/ZachEversonComments) works fine though.
Thanks again for your help!
Forum: Plugins
In reply to: Feed stopped working after upgrading to 2.7My URL is https://www.zacheverson.com. The feed is https://feeds.feedburner.com/ZachEverson, although the original feed is https://zacheverson.com/wp-feed.php.
Thanks!
Forum: Fixing WordPress
In reply to: RSS Feed not workingSame problem here–it also happened after I update to 2.7.
Were any of you able to resolve it?
Thanks!
Forum: Fixing WordPress
In reply to: Took 11 hours for new post to appear in RSS readerThanks whooami. Without changing anything, my last post appeared almost immediately. If the problem resumes I’ll try your suggestions.
Thanks again!
Forum: Fixing WordPress
In reply to: How do I get tags to appear at the bottom of a post?Never mind, problem solved:
<?php the_tags('Tags: ', ', ', '<br />'); ?>
Forum: Fixing WordPress
In reply to: RSS icon appears on main page, but not blogFantastic–works great. Thanks Otto!
Forum: Installing WordPress
In reply to: Upgraded to 2.5, now can’t login to admin and have warningsKinda, Joni. My hosting company switched installers (from Fantisco to simple Scripts). The suggested gutting the whole site, installing 2.5 via Simple Scripts, and then adding the backup of the old site’s database that I made yesterday morning before I made any changes to the sites.
Through two hours of phone calls, we got the site to 2.5, but there’s still a problem. When I access the site or wp-admin page, I get this error:
Warning: array_keys() [function.array-keys]: The first argument should be an array in /home/zachever/public_html/wp-includes/widgets.php on line 678
Warning: Invalid argument supplied for foreach() in /home/zachever/public_html/wp-includes/widgets.php on line 678
Warning: Cannot modify header information – headers already sent by (output started at /home/zachever/public_html/wp-includes/widgets.php:678) in /home/zachever/public_html/wp-includes/pluggable.php on line 694
The Blue Host Level II rep said installing the plugins that I had previously should fix the problem. But without access to the backend, I have no idea how to do so.
He also said “You installed it without using the wp_ prefix for the database, which was used by your former database.” But I had to ask for clarification about what that means. Argh!
Thanks!
Forum: Installing WordPress
In reply to: Upgraded to 2.5, now can’t login to admin and have warningsThanks Samboll. I followed the instructions, but got this error message when I ran upgrade.php:
Warning: require(/home/zachever/public_html/wp-includes/compat.php) [function.require]: failed to open stream: No such file or directory in /home/zachever/public_html/wp-settings.php on line 202
Fatal error: require() [function.require]: Failed opening required ‘/home/zachever/public_html/wp-includes/compat.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/zachever/public_html/wp-settings.php on line 202
Also, my site no longer appears online; I get the same error message as when I try to access wp-admin or run upgrade.php.
Forum: Fixing WordPress
In reply to: How can I edit template tags?Thanks. The file’s not there though. I ended up fixing the problem by installing the Advanced Tag Entry plugin.
Same issue here, although in my case it’s running into my tags.
What’s the HR command?
Forum: Fixing WordPress
In reply to: Sidebar truncated in SafariThanks–you got it. The
<ul>
was missing, and a link title had a apostrophe and not a quotation mark.Much apprecaited!
Forum: Fixing WordPress
In reply to: Sidebar truncated in SafariThanks for checking, Handy. It’s back online now, albeit still with the sidebar truncated in Safari.
Forum: Fixing WordPress
In reply to: Upgraded to 2.2 caused errors with Subtle themeAs all three of the error messages involved the header.php file, I replaced that file on my site with a fresh one I downloaded from the designer. Unfortunately I got the same error messages after I refreshed and cleared my cache.
Forum: Fixing WordPress
In reply to: Upgraded to 2.2 caused errors with Subtle themeArgh. I activated the WordPress Default 1.6 theme, but the pictures in my posts that I host on my own site aren’t there. A new theme shouldn’t have any affect on them, should it? I manually typed in the URL for an image too–no luck.
Anyway, I’m not sure if this info matters, but the two lines of code the error message refers to are
include_once($sStyleFolder . 'generator.php'); $sStyleCSS = getHeaderCSS($sStyleFolder);