Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

All pages are blank after upgrading #113

Open
jasonishoy opened this issue Feb 10, 2023 · 1 comment
Open

All pages are blank after upgrading #113

jasonishoy opened this issue Feb 10, 2023 · 1 comment

Comments

@jasonishoy
Copy link

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.

image

routes/web.php
image

resources/views/home.antlers.html
image

@jesseleite
Copy link
Member

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.

Hope it helps!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants