CAnnot upload image after upgrade to 1.1.9.3 Magento -


maybe have seen question before, still cannot find solution after have upgraded magento 1.1.9.3. can 1 explain solution 3 in link? https://community.magento.com/t5/security-patches/supee-8788-solutions-to-different-problems/td-p/52572

and in main template following not overwritten theme.

where main template?

image button problem / not uploading pictures / flash uploader replaced in latest version existing flash uploader replaced.

solution 1 - delete following folder /skins/adminhtml/default/default/media/ or following files in folder

solution 2 - if have creareseo module add following file

app/design/adminhtml/default/default/template/creareseo/catalog/product/helper/gallery.phtml 

between line 84 , 85 (new line 85)

<?php echo mage::helper('catalog')->__('maximum width , height dimension upload image %s.', mage::getstoreconfig(mage_catalog_helper_image::xml_node_product_max_dimension)); ?> 

remove line 97 , insert

var <?php echo $_block->getjsobjectname(); ?> = new product.gallery('<?php echo $_block->gethtmlid() ?>', <?php echo $_block->getimagetypesjson() ?>); 

solution 3 - themes overwrite header files , not upgrade / use magento default header

in admin section: /app/design/adminhtml/default/default/layout/main.xml sure following line there

<action method="addjs"><script>mage/adminhtml/uploader.js</script></action> , in main template following not overwritten theme.  <action method="addjs"><name>lib/uploader/flow.min.js</name></action> <action method="addjs"><name>lib/uploader/fusty-flow.js</name></action> <action method="addjs"><name>lib/uploader/fusty-flow-factory.js</name> 

Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -