| Author | Message |
|---|---|
|
Written on: 15. 11. 2009 [23:18]
|
|
|
sgtypo3
Sebastian Gebhard
Topic creator
registered since: 15.11.2009
Posts: 1
|
I'm following this tutorial to install typogento: http://www.typogento.com/need-a-docu/how-to-install-typogento.html I have TYPO3 4.2, fb_magento 0.5 and Magento 1.3.2. I tried to include the block "right" as described here. But no content is included. I digged a bit deeper and found in Flagbit_Typo3connect_Model_Core: PHP /**
* get an Layout Block
*
* @param string $name
* @return Mage_Core_Block_Abstract
*/
public function getBlock($name) {
return $this->_blocks [$name];
}print_r($this->_blocks) outputs Array() so it's empty. Something seems not initialized, someone a hint for me? Thanks and regards |
|
Written on: 07. 05. 2010 [09:37]
|
|
|
ronix
Max
registered since: 07.05.2010
Posts: 1
|
Hello! I have exactly the same problems - I also could pin it down to the empty arrays, but do not know exactly where to look further. Help/hints appreciated! Max. |