XenForo [Solved] Enabling design mode causes heavy duplication

R

Rasmus Vind

Guest
The local version of my site was ~3 years old so I figured I'd download a new dump of my database and data directories.

After doing this, I ran the various designer enable commands to enable design mode for all my themes:
Code:

Code:
    docker-compose exec php php cmd.php xf-designer:enable 7 Reforged
    docker-compose exec php php cmd.php xf-designer:enable 8 NightElf
    docker-compose exec php php cmd.php xf-designer:enable 9 NightElfWinter
    docker-compose exec php php cmd.php...

Read more

Continue reading...