magefan / module-blog

Magento 2 Blog Extension is a solution that helps you to create a blog on Magento and manage posts,categories, tags, authors, and comments.
https://magefan.com/magento2-blog-extension
Other
263 stars 135 forks source link

Blog Index just showing "blog" #119

Closed pmjcreations closed 6 years ago

pmjcreations commented 6 years ago

When I access to /blog it is just showing a string blog, in fact, a dummy page inserted by custom theme called Novetty. If I change content on this page, it is getting updated.

I have compared your demo admin section with my admin configuration and found nothing different. If I disable this blog page, then it throws 404.

I tried a test on a clean installation, the same result there as well.

Blog Extension v2.6.2 Magento ver. 2.2.2

magefan commented 6 years ago

please make sure that you don't use any other blog extension or extension with route name "blog"

pmjcreations commented 6 years ago

Nope, I have only installed Magefan blog extension. As I said, this is happening in a clean installation as well.

magefan commented 6 years ago

What version of magento do you use for clean installation?

pmjcreations commented 6 years ago

Magento ver. 2.2.2 using Softaculous

magefan commented 6 years ago

We have re-tested blog extension on fresh magento 2.2.2 installation and cannot reproduce this issue

pmjcreations commented 6 years ago

Could you tell me if there is any configuration that I need to check which may cause such errors in server side? I have installed this custom theme which carries Magefan blog extension a few months ago, and everything was working fine then. Now, I don't know if something went wrong during any of the update processes. As I said, this is happening with even a fresh installation. Published blogs got listed well in /blog using Magento's default Luma theme before installing my custom theme/Magefan extension. After installing them, only this is happening. And both test domain and production domain is interestingly on the same machine set up.

magefan commented 6 years ago

If you can provide ssh and admin panel credentials, please contact us via email support@magefan.com and we will check the issue other wise we don't have ability to help you :-(

magefan commented 6 years ago

The problem was in CMS page with url key = blog. Just removed this page.

pmjcreations commented 6 years ago

Ah, interestingly, I have disabled this CMS page and checked it. I never thought, disabling is different than deleting.

Thanks a ton @magefan