After uninstalling an extension in Opencart3, there are remnants in user groups - opencart

I installed an extension into my opencart 3 website but later want to remove it .
I have done the following:
i have uninstalled from extension/extension/module
gone to modification and removed it then refreshed
tracked each of the files and removed them one by one
i did the theme refresh from dashboard and did modification refresh
yet i am still seeing this in the user group permission box
how do i remove the un-checked categories from the permission box?
please refer to image link - https://i.stack.imgur.com/pdsPS.png

100% Solved
you can remove her ocmod xml file
You are going to admin modification page and remove particulars ocmod files as well
i hope this articles very usefull for you. if you are happy with my answer you can keep upvote and review my answer.
You can see screenshot as well :
Thanks in advance

Related

Magento 2 cannot login admin because form key invalid

I'm in a brain-breaking problem here. I've created a nice Magento 2.1.7 installation with two websites (two stores, two domains) and somehow after a while we are unable to login the backend of Magento.
Invalid Form Key. Please refresh the page.
Now, after trying a few options, still no success. Checked core_config_data, edit max_input_vars, nothing works. The strange thing is, on the front it's still possible to checkout and do your shopping.
Anyway, I'm stumped here. Why is this happening, and how can this be fixed. Any help is welcome.
I often get this error, clearing the cookies for that site, then opening the admin panel in a new tab will resolve this.
You can recreate this error message if you double click the login button after filling out your login information.
Here are a few other reasons you may experience this issue
The form key inputs are outside of the form, you should check the html on the admin panel to check these inputs and exists and have correct values
Make sure the link you use to get to the admin page does not already have a form key in the url
Does this issue generate anything in var/log/system.log ?
Eventually, nothing helped, but what did the trick was creating a new install, setup this new install with all necessary modules (fortunately there were only four), configure the fresh installment like the old one (long live GitHub) and compare your fresh installation to the old one in the database table core_config_data. Basically reproduce your entire setup without any products in it, but just create your stores and categories.
If you spot any differences between the new installment and the old one in the core_config_data, edit them in the old one to be the same as your new one.
Next, edit your env.php with the database credentials to the old database which you've compared and edited.
And the last step, recompile, flush/clean cache and reindex.
Oh, and word of advice, if you're going to use https for your store, setup magento on https. I think something went very wrong when we've changed the base url's from insecure to secure.

How to install the OpenCart 2.3 extension?

I'm trying to install an extension of the Bling platform in my OpenCart application, I know they have forum, but the material is scarce. So I came here. I downloaded the package and followed the steps of the installation, extracted the files and placed in the folder indicated by the documentation.
So I went to OpenCart to install the extension, but I did not find the file there, do I need to update something? Do I need to change the structuring of folders? If anyone can help me, I'll be happy.
Any suggestion?
You can get more info here:
Module Development OpenCart
Log into your OpenCart Dashboard.
Go to Extensions > Product Feeds.
Click on “Install” next to the “Google Site Map” product feed name.
Click “Edit” and then change the status to “Enabled”
Copy the “Data Feed URL” and click “Save"

Unable to preview in content editor - Sitecore

I have added 2 pages in the content tree - index & Home Page. It was working fine until yesterday. Unable to preview 'index' in the Content editor (CE) now.
The error message is -
The requested document was not found
However, when I do Tools > Browse > Preview, from Sitecore Rocks, it opens fine. Also, I am able to preview 'Home Page' in CE without issue.
Following Mike's Solution Here, I tried to add the user 'Everyone' and removing 'extranet/Anonymous'. But the changes never Save.
Why does it happen to this page alone. No changes made to web.config and I am using only master DB.
UPDATE:
Here is what I have observed.
When 'index' is placed outside the 'en' folder, it can be previewed. Someone suggested that Sitecore is confused by the folder name with its languages. But renaming it to Test-en, also did not work.
I also tried this. Created 'index' outside 'en' folder. Then created a copy of the same inside the 'en' with the name 'index1'. I can preview index1 now, but if 'index' is deleted, it's the same issue again.
I have seen this happen a few times. On a new instance, I don't believe it is permissions, especially if you are using SIM to install (if you aren't - try it!)
Follow these steps and it should fix your issue. Make sure all instances of your browser are closed. They are known to keep hidden instances running. Stop all those tasks. Restart your IIS instance. Log Into your sitecore site with the magical password. Preview the page. You should be able to preview and in fact get the Experience Editor.
I do agree that Sitecore is confused as to the state of that it is logged in as, that is why it is important to close all browser instances.
If you still get this error, clear your logs. Do the above steps and send me your logs. I will look at them for any oddities.
Happy Sitecoring!

joomla 2.5 suddenly stripping tags

I am working in Joomla 2.5 and had to install a wysiwyg editor for the client. I have ckeditor and jceditor installed. After enabling one of them every time an article is saved the image tags are stripped. The iframe gets through. All paths are correct and code is clean. I have gone and turned no filtering on for all user groups changed editors, no editors and still stripping.
Any help is greatly appreciated
Thx
I had problems with many editors but not this one.
please try JCE and problem should go away

django-authopenid provider icons / buttons missing

I followed the setup instructions for django authopenid application. As far as I can tell it is working properly. However, I cannot see the provider buttons/icons for yahoo, google, etc on the sign in with openID portion. Anyone had this problem? Thanks.
If you are bothered only about getting the images and don't mind looking elsewhere, you can get the buttons from this open source project: openid-selector. See this page for a demo.
turns out my issue had to do with media settings in settings.py. I was plugging 'authopenid' into an existing project. So, I already had settings related to media. To solve it, I just the melded my media structure into the one in the 'authopenid' example that comes in the package.