I have deleted all Slugs in my DB in hope that they regenerates automatically - but they dont!
Is there any way to trigger the regeneration? When upgrading from TYPO3 < 9 the get initially generated - but how?
Thanks for helping :)
You can go to Upgrade > Run Upgrade Wizard and mark the wizard Introduce URL parts ("slugs") to all existing pages as undone.
Afterwards you can run this wizard and have the slug field filled for all pages again. Notice that this wizard only processes pages with an empty slug
field. If you want to have all existing pages processed execute an SQL query like this:
UPDATE `pages` SET `slug` = NULL;
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With