Klenkes Posted December 1, 2023 Share Posted December 1, 2023 This is weird... I created a new block "Angebot" and migrated the fields through Angebot.php. Then I added a block Angebot and noticed that I can rearrange the block on the page, but the position is not saved. Sorting/moving in the PW backend is works. In the PW backend I saw that the block/page is set to hidden ? Although the block is visible to the guest. Since there is no TAB Settings I don't know how make it visible. A second new block "Angebot" is just fine! This means it only happened after creating the block... How can this happen? And is there a way to set it to unhide(without the API, didn't try) Did something like this happened to someone else? Link to comment Share on other sites More sharing options...
bernhard Posted December 1, 2023 Share Posted December 1, 2023 Hey @Klenkes sorry for the trouble. Never seen this in my 3 years of using the module. I'd unhide the block via API in the tracy console and see if the error occurs a second time on another block at some time. $pages->get(#your-block-id#)->removeStatus('hidden')->save(); 1 Link to comment Share on other sites More sharing options...
Klenkes Posted December 1, 2023 Author Share Posted December 1, 2023 Solved it for now. If it happened once, it could happen again. Or maybe not. Sometimes it's not worth wondering why things happen... Thanks! 1 Link to comment Share on other sites More sharing options...
bernhard Posted December 1, 2023 Share Posted December 1, 2023 Just now, Klenkes said: If it happened once, it could happen again. Or maybe not. Yeah, I agree and understand. But if it only happens once it's impossible to debug and fix ? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now