jdk291
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsWhat are you editting the files with, the theme editor or your own program?..
It’s important your editor handles the files correctly, else you end up encoding the file in the wrong format and/or odd characters can be introduced amongst other things.
I have been using wordpad (saving as unicode text doc) to edit these files and was initally using FTP to upload the files– but i think that was what caused the problems (especially with page.php) in the first place – i ended up with a wingding looking diamond with a question mark in it all over the place… I copied the contents of a backup page.php and put it back via the theme editor and all was fine.
edit-pages seemed to be messed up by the mere opening of the file with wordpad. I finally uploaded a backup edit-pages.php that i did NOT open in wordpad and it worked.
I will look into Notepad++
I am at work now, and wont be able to zip up the files for you to look at until later.
There was a child theme listed in the theme directory, but i didnt look at it too closely. I will look into that as well.
I really appreciate the help. I will try to provide these answers soon…
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsHave you made changes to the index file? Or any files really…
the files i have messed up/with are these:
http://wordpress.org/support/topic/350327?replies=5
http://wordpress.org/support/topic/350313?replies=3
i noticed the current 2nd page 404 issue when i was working on the page.php issue above. they all seemed to arise at the same time.the thematic version is VERSION: 0.9
not sure if that is currentthanks
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsnothing configured
i mean front page shows latest posts
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsexcellent. I appreciate the help. ive been looking for it… but no luck yet. (I am using the thematic theme.)
Under Admin > Settings > Reading, have you configured either “Front page” or “Posts page” (or both)..
nothing configured
Also can you tell me which files exist in your theme folder (just .php files is fine – a screenshot is sufficient if you find this easiest then typing a list(if there’s alot)) …
all the phps:
404
archive
archives
atachment
author
category
comments
footer
functions
header
index
links
page
search
sidebar-index-bottom
sidebar-index-insert
sidebar-index-top
sidebar-page-bottom
sidebar-page-top
sidebar-single-bottom
sidebar-single-insert
sidebar-single-top
sidebar-subsidiary
sidebar
singlethanks.
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsOr, If anyone else may know where this change can be made please let me know…
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsok. wordpress forum randomly logged me out then wouldnt let me in for a day, so i am not sure you will see this. if you are out there let me know and i will provide what you asked for.
thanks!
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older poststhere is no query_posts( in the index.php but this part is the first to mention the older posts link…
<?php get_header() ?> <div id="container"> <div id="content"> <div id="nav-above" class="navigation"> <?php if(function_exists('wp_pagenavi')) { ?> <?php wp_pagenavi(); ?> <?php } else { ?> <div class="nav-previous"><?php next_posts_link(__('<span class="meta-nav">«</span> Older posts', 'thematic')) ?></div> <div class="nav-next"><?php previous_posts_link(__('Newer posts <span class="meta-nav">»</span>', 'thematic')) ?></div>could there be a problem in wp_pagenavi()?
Thanks!
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postspage.php does not contain code that handles posts ..
It handles pages..
I sort of figured that – The reason i ask about page.php is (1) because the page that is not working is /page/2/ and (2) i messed with this file trying to do something else.
Does page.php deal with the /page/2/ page?
Thanks
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsThis is a recent malfunction that didnt start before I caused then fixed these(reposted from above): http://wordpress.org/support/topic/350327?replies=5 http://wordpress.org/support/topic/350313?replies=3
The only page I see this happen on is the main page when you click the older posts link at the bottom http://www.manifestvegan.com/
Is there anything in the page.php that would cause the page http://www.manifestvegan.com/page/2/ not to work? If not, do you know where this is generally referenced in themes?
Thanks!
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsSame problem with me BUT ONE Thing is very important …
its only with MAIN PAGE.
if we click on our categories page and then click on « Previous Entries
its work A ONE AND GOOD.Yeah – I notice that mine is doing that too – only i looked at the monthly archives – it is only the main page. I misunderstood what you wrote the first time I read it.
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postshttp://codex.wordpress.org/Using_Permalinks This is helping me understand this a bit better
Update your permalinks via Administration > Settings > Permalinks.
Is there a specific action that ‘updates’ permalinks? I have already changed to the default and the problem goes away — but this is not an option because I dont want to break links that exist on the web.
If that doesn’t work, deactivate all plugins and change to the WordPress Default theme.
…and then bring them all back on and everything will be fine? I cant switch to the default.
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older poststhanks plz.help.me ill look into the mod_rewrite with my webhost to be sure, but this website has been running fine. it doesnt seem like they would have recently turned mod_rewrite off recently to cause this issue….
yeah, i figured out the other two issues. i just gave the links thinking maybe something i did then caused this issue… background i guess.
anyone else have any ideas?
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsHere are the other issues i have been dealing with recently… maybe this will provide some context.
http://wordpress.org/support/topic/350327?replies=5
http://wordpress.org/support/topic/350313?replies=3
thanks for your help.
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older posts@plz.help.me
thanks for the response. i have been looking around the forum and notice some topics speak of .htaccess with regard to this type of error… i look in my .htaccess and see:<IfModule mod_rewrite.c>
RewriteEngine Onnot sure about my server.. may have to give em a call. what answer am I looking for though? should my server have mod_rewrite enabled?
THANKS AGAIN!
@taqskt – not sure i follow…?
Forum: Fixing WordPress
In reply to: 2nd page of posts not there – 404 – link to previous/older postsso if i change my permalink structure to default that resolves the issue… but I cannot do this as all the links to my site will no longer work. i need to keep my permalinks as /%year%/%monthnum%/%postname%/
anyone know what would cause this?
this is turning into a diary.
is anyone out there?would appreciate some advice…