I noticed after the patch instal there are issues as:
1. Files uploaded via admin panel (product image upload) are now not world readable by default
2. Order page is BLANK for those that use PHP version less than 5.4.
3. SOAP API URL /index.php/api/v2_soap/index/?wsdl=1 throws a 500 error
I think this patch is not fully developed for php version less than 5.4. Are they working on fixing these bugs?
Solved! Go to Solution.
Hi @onlinestore23, there is no plan for a v2 of this patch. As @chiefair already mentioned, 1 and 2 are security issues that may need custom adjustments based on your implementation and environment.
Aside from the SOAP issue, the others are security downgrades, probably not something that would be considered a plus by developers that are trying to close security holes. I'm pretty sure they'd prefer users take responsibility that end.
Hi @onlinestore23, there is no plan for a v2 of this patch. As @chiefair already mentioned, 1 and 2 are security issues that may need custom adjustments based on your implementation and environment.