Existing module doesn't load input fields within blade file #2352
Unanswered
adam-jones-net
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Hi @adam-jones-net, can you share the blade form code? What about new records? Do they have the same problem? If not, I would try to import the record where you are reproducing this on your local db to try to reproduce locally. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all, I've no idea how it happened but just one module in my Twill 2.13 install has stopped rendering its blade template correctly. On my local dev it works. There is a wysiwyg field and then some image fields and they work fine like this:
But on our live server all we get is this:
If I inspect the served html on the problem server I can see that the fieldset__content div is empty whereas on the working setup it contains many child objects and critically the input fields. So it's not the case that css/js has broken on the page, but that twill didn't even render the input fields into the html.
I've cleared caches, rebuilt blocks etc but no joy. How can I troubleshoot this further ?
Beta Was this translation helpful? Give feedback.
All reactions