Top "Magento" questions

General Magento questions (like administration) may be asked on https://magento.

UID of script "/home/...../public_html/index.php" is smaller than min_uid

I just moved magento from local to server and Im getting the following error, I was just wondering if someone …

php linux magento
Magento: how to get the price of a product with catalog rules applied

I'm developing a script (external to Magento, not a module) which aims to output a text list of all available …

magento e-commerce catalog
Get a list of attribute options from Magento

I've been grabbing attribute options from Magento like so: <?php if ($attribute->usesSource()) { $options = $attribute->getSource()-&…

php attributes magento multi-select
Update products programmatically in Magento

I'm working on a script that will create or update products in my catalog. The script works fine when the …

magento magento-1.5
SVN/TortoiseSVN painfully slow

I'm experiencing painfully slow operations with one of our SVN repositories/projects. For example, it's taking 5-10 minutes to revert …

magento svn tortoisesvn project revert
Where is Magento order data stored?

I am running Magento 1.6.2 and have an intermittent error cropping up with some sales orders. The customer is being charged …

magento magento-1.6
Magento - Passing data between a controller and a block

Really quick and simple question but I can't find a decent answer to this - What is the best way …

php variables magento model session-variables
magento not sending out any mails, how to debug?

Magento is not sending out any emails, transnational, contact form gives error cannot send your mail at this moment I …

php debugging magento zend-framework zend-mail
Programmatically add Magento products to categories

I am using Magento 1.4.0.1. I have over 21000 simple products, each entered into a single category. There are hundreds of categories …

magento categories
How Do You Get The Store Secure URL in Magento?

I have a form in Magento that is displayed over the insecure URL (http) but I need it to submit …

forms magento