| Author | Message |
|---|---|
|
Written on: 20. 01. 2010 [17:32]
|
|
|
Johanna
Johanna
Topic creator
registered since: 20.01.2010
Posts: 1
|
I cant get TypoGento running I got a: * TYPO3 4.3.1 * Magento 1.3.2.4 * TypoGento 0.6 1. I had a SOAP Error when I included the Magento Content element but solved it with a allow_url_fopen=1 in my php.ini, is there a bether way to do that? 2. When I try to open the Page with the Magento Content Element get a empty Page - no HTML output. Same when I try to include some Magento Blocks in my TypoScript: TYPOSCRIPT includeLibs.user_tx_fbmagento_pi1 = EXT:fb_magento/pi1/class.tx_fbmagento_pi1.php temp.suche = COA temp.suche { 10 = TEXT 10.value = <div class="col-right side-col"> 20 = USER_INT 20{ userFunc = tx_fbmagento_pi1->main block=right nowrap=1 } 30 = TEXT 30.value = </div> } In the Log I found: PHP Core: Error handler (FE): PHP Warning: fopen() [function.fopen]: Filename cannot be empty in /path/to/typo3cms/typo3_src-4.3.1/t3lib/class.t3lib_div.php line 5420 Everything in the Backend is fine - but i never got any HTML output from TypoGento / Magento in my Frontend. [This article was edited 1 times, at last 20.01.2010 at 17:38.] |
|
Written on: 19. 03. 2010 [10:59]
|
|
|
polly
jo
registered since: 19.03.2010
Posts: 1
|
Hello, I think i had the same problem. i solved the problem by inserting the right "path to Magento root" eg. /var/www/path/to/web/magento/ in fb_magento (Ext. Manager) PHP 1. I had a SOAP Error when I included the Magento Content element but solved it with a allow_url_fopen=1 in my php.ini, is there a bether way to do that? hope this helps, [This article was edited 1 times, at last 19.03.2010 at 11:00.] |