Previous Entries link does not work
Started by
Claude203
, Sep 14 2012 02:59 PM
previous entries white house pro page navigation
12 replies to this topic
#1
Posted 14 September 2012 - 02:59 PM
I am using WHP 3.0.1 and noticed recently that the Previous Entries link no longer works on the blog, on search results, or any other listing of posts or pages.
I tried recommended fixes below but none of them worked:
1) Re-saved the permalinks
2) De-activated ALL plugins (the Previous Entries link didn't work even with every single plugin deactivated all at once)
3) Upgraded to 3.1.5
I also tried the WP-PageNav plugin with disastrous results ... it locked me out of everything and I believe it is incompatible with WHP.
For now, I decided go back to WHP 3.0.1 until I can figure out first things first.
Do you have any suggestions for what else I could do now?
Thank you.
I tried recommended fixes below but none of them worked:
1) Re-saved the permalinks
2) De-activated ALL plugins (the Previous Entries link didn't work even with every single plugin deactivated all at once)
3) Upgraded to 3.1.5
I also tried the WP-PageNav plugin with disastrous results ... it locked me out of everything and I believe it is incompatible with WHP.
For now, I decided go back to WHP 3.0.1 until I can figure out first things first.
Do you have any suggestions for what else I could do now?
Thank you.
#2
Posted 14 September 2012 - 03:32 PM
Can you please post a link?
#4
Posted 15 September 2012 - 12:06 AM
Hi Claude,
I've had a look at the link and online to see what could be happening. To me it looks like a permalinks issue based on others who've experienced the same thing online. Could you go back into settings>permalinks, not change anything, but just hit save and then refresh.
If that doesn't work the only other thing I've found which could help is go to settings/reading and change the default number "blog pages show at most" from the default to anything higher else. Its worked for others online
Let us know how you get on
I've had a look at the link and online to see what could be happening. To me it looks like a permalinks issue based on others who've experienced the same thing online. Could you go back into settings>permalinks, not change anything, but just hit save and then refresh.
If that doesn't work the only other thing I've found which could help is go to settings/reading and change the default number "blog pages show at most" from the default to anything higher else. Its worked for others online
Let us know how you get on
#5
Posted 15 September 2012 - 02:38 AM
James,
Thanks for your reply.
I tried those steps you suggested: re-saving permalinks and increasing the number of blog pages that will show. However, those steps did not work.
As I mentioned earlier, I also tried to disable all plugins all at once and that did not work either.
Do you have any other suggestions?
Thank you.
Thanks for your reply.
I tried those steps you suggested: re-saving permalinks and increasing the number of blog pages that will show. However, those steps did not work.
As I mentioned earlier, I also tried to disable all plugins all at once and that did not work either.
Do you have any other suggestions?
Thank you.
#6
Posted 15 September 2012 - 11:58 PM
Claude, this seems to be working in Firefox on your site. Is there a specific browser in which the links don't work?
If that's the case, likely this is a plugin conflict. Since you're using WHP, I'm presuming this is not a new website and thus you might have some older, possibly deprecated plugins. Since WordPress is updated routinely, they can cause some plugins to fail or conflict with other things.
Have you updated WP lately? Perhaps just before this stopped working for you?
If that's the case, likely this is a plugin conflict. Since you're using WHP, I'm presuming this is not a new website and thus you might have some older, possibly deprecated plugins. Since WordPress is updated routinely, they can cause some plugins to fail or conflict with other things.
Have you updated WP lately? Perhaps just before this stopped working for you?
#7
Posted 16 September 2012 - 02:54 AM
Rob,
Actually, it's not working in Firefox. It just dies there, although at least there's no error message.
It's also not a plugin conflict, since, as I mentioned previously, I deactivated ALL plugins at the same time, and it still didn't work.
My WP is at Version 3.4.2 which is the latest one.
Any other suggestions?
What's going on??
Thanks.
Actually, it's not working in Firefox. It just dies there, although at least there's no error message.
It's also not a plugin conflict, since, as I mentioned previously, I deactivated ALL plugins at the same time, and it still didn't work.
My WP is at Version 3.4.2 which is the latest one.
Any other suggestions?
What's going on??
Thanks.
#8
Posted 16 September 2012 - 04:46 PM
something is breaking wordpress pagination http://www.blackfives.com/page/2/ gets a 500 error which is php crashing.
Does it still do it with default theme?
Does it still do it with default theme?
#9
Posted 18 September 2012 - 01:28 AM
Simon, thanks. Just tried with WordPress default theme and their version of the link ("Older Posts") also yields the exact same error message. So, this rules out WhiteHousePro as being the cause of the problem. That's progress! Even though I have some more homework to do, I appreciate all of the help I got here. Thank you.
#10
Posted 18 September 2012 - 12:53 PM
The topic was marked as resolved.
#11
Posted 18 September 2012 - 06:15 PM
Dear Simon,
I solved it.
Here is what happened.
I was getting a 500 error, which points to the server. The server error log message was:
"PHP Fatal error: Call to undefined function get_header() ... in page.php line 2 ..."
It turns out I had an "unwelcome" page.php file inside my /public_html folder, which I believe was placed there when I upgraded to the new WhiteHousePro version 3.1.x. How it got there, I don't know, because I used the automatic zip file upload feature under Themes.
This unwelcome file was upsetting WordPress, regardless of theme, because that file isn't supposed to be in that folder. It is supposed to be in the Theme folder.
The solution was simply to delete it (actually just to be safe I first renamed it), because there is already a page.php file inside the theme folder itself (I confirmed this before taking any action).
It is not completely confirmed whether WHP upgrade was guilty of placing the file there, but my upgrade plus the problem coincided, and I have not touched that folder nor that file, so this may have been the cause.
Thanks!!!
I solved it.
Here is what happened.
I was getting a 500 error, which points to the server. The server error log message was:
"PHP Fatal error: Call to undefined function get_header() ... in page.php line 2 ..."
It turns out I had an "unwelcome" page.php file inside my /public_html folder, which I believe was placed there when I upgraded to the new WhiteHousePro version 3.1.x. How it got there, I don't know, because I used the automatic zip file upload feature under Themes.
This unwelcome file was upsetting WordPress, regardless of theme, because that file isn't supposed to be in that folder. It is supposed to be in the Theme folder.
The solution was simply to delete it (actually just to be safe I first renamed it), because there is already a page.php file inside the theme folder itself (I confirmed this before taking any action).
It is not completely confirmed whether WHP upgrade was guilty of placing the file there, but my upgrade plus the problem coincided, and I have not touched that folder nor that file, so this may have been the cause.
Thanks!!!
#12
Posted 18 September 2012 - 09:47 PM
Glad you were able to resolve it Claude!
#13
Posted 18 September 2012 - 09:47 PM
The topic was marked as resolved.
Also tagged with one or more of these keywords: Resolved, previous entries, white house pro, page navigation
Resolved
PageLines Framework →
Technical Support →
Anything Boxes And Polylang Language Filtering ProblemStarted by janpeeters , 01 Dec 2012 |
|
|
||
Header In Banner AlignmentStarted by bankrollbuilder , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
2 Hero UnitsStarted by starlit , 28 Nov 2012 |
|
|
||
Tabs Do Not Align HorizontallyStarted by hutruk , 28 Nov 2012 |
|
|
||
Resolved
PageLines Framework →
Customizations →
Reduce Margin In Contact FormStarted by texasx , 27 Nov 2012 |
|
|











