Blog - next page not working

Blog is working and when you click blog posts they load but when you click the button to go to next page it loads a blank page.

The url loads /blog-page-2?blog_name=&blog_tag_name=

Any ideas on what could be issue?

1 Like
  • is this related to:
    Redirect old PHP pages
    ?

  • is this blog installed on the same site?

  • Has the Blog domain been set in the Settings?

  • Do you have a URL you can share?

This is the same website as the ‘redirect old php pages’ issues.

blog is installed and working but not the next page. checked and domain is updated in settings correctly.

I will send you domain directly.

1 Like

OK thanks - will reply via DM :slight_smile:


I just tried my own local install:
http://localhost:8888/pulsecms5-3/blog-page-2?blog_name=&blog_tag_name=

Worked fine…

We will do some more testing.

In the meantime, can you send me your site logs via the private message?

Admin > Settings > Extend > Logs

Thanks :slight_smile:

After you mentioned the HTACCESS file i had a look through the one I was using and found the fault. There was a line of code for the blog written as

RewriteRule ^blog-([^-]*)$ ?page=$1&p=blog [L,QSA]

instead of

RewriteRule ^blog-page-([^-]*)$ ?page=$1&p=blog [L,QSA]

I recently download the latest pulse 5 but must have used an old / incorrect htaccess.

This appears to have solved both issues. Many thanks for all your help.

1 Like

Great thanks @Dan_p for reporting back and glad the issue has been resolved!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.