magento2: Saving CMS page does not create URL rewrite in Magento 2.1.0
Preconditions
- PHP 5.6.16
- MySQL 5.6.21-log
- Magento 2.1.0
- Nginx 1.4.6
Steps to reproduce
- Create new CMS page in admin:
Expected result
- Page should be accessible as /foo-bar
Actual result
- 404 error:
- “foo-bar” doesn’t appear anywhere in url_rewrite:
SELECT * FROM url_rewrite WHERE request_path LIKE "%foo-bar%"
returns nothing.
Additional info
- CMS pages created before the 2.1.0 upgrade load fine.
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Comments: 25 (9 by maintainers)
Commits related to this issue
- MAGETWO-56863: [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 — committed to magento/magento2 by le0n4eg 8 years ago
- MAGETWO-56863: [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 — committed to magento/magento2 by le0n4eg 8 years ago
- MAGETWO-56863: [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 — committed to magento/magento2 by le0n4eg 8 years ago
- MAGETWO-56863: [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 — committed to magento/magento2 by le0n4eg 8 years ago
- MAGETWO-56863: [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 — committed to magento/magento2 by le0n4eg 8 years ago
- MAGETWO-56863: [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 — committed to magento/magento2 by le0n4eg 8 years ago
- MAGETWO-56863: [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 tHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store m... — committed to magento/magento2 by le0n4eg 8 years ago
- Merge pull request #587 from magento-nord/NORD-PR Fixed issues: - MAGETWO-55605: Security Issue with referrer - MAGETWO-58222: Cron separate process - MAGETWO-56863: [GitHub] Saving CMS page does ... — committed to magento/magento2 by MomotenkoNatalia 8 years ago
- MAGETWO-58383: [Backport] - [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 - for 2.1 — committed to magento/magento2 by StasKozar 6 years ago
- MAGETWO-58383: [Backport] - [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 - for 2.1 — committed to magento/magento2 by StasKozar 6 years ago
- MAGETWO-58383: [Backport] - [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 - for 2.1 — committed to magento/magento2 by StasKozar 6 years ago
- MAGETWO-58383: [Backport] - [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 - for 2.1 — committed to magento/magento2 by StasKozar 6 years ago
- MAGETWO-58383: [Backport] - [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 - for 2.1 — committed to magento/magento2 by StasKozar 6 years ago
- MAGETWO-58383: [Backport] - [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 - for 2.1 — committed to magento/magento2 by StasKozar 6 years ago
- MAGETWO-58383: [Backport] - [GitHub] Saving CMS page does not create URL rewrite in Magento 2.1.0 with single-store mode #5923 - for 2.1 — committed to magento/magento2 by StasKozar 6 years ago
- Merge pull request #5923 from magento-tango/PR-2020-07-22 [tango] PR 2020 07 22 — committed to magento/magento2 by zakdma 4 years ago
@Cacasapo, solved this issue! The URLs aren’t indexing because pages aren’t assigning to stores correctly.