Magento product page stops rendering. No errors -


i'm having problem on magento product page. page stops rendering part way through.

by deleting parts of view.phtml file have traced problem line

<?php echo $this->getchildhtml('media') ?> 

removing line allows page render. template using base/default media.phtml file don't see problems this.

i can't meaningul errors out of magento. have error logging enabled in end, have moved errors/local.xml.sample errors/local.xml , have enabled display_errors in index.php. i'm bit stuck now.

i had same problem. noticed images not uploaded in admin. started digging , figured out die happens in: /lib/varien/image/adapter/gd2.php

                throw new exception("required php extension '{$value}' not loaded."); 

somehow , still cannot figure out, exception not shown, changed echo , gd extension. after simple apt-get install php5-gd became working!


Comments

Popular posts from this blog

java - JavaFX 2 slider labelFormatter not being used -

Detect support for Shoutcast ICY MP3 without navigator.userAgent in Firefox? -

web - SVG not rendering properly in Firefox -