You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This reflects and gives two different results in two different situations as listed below.
-- Original Problem --
Unable to modify the CMS Page by clicking on them.
-- Situation A --
With admin setting "Add Secret Key to URLs" set to yes, when we click static page for modification leads to homepage without showing any error or issue.
-- Situation B --
With admin setting "Add Secret Key to URLs" set to no, the result is different. The error message in this case is "404 Error. Page not found."
Reference screenshot:
Debugging further for troubleshoot, I can see following
Hi @askwhyweb, the issue were resolved with the PR - Clicking CMS page in backend takes you to the dashboard #858. If you still have the issue, please reopen the ticket with appropriate description. Thanks.
Hi There,
A new bug is identified in Magento2
This reflects and gives two different results in two different situations as listed below.
-- Original Problem --
Unable to modify the CMS Page by clicking on them.
-- Situation A --
With admin setting "Add Secret Key to URLs" set to yes, when we click static page for modification leads to homepage without showing any error or issue.
-- Situation B --
With admin setting "Add Secret Key to URLs" set to no, the result is different. The error message in this case is "404 Error. Page not found."
Reference screenshot:
Debugging further for troubleshoot, I can see following
System log reports the following problem
2014-12-19T08:52:16+01:00 CRIT (2): Invalid template file: ''
This looks like that there is no template assigned for page modification case.
The text was updated successfully, but these errors were encountered: