Images don’t show up in Magento Product Information Page
Late yesterday, we're working on something we don't expect in magento. Looking into the problem is very frustrating because we really don't have any clue what just happened until we…
Late yesterday, we're working on something we don't expect in magento. Looking into the problem is very frustrating because we really don't have any clue what just happened until we…
On Linux, make a php file anywhere in your filesystem while including the magento Mage file. <?php require_once "/home/cliper/magento/app/Mage.php"; Mage::app(); $config = Mage::getConfig()->getResourceConnectionConfig("default_setup"); $dbinfo = array(“host” => $config->host, “user” =>…
For the past 6 months, had been doing a lot of work with Magento. I’ve notice that the more I know the whole thing, the more I don’t want…