- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello everyone.
My magento version is 1.9.4.2
Magento scan always shows me - FAIL - Patch - Magento SUPEE 9767
But magereport.com shows that SUPEE-9767 is already installed.
What it can be?
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
If you are on 1.9.4.2 then no worry. It means your magento is already up to date.
But make sure that you have not overrided any core file into local folder. If they are overrided then update them as well with core updated file with your override code.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
Hello friend.
Thank you very much for your reply.
What do you mean overrided?
I was on 1.9.4.0 and just upgraded by magento connect "Mage_All_Latest" to 1.9.4.2
Smoothly, without any error.
How can I check if something overrided?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
If there are no folder and file then everything is fine.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
Thank you friend.
I just checked “app/code/local/Mage” folder.
Inside it is only one folder named "Catalog"...
There is what is inside:
Catalog/Model/Product/Type/Configurable.php
Can you please guide me what to do?
Will very much appreciate it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
app/code/core/catalog/Model/Product/Type/Configurable.php
compare with
app/code/local/catalog/Model/Product/Type/Configurable.php
Then your local file will also up to date with your override changes.
You can use online compare tool as well to compare both files.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
Thank you.
I'm not very experienced in magento...
So if I understand correct, I must compare these 2 files and add some code from core Configurable.php to local one?
And I must leave it in local Mage folder or it must be empty?
Sorry for noob questions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
You need to copy changes from core file to local file if there are any mismatch found and keep local file. No need to remove.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: SUPEE-9767
OK I understand.
But I never made any changes or modify this file, so why not just replace local file with core one?