Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

501 error after applying SUPEE-9767 #50

Open
husseycoding opened this issue Jun 23, 2017 · 0 comments
Open

501 error after applying SUPEE-9767 #50

husseycoding opened this issue Jun 23, 2017 · 0 comments
Assignees

Comments

@husseycoding
Copy link
Owner

One customer reports the following:

After we applied "SUPEE-9767 - Important Magento Security Patch" the below code in "HusseyCoding_AjaxCartPopup_CartController" not working and we are getting 501 internal server error.

if (Mage::helper('ajaxcartpopup')->getCartItemCount() > $countbefore):
    $allitems = Mage::getSingleton('checkout/cart')->getItems()->getData();
    $itemid = array_pop($allitems);
    $itemid = $itemid['item_id'];
    $deleteurl = Mage::helper('ajaxcartpopup')->getDeleteUrl($itemid);
endif;
@husseycoding husseycoding self-assigned this Jun 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant