We installed this security patch for Magento ver. 1.9.0.1 and have had nothing but problems.
First of all we couldn't access admin and we couldn't view any of the products, the page kept timing out.
It seems after nearly every magento update it to effect the rest of the site, why aren't these tested before being released.
I have now reverted back back to the original settings, but know I cannot change my admin password, its just a big mess!
Please can someone help?
Hi @petebrewer
For non technical users Magento patch applying process is difficult.
Please go through https://community.magento.com/t5/Security-Patches/after-installing-SUPEE-7405-can-no-longer-add-or-c... post. It will help you to fix the issues.
For admin
Mage_Admin_Model_Observer has been added.
You must be on php 5.4 or higher with the new patch.
NOTE: You must apply the patch on development environment or staging environment first then only you should apply patch to production.
If you use Magento compilation feature then before applying the patch disable it and once the patch is applied recompile the code.
Try to clear caches from var/cache folder and session from var/session.
See if it fixes the issue for you.
UPDATES:
@petebrewer I have updated the link in the post the previous url in the post was a private. Please check https://magento.com/security/patches/supee-7405
What I do before installing the patch :
1) I read the patch release notes first.
2) Open the patch file and see which files will be modified.
3) Check magento installation for any core files modifications.
>>
1) After applying the patch you have to manually modify the affected template files in your custom theme.
2) If affected file has been overridden by moving it in to local code pool then manually patch that file.
Some times patch installation fails because of core files modifications, not applying previous patches.
Thank you for your reply.
An experience magento developer I have been using for years installed the security patch.
The link you provided does not work
https://community.magento.com/t5/Admins-Mods-Discussion/Troubleshooting-SUPEE-7405/m-p/26924#M107
Its says:
Hi @petebrewer, the link @Mukesh Tiwari referenced leads to a post on StackExchange where others have been documenting their troubleshooting of this patch based on different installation environments: http://magento.stackexchange.com/questions/98220/security-patch-supee-7405-possible-problems/98236?s...
While the patch was heavily tested, it unfortunately can't account for every Magento installation instance as all become quite varied with customizations and extensions.
Hope the above helps!