I am using latest version of magento and following a tut+ tutorial then I got error above I am freeze I can't continue. Please help... just a newbie in magento
the code is working at the tutorial mine is not...
filename test.php
<?php
require_once 'app/Mage.php';
Mage::app();
//Mage_Catalog_Model
$category = Mage::getModel("catalog/category");
var_dump($category->getChildren());
The output must be:
string '' (length=0)