Skip to content
Advertisement

Tag: magento

Chmod 640 for uploaded file after SUPEE 7405 patch

After installing the SUPEE 7405 patch, we noticed a problem uploading images from the admin. All file permissions are being set to CHMOD 640 which makes them inaccessible to all users. Is there a solution that does not involve rewriting the /lib/Varien/File/Uploader.php file? Answer A new version of SUPEE-7405 has been released that resolves this issue: http://magento.com/security/patches/supee-7405 Updated February 23,

Magento separate PHP-FPM group for admin

I run a Magento webstore with middling traffic levels, running on NGINX with PHP-FPM. The server environment is very powerful with plenty of overhead, so hardware is not a factor. We are getting timeouts and errors when running memory intensive operations in the backend, such as exports and some custom indexes. Ignoring writing more efficient code and increasing pool sizes

Grouped Products with Individual “Add To Cart” Button (Magento)

I am trying to set up a grouped product in Magento. What i am trying to accomplish is to add “add to cart” – button behind every grouped option that adds only this product to cart and not the hole grouped product. I have managed to get “read more” buttom to work with This will show product. The problem is,

Why does Magento keep only the first 1000 products in a category, after saving the category?

Using Magento’s back-office, after saving a category which was linked to many products, only the first 1000 products (or 2000, or x000, depending on host configuration) are kept. All other category/product links are deleted from the catalog_category_product table in the database. This occurs even though no checkboxes have been unchecked in the products grid (Category Products tab). No error message

Salesforce to magento integration

This is my code… I am just trying to create a lead in salesforce using this code. This is a sample php toolkit code for salesforce. But when I am trying to run this code. It does not generate any lead in salesforce. My login credentials are correct and security token is also correct. Where am I going wrong? I

Advertisement