Removed Theme still being listed in Shopware 6 - shopware

I had a custom theme installed in /custom/plugins. That theme was removed recently but it is still listed when changing themes for saleschannels.
The commands plugin:list, plugin:refresh or theme:change do not show the removed theme.
I have checked the theme table and I was able to find it there with the active flag on 1.
Is there any way to remove it safely? There is no sales channel with that theme assigned. Should I just remove it using SQL? Is it a bug, that the removed theme is still in the theme table?

Yes, just remove it in the database. The entity doesn't have any other vital associations other than the sales channel.
As for whether this is a bug: How did you delete it initially? If it was removed via the provided functions in the administration for example, it should've left no remnants.

Related

SharePoint Quick Part Label Stopped Working

We are currently migrating our EDMS into SharePoint. As part of this workstream, I recently set up a SharePoint site with a Quick Part Label containing just the version number - as per the instructions here.
This worked fine in testing, now a few users have been added to the site and the migration works have begun. The option for "Label" within Quick Parts has simply dissapeared.
I tried some trouble shooting on Friday and found the following:
Recovering an old document from the recycle bin, still contain a correct version number label.
This label can be copy and pasted to a new document, and it correct applies the label quick part with the new documents version.
I set up a new test site and the Quick Part Label behaved exactly as expected, meaning the issue is within the Live SharePoint site itself.
I turned off labels and reset them. With no success.
I am opening in the app, the library has minor versions, check-in/check-out turned on (and currently approvals are turned off).
I also suspected that OneDrive sync might cause issues, but this again didn't seem to solve anything in the test site.
NB: this is also posted here, I will keep both threads up to date.
Screenshot showing label missing
Update 20/12/22
Since this morning I have now taken the following additional steps:
Added a new content type
Recreated the label for that content type
Change the content type of the document in the library, and the label
option now appears
This seems like a fix, but I am also curious as to limitations of
this method.
Limitations noticed so far: cannot edit SharePoint columns in the
details pane

Modx Rev - Manager not showing all documents in list

I have worked with ModX for a while, but can't seem to sort this issue. When I login as the admin in to the manager, the resources list is incomplete with not all documents displaying. I can however locate the files via the 'search' area just above.
I have done the normal, empty cache, flush permissions etc. without any joy. Interesting enough its always the same files, and they are showing in the front end.
Any help welcome on this one!
Update
When I click the blog (which is an articles resource) only the template variables panel is showing, nothing else. Page looks a little broken...
Update 2
If i remove the blog, (articles) the pages show. And... If I move the articles container higher, all resources show.
Are you using multiple contexts? I've noticed this behaviour a few times when drag and dropping folders with nested resources from one context to folder in another context.
Moving them back to the original context made them re-appear.
If you're familiar with MySQL GUIs like phpMyAdmin you could check and search the *modx_site_content* table and maybe correct the value in the resources' parent field manually. As Mark said it might well be a parent gone MIA.
Typically, parents rarely go MIA and by that I mean once every couple years....
Did you set up ACLs or Resource Groups?
Is your manager user a member of those groups?

Orchard how to modify which Zones are available under Widgets

I am very new in Orchard, and little bit confused on how to customise zones.
When I go to Widgets menu in Orchard Admin - using the 'TheThemeMachine' theme I can see list of Zones available there.
Now, when I create a new theme, following this tutorial: "http://docs.orchardproject.net/Documentation/Writing-a-new-theme" - then go to Widgets, I got following warning:
"Widgets in these zones will not appear anywhere when your currently active theme is applied. They might still appear in selectively applied (e.g. mobile) themes."
I understand that warning, my questions are:
1. How do I remove zones that I don't use? Or do I have to remove the 'TheThemeMachine' theme to also remove the zones?
2. After I created the new theme 'MyFirstTheme', I cannot see any zones listed under Widgets. Do we need to do something else to enable this?
The problem is not to remove zones, the problem is that these zones don't exist, but you still have widgets in them. All you have to do is move those widgets to zones that actually exist, or re-create these zones in your theme. Seems like you forgot to list your zones in the theme.txt manifest file.

How to Update SharePoint feature (List Template Views)

I have a sharepoint 2007 feature that contains a list template, however if I change my schema.xml the change doesnt apply
I tried deactivating and uninstalling the feature so i could install it again but that didn´t work.
Also based on this question:
How to update SharePoint feature?
I tried modifying the Version in the feature and reinstall but that didnt work either
¿How can I accomplish a feature update?
Thanks in advance
EDIT: I found that the only thing that isn't updating is the view element, I mean, if I change the display name it gets updated with the above procedure, but if I change a view it isnt updated
With SharePoint 2007, the "Version" is not really useful.
Your problem is that the list based on your template is already "provisionned" : Is has been created with a certain version of your list template and is not updated when you update your list template. This is "By Design"
I think you have to create a new list based on your list template....
Regards,

SharePoint: How can I clean it up, without reinstalling?

I've made a mess of MOSS (well not really, just that I've created some site columns that are now impossible to delete).
Is there any way I can revert to a default installation without reinstalling everything?
Failing that is there a way to force delete site columns?
Update
Basically another "typical day developing around Sharepoint..." moto, with Sharepoint it is 100% probable something will go wrong.
I have Site Columns that can't be deleted, because they're "bound to a content type, that I've already deleted"
If you are created custom columns on Document Library level you just need to delete Document Library
In case you created custom columns at site collection level you should delete your site collection and create a new one. New site collection will not be affected unless you made some non-supported customizations to "12 hive".
In both cases you can solve the problem without reinstallation.
Hope it helps,

Resources