Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » RSS, Feeds & Subscribing »

Pagination and RSS feed broken...


  #1  
Old Mar 4, 2011, 08:02 AM
silvershield
 
12 posts · Mar 2011
Pagination and RSS feed broken...

Atahualpa 3.6.4
WordPress 3.1.

When I hit the older posts on the blog I get...
http://dont-tread-on.me/page/2
No input file specified.

When I hit the RSS feed on the blog I get...
http://dont-tread-on.me/feed?wpmfeed...b4aee487408678
And a blank page.

I think these two are related and are probably simple fixes.

Thank you in advance for your help.

Chris
  #2  
Old Mar 4, 2011, 03:42 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Check your permalinks.
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Mar 10, 2011, 06:08 PM
silvershield
 
12 posts · Mar 2011
I have this as my setting.
/%postname%

The category base is blank.
And the tag base is blank
  #4  
Old Mar 10, 2011, 06:15 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
try using /%postname%/
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #5  
Old Mar 11, 2011, 07:54 AM
silvershield
 
12 posts · Mar 2011
I tried that and unfortunately it did not work.

I click older entries and I get...

http://dont-tread-on.me/page/2/
No input file specified.
  #6  
Old Mar 11, 2011, 11:25 AM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Have you tried deactivating plugins to check for conflicts?
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #7  
Old Apr 28, 2011, 04:05 PM
silvershield
 
12 posts · Mar 2011
Ok I went into the root directory wp-config.php

And sure enough it was missing the ?>

I think I did the right thing and it did not resolve the issue.

Here is what I did at the bottom of the file...



/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');?>
  #8  
Old May 8, 2011, 06:49 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Quote:
Originally Posted by silvershield
Ok I went into the root directory wp-config.php

And sure enough it was missing the ?>

I think I did the right thing and it did not resolve the issue.

Here is what I did at the bottom of the file...



/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');?>
The ?> is not on the same line. The last three lines of the wp-config.php should look like the following. If you have that extra ?> I would remove it. I will probably not fix anything but it shouldn't be there.
HTML Code:
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
?>
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #9  
Old May 12, 2011, 04:13 PM
silvershield
 
12 posts · Mar 2011
Quote:
Originally Posted by lmilesw
The ?> is not on the same line. The last three lines of the wp-config.php should look like the following. If you have that extra ?> I would remove it. I will probably not fix anything but it shouldn't be there.
HTML Code:
/** Sets up WordPress vars and included files. */
require_once(ABSPATH . 'wp-settings.php');
?>
I fixed that...

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
RSS buttons going to Atom feed instead of RSS someonewhobakes RSS, Feeds & Subscribing 0 Nov 2, 2010 08:59 PM
Pagination link on home page ("Older Entries") is broken aking10 Excerpts, Read more, Pagination 5 Sep 13, 2010 02:14 PM
RSS Feed timmoj Header configuration & styling 4 Aug 14, 2010 05:56 AM
Newbie: What is the difference between an RSS feed and an Atom feed? reesecoli RSS, Feeds & Subscribing 2 Jul 21, 2010 03:44 PM
Trying to subscribe to an RSS feed using the RSS widget peterf RSS, Feeds & Subscribing 2 May 27, 2010 07:46 PM


All times are GMT -6. The time now is 06:21 PM.


Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.