New CMS Page Not working #5711
New CMS Page Not working #5711
Comments
same issue 2.1/ php7/nginx |
not just single store with multi store too have same issue. |
Same Issue here. I had to manually associate value in cms_page_store to get the page working. |
Steps reproduce
Expected resultCMS page will saw in frontend Actual resultCMS page will not display Review below file
i have print value of two variable echo 'field : ' . $field output : That means when we create new CMS page in Single store mode identifier not fetch correct. SolutionOpen cms pages list , click on cms page ( grid view pullout that row and ask for ( cancel and save ) , now click on save. now open you CMS page , its will display.... |
Hi guys Can you upgrade to 2.1.1 and recheck if this issue is still actual? I have tried it on 2.1.1 and my page was available by url key from "Search Engine Optimization". Thanks for contributing! |
This is still an issue in 2.1.1 |
Can confirm this issue in 2.1.1 also |
Hi, Here is the video link: https://goo.gl/oRoCeB |
Hi, the bug still seems to bei present in a fresh Magento 2.1.3 installation. After interserting |
Experiencing the same issue here. Hope! This will help you @j1nx3d |
Still broken in 2.1.5 |
This is still an issue, and one that can easily be resolved (by Magento) I think as there are 3 lines that would need to be changed. The problem is that the page save controller is using the deprecated way to save a model. @magentodevleper is right - saving inline actually works fine. Currently This can easily be fixed by simply using |
@bassplayer7, nice catch! The most annoying thing is that if you switch back to the develop branch you'll see that there's already a fix done as early as in October 2016. There's even an internal ticket MAGETWO-58383 created with the sole purpose of backporting that fix to 2.1. Does it really take half a year to cherry-pick a bunch of commits? The word "embarrassing" comes to mind. |
Has this been fixed I have the same problem using Magento ver. 2.1.6 |
okay works now without change store mode, reindexed and flushed and works okay. |
Internal ticket was created for this issue -- MAGETWO-69926 |
Hi @j1nx3d |
[epam] MC-33884: De-couple Braintree payment method integration from core in 2.4.0
Steps to reproduce
Expected result
Actual result
Issue
On the database the
cms_page_store
doesn't create the registers when the Single-Store Mode is enable.The text was updated successfully, but these errors were encountered: