Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   RSS, Feeds & Subscribing (http://forum.bytesforall.com/forumdisplay.php?f=18)
-   -   Pagination and RSS feed broken... (http://forum.bytesforall.com/showthread.php?t=13138)

silvershield Mar 4, 2011 08:02 AM

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

lmilesw Mar 4, 2011 03:42 PM

Check your permalinks.

silvershield Mar 10, 2011 06:08 PM

I have this as my setting.
/%postname%

The category base is blank.
And the tag base is blank

lmilesw Mar 10, 2011 06:15 PM

try using /%postname%/

silvershield Mar 11, 2011 07:54 AM

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.

lmilesw Mar 11, 2011 11:25 AM

Have you tried deactivating plugins to check for conflicts?

silvershield Mar 20, 2011 02:07 PM

No I am sorry but that was not it either. Do you think it could because I am not up to WP 3.1?

lmilesw Mar 20, 2011 05:14 PM

Your first post said you were at WP 3.1.

silvershield Mar 28, 2011 03:37 PM

I am sorry I do have 3.1 my other blog does not.

Still very perplexing

silvershield Apr 19, 2011 02:20 PM

I found this answer at the bottom about broken RSS feeds I don't know if it will fix my problem or even where to try it?

It says that you should put a ?> at the end of the url somewhere?

Thanks

Reply

Thread Tools Search this Thread
#1
Old Feb 20, 2009, 10:22 AM
murrayo
Member

2 posts · Feb 2009
I've installed the Atahualpa theme unmodified at GoDaddy, and the RSS feed does not work. Is there a fix for this?

Selecting the RSS feed returns the window "internet explorer cannot display this feed" page.

The feed link produced is myurl/feed/ or try it on www.onlinenewspage.com .
Reply With Quote Multi-Quote This Message Quick reply to this message
#2
Old Feb 20, 2009, 01:16 PM
zenfull
Gold Member

10 posts · Feb 2009
Gold Member
FYI: I was able to access your RSS feed on Firebox but not IE

I'm having a similar problem but with both browsers

If you get its resolved pease post back and tell me what you did.

Thanks-Zenfull
Reply With Quote Multi-Quote This Message Quick reply to this message
#3
Old Feb 20, 2009, 01:32 PM
murrayo
Member

2 posts · Feb 2009
Yes, it half works in Firefox, but doesn't show the posts. Very frustrating as the code looks ok in the header.

My permalinks are set to day and name and have tried to reset them with no result.

Will keep you posted...
Reply With Quote Multi-Quote This Message Quick reply to this message
#4
Old Feb 20, 2009, 02:28 PM
Flynn's Avatar
Flynn
Administrator

3,474 posts · Oct 2008
Munich, Germany
Greenback Member - Level 2
Murrayo: All your posts are linked to Feedzilla, your feed seems to work, but to Wordpress it must look like you have no posts because all posts are pointing to external. You have obviously installed a plugin ("Feedzilla?") that does a few things with feeds. Disable that plugin and see if your blank default Wordpress feed starts listing posts
Reply With Quote Multi-Quote This Message Quick reply to this message
#5
Old Feb 20, 2009, 02:29 PM
Flynn's Avatar
Flynn
Administrator

3,474 posts · Oct 2008
Munich, Germany
Greenback Member - Level 2
Quote:
Originally Posted by zenfull View Post
FYI: I was able to access your RSS feed on Firebox but not IE

I'm having a similar problem but with both browsers

If you get its resolved pease post back and tell me what you did.

Thanks-Zenfull
Please post a URL, I think your issue is different unless you have installed Feedzilla as well
Reply With Quote Multi-Quote This Message Quick reply to this message
#6
Old Feb 20, 2009, 02:42 PM
zenfull
Gold Member

10 posts · Feb 2009
Gold Member
I am sure its some newbie mistake on my part. Its InterviewDiva.com .There is another post i made about it this morning in the forum with the errors.

Thanks a Ton!
DeEtte
Reply With Quote Multi-Quote This Message Quick reply to this message
#7
Old Feb 20, 2009, 02:51 PM
Flynn's Avatar
Flynn
Administrator

3,474 posts · Oct 2008
Munich, Germany
Greenback Member - Level 2
Quote:
Originally Posted by zenfull View Post
I am sure its some newbie mistake on my part. Its InterviewDiva.com .There is another post i made about it this morning in the forum with the errors.

Thanks a Ton!
DeEtte
You probably have a space or blank line at the end of /yourdomain.com/wp-config.php (not a Atahualpa file) or at the end of /yourdomain.com/wp-content/themes/atahualpa/functions.php

Both files should end with a closing PHP tag

PHP Code:
?>
and there should be nothing after that, not even a single space

juggledad Apr 19, 2011 03:51 PM

Go edit wp-config.php and make sure that there is nothing after the final ?> in the code.

silvershield Apr 22, 2011 01:51 PM

Hate to be a noob, but where is the wp-config.php?

Is there a way to do a skype share screen to fix this little bugger?

lmilesw Apr 22, 2011 02:26 PM

Quote:

Originally Posted by silvershield (Post 63755)
Hate to be a noob, but where is the wp-config.php?

Is there a way to do a skype share screen to fix this little bugger?

The locations are listed at the end of post #10.

Another thing to try is one of the default permalink configurations. I have seen some interesting results when using certain permalink setups. I recommed month and name.

juggledad Apr 22, 2011 03:12 PM

Quote:

Hate to be a noob, but where is the wp-config.php?
it's in the wordpress root directory

silvershield Apr 28, 2011 04:05 PM

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');?>

silvershield Apr 28, 2011 04:07 PM

Quote:

Originally Posted by lmilesw (Post 63758)
The locations are listed at the end of post #10.

Another thing to try is one of the default permalink configurations. I have seen some interesting results when using certain permalink setups. I recommed month and name.

I tried that also to no avail.

juggledad May 8, 2011 05:22 AM

1) if you swap your permalinks back to the default, does the 'Older Entries' on the blog page work?

lmilesw May 8, 2011 06:49 PM

Quote:

Originally Posted by silvershield (Post 64277)
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');
?>


silvershield May 12, 2011 04:13 PM

Quote:

Originally Posted by lmilesw (Post 65007)
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...

silvershield May 12, 2011 04:15 PM

Quote:

Originally Posted by juggledad (Post 64975)
1) if you swap your permalinks back to the default, does the 'Older Entries' on the blog page work?

If I put it to default now the pagination does work but won't that mess up all of my in bound links?

Is there a way of keeping /%postname%/

Only the default works none of the other options work.

Day and name http://dont-tread-on.me/2011/05/12/sample-post/
Month and name http://dont-tread-on.me/2011/05/sample-post/
Numeric http://dont-tread-on.me/archives/123

Are no good...


All times are GMT -6. The time now is 05:11 AM.

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