Pages
Categories
Tag Cloud
Magento Archive
-
Relocate Magento Install
How do I relocate a Magento Install It’s really not that bad once you know what to edit. make a backup of your magento database make a backup of your magento files install files and database at new location go into core_config_data table and search for “base”, there’s two base URLs you’ll need to point [...] -
Magento Showing Old Images on Categories
Are your pictures showing old images on categories, but your product pages are showing the current one? Is the System -> Configuration -> Catalog -> Catalog -> Frontend -> Use Flat Catalog Product and Use Flat Catalog Category turned on? If so, try rerunning the index on Product Flat Data and Category Flat Data. That [...] -
Moved Magento Install and Now It Redirects to Old Location Still
Did you get everything working perfectly on a development server, zipped it up and moved it else where? And now for whatever reason you keep getting redirected to the old URL even though you’ve already done the following: cleared cache re-ran all indices set the proper base URL for both secure and unsecure in database [...] -
Magento Product Image Shows in Admin But Not in Frontend
So, you’ve got this problem and you’ve tried clearing the cache, index, etc. Did you by chance try to import this manually through your own script? Try checking that you have set write access to the media folder. I had this once and product image was showing just fine in the Admin, but no images [...] -
Products Not Showing Up in Magento
Did you add a product to a category in Magento and you’re certain that the root category, website, store, and store view is correct, but you still don’t see your product showing up? The absolute most common fix for this is to re-run your index. Go to System->Index Management and run the whole lot again [...] -
Install Magento 1.4.1.0 on CentOS 5.5 on VirtualBox 3.2.4
Install CentOS 5.5 on Virtualbox 3.2.4 Run through the install steps on CentOS 5.5, the only thing you have to pay attention to is to NOT select virtualization Install MySQL on CentOS 5.5 By default, CentOS 5.5 does not come with MySQL server. yum install mysql-server Set the root password for MySQL Before doing anything [...] -
Install Magento 1.4.0.1 on CentOS 5.4 on VirtualBox
Installing Magento 1.4.0.1 onto CentOS 5.4 on VirtualBox is fairly straight forward and if you follow these general steps, you’ll be up and running quite quickly. Install CentOS 5.4 on VirtualBox Create a new virtual machine in VirtualBox, select the type Linux and Redhat. Mount the downloaded CentOS 5.4 ISO and start the virtual machine. [...] -
PHP 5.2 on CentOS 5.4
Want to install Magento on CentOS 5.4 and need PHP 5.2? Make a new file here: /etc/yum.repos.d/centos-test.repo and paste the following into that file [c5-testing] name=CentOS-5 Testing baseurl=http://dev.centos.org/centos/5/testing/$basearch/ enabled=1 gpgcheck=1 gpgkey=http://dev.centos.org/centos/RPM-GPG-KEY-CentOS-testing Now run: yum update php Voila! -
product.update api call not working in Magento
Warning: Invalid argument supplied for foreach() in /var/www/html/magento/app/code/core/Mage/Eav/Model/Entity/Abstract.php on line 995 Do you get this error message when calling the update() function for the Mage_Catalog_Model_Product_Api object? If so, you can thank this little gem located at app/code/core/Mage/Catalog/Model/Product.php line 1606 function setOrigData($key=null, $data=null) public function setOrigData($key=null, $data=null) { if (Mage::app()->getStore()->isAdmin()) { return parent::setOrigData($key, $data); } return [...] -
How to Install Magento 1.4.0.1 on Fedora Core 6
So, for some reason, you’d like to install Magento on Fedora Core 6. I’ve just recently had to do this, and thought I’d share my experience since I couldn’t find much articles on this myself. YUM Updates on Fedora Core 6 First off, I love yum, it is absolutely wonderful, and you should ALWAYS try [...]

