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
Post a Comment