Module "hextra" is not compatible with this Hugo version?? #503
Unanswered
PeterSprague
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Since Fedora 40 installs v0.121.2 of hugo, I installed the latest release binary v0.139.2 from github Now doesn't throw code errors, but still indicates:
Website main page appears with menu, but the blogs or docs just show a blank page with header even though there are both _index.html and md files present. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
-- Removed module: imports section from hugo.yaml
Results in a number of errors:
-- Tried commenting out the section but still produces the errors.
Run:
$ hugo server --buildDrafts --disableFastRender
Errors:
Module "hextra" is not compatible with this Hugo version <-- don't see any notes on required versions
...
Start building sites …
hugo v0.121.2+extended linux/amd64 BuildDate=2024-02-07T00:00:00+00:00 VendorInfo=Fedora:0.121.2-1.fc40
ERROR render of "home" failed: "xxxxxLab.git/themes/hextra/layouts/hextra-home.html:3:7": execute of template failed: template: hextra-home.html:3:7: executing "main" at <partial "sidebar.html" (dict "context" . "disableSidebar" true)>: error calling partial: "xxxxxLab.git/themes/hextra/layouts/partials/sidebar.html:47:11": execute of template failed: template: partials/sidebar.html:47:11: executing "partials/sidebar.html" at : can't evaluate field IsMultilingual in type interface {}
ERROR render of "term" failed: "xxxxxLab.git/themes/hextra/layouts/_default/list.html:3:7": execute of template failed: template: _default/list.html:3:7: executing "main" at <partial "sidebar.html" (dict "context" .)>: error calling partial: "xxxxxLab.git/themes/hextra/layouts/partials/sidebar.html:47:11": execute of template failed: template: partials/sidebar.html:47:11: executing "partials/sidebar.html" at : can't evaluate field IsMultilingual in type interface {} Built in 137 ms
Error: error building site: render: failed to render pages: render of "page" failed: "xxxxxLab.git/themes/hextra/layouts/blog/single.html:3:7": execute of template failed: template: blog/single.html:3:7: executing "main" at <partial "sidebar.html" (dict "context" . "disableSidebar" true "displayPlaceholder" true)>: error calling partial: "xxxxxLab.git/themes/hextra/layouts/partials/sidebar.html:47:11": execute of template failed: template: partials/sidebar.html:47:11: executing "partials/sidebar.html" at : can't evaluate field IsMultilingual in type interface {}
Been around and around on this for the morning. Any pointers or help would be appreciated.
Thanks
Beta Was this translation helpful? Give feedback.
All reactions