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
I upgraded a Statamic website from version 2.11.21 to 3.3.68 using the Statamic migrator. Upon checking the dashboard, I noticed that all elements appear to have been successfully migrated on the admin side. However, the front-end displays only blank pages.
routes/web.php
resources/views/home.antlers.html
The text was updated successfully, but these errors were encountered:
The migrator primarily migrates your data, but your theme/frontend/views will likely need some extra love.
Due to the evolution of antlers templating, we cannot guarantee a complete migration of your theme, but we attempt to update the most obvious stuff for you.
For example, your views will be copied over, extensions are updated to .antlers.html, partial tags are migrated, but not too much more than that. Quite a few of your tags, modifiers, etc. will need to be updated by hand, as will your css/js build, etc.
Take a look over all that stuff, and if you're still having trouble let us know. Hard to say though without seeing the codebase though.
I upgraded a Statamic website from version 2.11.21 to 3.3.68 using the Statamic migrator. Upon checking the dashboard, I noticed that all elements appear to have been successfully migrated on the admin side. However, the front-end displays only blank pages.
routes/web.php
resources/views/home.antlers.html
The text was updated successfully, but these errors were encountered: