<?xml version="1.0" encoding="utf-8"?>
<!--  RSS generated by Flaimo.com RSS Builder [2012-02-05 12:15:50]  --> <rss version="2.0" xmlns:im="http://purl.org/rss/1.0/item-images/" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" >
<channel>
<docs>http://www.typogento.com/bugtracker/</docs>
<description>TypoGento Bugtracker - ISSUES</description>
<link>http://www.typogento.com/bugtracker/</link>
<title>TypoGento Bugtracker - ISSUES</title>
<image>
<title>TypoGento Bugtracker - ISSUES</title>
<url>http://www.typogento.com/bugtracker/images/mantis_logo_button.gif</url>
<link>http://www.typogento.com/bugtracker/</link>
<description>TypoGento Bugtracker - ISSUES</description>
</image>
<category>All Projects</category>
<ttl>10</ttl>
<sy:updatePeriod>hourly</sy:updatePeriod>
<sy:updateFrequency>1</sy:updateFrequency>
<sy:updateBase>2012-02-05T12:15:49+01:00</sy:updateBase>
<item>
<title>0000053: Different detail page</title>
<link>http://www.typogento.com/bugtracker/view.php?id=53</link>
<description>Hi,&lt;br /&gt;
Is there any way to have a different detail tyupo3 page for a single product view?&lt;br /&gt;
I've tried typogento, and I've noticed that by default, using list mode, the detail view is displayed on the same typo3 page just by adding some url parameters.&lt;br /&gt;
I am accessing the same product from different sections of my site, and I want a single unique url for product detail view, as this is better for search engines.&lt;br /&gt;
&lt;br /&gt;
Thanks!</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=53</guid>
<author>cornelia &lt;cornelia@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=53#bugnotes</comments>
</item>
<item>
<title>0000052: Problems with Magento SOAP API</title>
<link>http://www.typogento.com/bugtracker/view.php?id=52</link>
<description>I added the content element Plugin -&gt; Magento in TYPO3 and got following error.&lt;br /&gt;
&lt;br /&gt;
SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from '&lt;a href=&quot;http://***DOMAIN**/***PATH_TO_SHOP***/api/soap/?wsdl'&quot;&gt;http://***DOMAIN**/***PATH_TO_SHOP***/api/soap/?wsdl'&lt;/a&gt; [&lt;a href=&quot;http://***DOMAIN**/***PATH_TO_SHOP***/api/soap/?wsdl'&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] : failed to load external entity &quot;&lt;a href=&quot;http://***DOMAIN**/***PATH_TO_SHOP***/api/soap/?wsdl&quot;&quot;&gt;http://***DOMAIN**/***PATH_TO_SHOP***/api/soap/?wsdl&quot;&lt;/a&gt; [&lt;a href=&quot;http://***DOMAIN**/***PATH_TO_SHOP***/api/soap/?wsdl&quot;&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
&lt;br /&gt;
***DOMAIN*** = obfuscated domain&lt;br /&gt;
***PATH_TO_SHOP = obfuscated path to shop&lt;br /&gt;
&lt;br /&gt;
I fixed that issue by changing following code snippet:&lt;br /&gt;
&lt;br /&gt;
private $connection = null;&lt;br /&gt;
private $sessionId = null;&lt;br /&gt;
private $urlPostfix = 'api/soap/?wsdl'; &lt;-- line of interest&lt;br /&gt;
private $resource = null;&lt;br /&gt;
private $cache = false;&lt;br /&gt;
&lt;br /&gt;
into:&lt;br /&gt;
&lt;br /&gt;
private $connection = null;&lt;br /&gt;
private $sessionId = null;&lt;br /&gt;
private $urlPostfix = 'index.php/api/soap/?wsdl'; &lt;-- line of interest&lt;br /&gt;
private $resource = null;&lt;br /&gt;
private $cache = false;&lt;br /&gt;
&lt;br /&gt;
in class.tx_fbmagento_soapinterface.php&lt;br /&gt;
&lt;br /&gt;
This fixed the first problem.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=52</guid>
<author>sxleixer &lt;sxleixer@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=52#bugnotes</comments>
</item>
<item>
<title>0000047: Frontend Rendering</title>
<link>http://www.typogento.com/bugtracker/view.php?id=47</link>
<description>Hello Everyone,&lt;br /&gt;
&lt;br /&gt;
When requesting a typo3 page with typogento sometimes it returns header&amp;footer of typo3, sometimes of magento. Very strange, typo3 page cache is disabled, magento cache is disabled too.&lt;br /&gt;
&lt;br /&gt;
Software:&lt;br /&gt;
*typogento 0.6.0&lt;br /&gt;
*typo3 4.3&lt;br /&gt;
*magento 1.3.2&lt;br /&gt;
&lt;br /&gt;
Thank you for help in advance.&lt;br /&gt;
&lt;br /&gt;
Sergii</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=47</guid>
<author>sergii &lt;sergii@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=47#bugnotes</comments>
</item>
<item>
<title>0000051: Error 404 Page not found - Whoops you are bad</title>
<link>http://www.typogento.com/bugtracker/view.php?id=51</link>
<description>There is a bug in class.tx_fbmagento_pi1.php.&lt;br /&gt;
If you insert the typogento plugin on a page and you delete it later on, typogento will not find a page and in bad case it will report an error 404.&lt;br /&gt;
typogento will also process deleted records on a page because there is an error in the sql query.&lt;br /&gt;
it costet me 2 days to find the problem :-) ... i hope it could help to anyone.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
the error is on line 159 in class.tx_fbmagento_pi1.php&lt;br /&gt;
&lt;br /&gt;
replace:&lt;br /&gt;
$rows = $GLOBALS['TYPO3_DB']-&gt;exec_SELECTgetRows('pi_flexform', 'tt_content', 'pid=\''.$GLOBALS ['TSFE']-&gt;id.'\' AND list_type=\'fb_magento_pi1\' '.$this-&gt;cObj-&gt;enableFields('tt_content'), 'sorting');&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
to&lt;br /&gt;
$rows = $GLOBALS['TYPO3_DB']-&gt;exec_SELECTgetRows('pi_flexform', 'tt_content', 'pid=\''.$GLOBALS ['TSFE']-&gt;id.'\' and deleted = 0 AND list_type=\'fb_magento_pi1\' '.$this-&gt;cObj-&gt;enableFields('tt_content'), 'sorting');</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=51</guid>
<author>heob &lt;heob@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=51#bugnotes</comments>
</item>
<item>
<title>0000050: Acces denied</title>
<link>http://www.typogento.com/bugtracker/view.php?id=50</link>
<description>When i go to admin in the left menu item in typo3 i get:&lt;br /&gt;
t3lib_exception&lt;br /&gt;
Access denied!&lt;br /&gt;
&lt;br /&gt;
also im getting &lt;br /&gt;
Fatal error: Class 'SoapClient' not found in /home/jvermole/domains/igw.frihost.org/public_html/typo/typo3conf/ext/fb_magento/lib/class.tx_fbmagento_soapinterface.php on line 40&lt;br /&gt;
&lt;br /&gt;
when trying to edit a user in typo3&lt;br /&gt;
&lt;br /&gt;
Hope u can fix it / come up with a solution</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=50</guid>
<author>JVermolen &lt;JVermolen@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=50#bugnotes</comments>
</item>
<item>
<title>0000049: SOAP API Error</title>
<link>http://www.typogento.com/bugtracker/view.php?id=49</link>
<description>I'm trying to get typogento to work. I have encountered a problem. When I put in the plugin on a page I get the following error: SOAP API Error: SOAP-ERROR: Parsing WSDL: Could not load from 'butiken.inpr.se / magento / api / soap /? Wsdl': failed to load external entity &quot; butiken.inpr.se / magento / api / soap /? wsdl &quot;&lt;br /&gt;
&lt;br /&gt;
When I go to butiken.inpr.se/magento/api/soap /?wsdl the xml works like a charm.&lt;br /&gt;
&lt;br /&gt;
Do anyone know what's wrong?</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=49</guid>
<author>Kallgard &lt;Kallgard@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=49#bugnotes</comments>
</item>
<item>
<title>0000048: Wrong translation in German</title>
<link>http://www.typogento.com/bugtracker/view.php?id=48</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
a typo leads to a wrong translation, see patch. Could be a FYI ;)</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=48</guid>
<author>just2b &lt;just2b@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=48#bugnotes</comments>
</item>
<item>
<title>0000034: Only &quot;Page not found&quot;-message instead of embedding Magento-Content</title>
<link>http://www.typogento.com/bugtracker/view.php?id=34</link>
<description>I have embedded Magento on a TYPO3-page and chose to display a certain category there. &lt;br /&gt;
But the doesn't seem to work.&lt;br /&gt;
Instead of showing the items in the specified category I in the content element I chose I only get the &quot;Page not found&quot; message from Magento there:&lt;br /&gt;
&quot;Whoops, our bad...&lt;br /&gt;
.The page you requested was not found, and we have a fine guess why.&lt;br /&gt;
•If you typed the URL directly, please make sure the spelling is correct.&lt;br /&gt;
•If you clicked on a link to get here, the link is outdated.&lt;br /&gt;
[...]&quot;&lt;br /&gt;
&lt;br /&gt;
Does anyone have an solution for this?&lt;br /&gt;
&lt;br /&gt;
Thanks a lot in advance.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=34</guid>
<author>torstendlp &lt;torstendlp@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=34#bugnotes</comments>
</item>
<item>
<title>0000002: Metakeywords aus magento in TYPO3</title>
<link>http://www.typogento.com/bugtracker/view.php?id=2</link>
<description>Zur Zeit werden die in Magento hinterlegten keywords und descriptions nicht angezeigt. aus SEO Sicht nicht sehr Vorteilhaft...</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=2</guid>
<author>randomresult &lt;randomresult@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=2#bugnotes</comments>
</item>
<item>
<title>0000045: Typogento cannot fetch blocks from Magento 1.4</title>
<link>http://www.typogento.com/bugtracker/view.php?id=45</link>
<description>The shop frontend is useally a fbmagento_pi1 content element, that calls the dispatcher from Magento based on the route in the URL. On pages outside the shop itself, there is the possibility to add specific blocks via Typoscript, like cart_sidebar and top.links. With Magento 1.4 those blocks (outside the shop) are not displayed anymore. Typogento cannot get them via the connector model. It seems that rendering an controller triggers some additional loaders that fetch the needed configuration.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=45</guid>
<author>viamedia &lt;viamedia@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=45#bugnotes</comments>
</item>
<item>
<title>0000046: Better selection of PID for route</title>
<link>http://www.typogento.com/bugtracker/view.php?id=46</link>
<description>The TYPO3 extension allows to determine which PID to use for which route, by using the target_pids property. I think they work a little awkward, so I did a rewrite of the Flagbit_Typo3connect_Model_Core::getTypo3SiteId method, which allows this:&lt;br /&gt;
&lt;br /&gt;
plugin.tx_fbmagento_pi1 {&lt;br /&gt;
	&lt;br /&gt;
	# Set page 12 as default&lt;br /&gt;
	target_pids = 12 &lt;br /&gt;
	&lt;br /&gt;
	# Set page 13 as default for the catalog&lt;br /&gt;
	target_pids.catalog = 12&lt;br /&gt;
	&lt;br /&gt;
	# Now set page 14 the default for product detail view&lt;br /&gt;
	target_pids.catalog.product.view = 14&lt;br /&gt;
	&lt;br /&gt;
	# And customer pages to page 15&lt;br /&gt;
	target_pids.customer = 15&lt;br /&gt;
}</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=46</guid>
<author>viamedia &lt;viamedia@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=46#bugnotes</comments>
</item>
<item>
<title>0000044: SOAP API Error; Can not edit the TypoGento content record plugin due to wrong file call</title>
<link>http://www.typogento.com/bugtracker/view.php?id=44</link>
<description>Trying to use TypoGento 0.5.0 with a freshly installed Magento 1.3.2.4&lt;br /&gt;
&lt;br /&gt;
After installing TypoGento and adding the plugin in the BE as Content Element the following error occurs:&lt;br /&gt;
&lt;br /&gt;
SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from '&lt;a href=&quot;http://xxx.de/magento/api/soap/?wsdl'&quot;&gt;http://xxx.de/magento/api/soap/?wsdl'&lt;/a&gt; [&lt;a href=&quot;http://xxx.de/magento/api/soap/?wsdl'&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] : failed to load external entity &quot;&lt;a href=&quot;http://xxx.de/magento/api/soap/?wsdl&quot;&quot;&gt;http://xxx.de/magento/api/soap/?wsdl&quot;&lt;/a&gt; [&lt;a href=&quot;http://xxx.de/magento/api/soap/?wsdl&quot;&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] &lt;br /&gt;
&lt;br /&gt;
Obviously there is no such filestructure as /api/... in the current Magento environment.&lt;br /&gt;
&lt;br /&gt;
Any solutions available for this?</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=44</guid>
<author>odomera &lt;odomera@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=44#bugnotes</comments>
</item>
<item>
<title>0000043: typogento checkout and perfectlightbox</title>
<link>http://www.typogento.com/bugtracker/view.php?id=43</link>
<description>The Javascript of the lightbox is blocking the typogento checkout.&lt;br /&gt;
&lt;br /&gt;
When you enter an billing address, select it as delivery address and click the button. The checkout doesn´t jump to the next step. It just highlights the delivery address tab. And it encodes all spaces to &quot;%20&quot;.&lt;br /&gt;
&lt;br /&gt;
To solve the behaviour, just put the fb_magento header integration behind the lightbox integration.&lt;br /&gt;
&lt;br /&gt;
Sample:&lt;br /&gt;
&lt;br /&gt;
includeLibs.user_tx_fbmagento_pi1 = EXT:fb_magento/pi1/class.tx_fbmagento_pi1.php&lt;br /&gt;
page.headerData.1350 = USER_INT&lt;br /&gt;
page.headerData.1350 {&lt;br /&gt;
	userFunc = tx_fbmagento_pi1-&gt;main&lt;br /&gt;
	block=typo3header&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
The lightbox comes at 1349, so 1350 should work.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=43</guid>
<author>johannesrusch &lt;johannesrusch@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=43#bugnotes</comments>
</item>
<item>
<title>0000041: Mapping Typo3 Websites to Magento Websites/Stores</title>
<link>http://www.typogento.com/bugtracker/view.php?id=41</link>
<description>I would like to setup TypoGento for every single Typo3 Website (websites in one typo3 installation) to map specific Magento stores (not StoreView)?&lt;br /&gt;
&lt;br /&gt;
Website A -&gt; Store A&lt;br /&gt;
Website B -&gt; Store B&lt;br /&gt;
Website C -&gt; Store C</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=41</guid>
<author>halk &lt;halk@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=41#bugnotes</comments>
</item>
<item>
<title>0000042: Mapping of Typo3 usergroup and Magento customer group</title>
<link>http://www.typogento.com/bugtracker/view.php?id=42</link>
<description>It would be very nice, if typogento could map Magento customer f.e. in a Premium or business group to a specific typo3 group.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=42</guid>
<author>halk &lt;halk@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=42#bugnotes</comments>
</item>
<item>
<title>0000017: Wrong realurl links</title>
<link>http://www.typogento.com/bugtracker/view.php?id=17</link>
<description>If in RealUrl configuration &quot;defaultToHTMLsuffixOnPrev&quot; is set,&lt;br /&gt;
the links in TYPO3 can be used like &quot;/page/&quot;, &quot;/page&quot; and &quot;/page.html&quot;.&lt;br /&gt;
&lt;br /&gt;
In TypoGento, there is a trailing back slash added, so links are built&lt;br /&gt;
like &quot;/page.html/&quot;, leading to 404 error.&lt;br /&gt;
&lt;br /&gt;
I've attached a quick patch for class.tx_fbmagento_pi1.php, but perhaps there will be a better solution for this problem.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=17</guid>
<author>ftrojahn &lt;ftrojahn@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=17#bugnotes</comments>
</item>
<item>
<title>0000040: SOAP API Error; Can not edit the TypoGento content record plugin after it is added.</title>
<link>http://www.typogento.com/bugtracker/view.php?id=40</link>
<description>Hello,&lt;br /&gt;
&lt;br /&gt;
I successfully installed typogento, et al; I have the right column, no problem. But I get an 404 error with the content record inserted into the page. Also I can even it the record after I've added it. Here is the error I get:&lt;br /&gt;
&lt;br /&gt;
TYPOGENTO&lt;br /&gt;
SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from '&lt;a href=&quot;http://www.domain.com/magento/api/soap/?wsdl'&quot;&gt;http://www.domain.com/magento/api/soap/?wsdl'&lt;/a&gt; [&lt;a href=&quot;http://www.domain.com/magento/api/soap/?wsdl'&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] : Start tag expected, '&lt;' not found&lt;br /&gt;
&lt;br /&gt;
How can I invoke the WSDL? How do I even check it SOAP is even installed in may server?&lt;br /&gt;
&lt;br /&gt;
Thank you.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=40</guid>
<author>fineesmendez &lt;fineesmendez@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=40#bugnotes</comments>
</item>
<item>
<title>0000039: Can not access Magento Admin panel from the Typo3 backend</title>
<link>http://www.typogento.com/bugtracker/view.php?id=39</link>
<description>There has been an error processing your request.&lt;br /&gt;
Error while trying to access Magento admin panel within Typo3 backend:&lt;br /&gt;
&lt;br /&gt;
Front controller reached 100 router match iterations&lt;br /&gt;
Trace:&lt;br /&gt;
#0 /home/flowersh/public_html/magento/app/code/core/Mage/Core/Controller/Varien/Front.php(165): Mage::throwException('Front controlle...')&lt;br /&gt;
&lt;a href=&quot;http://www.typogento.com/bugtracker/view.php?id=1&quot;&gt;0000001&lt;/a&gt; /home/flowersh/public_html/magento/app/Mage.php(457): Mage_Core_Controller_Varien_Front-&gt;dispatch()&lt;br /&gt;
&lt;a href=&quot;http://www.typogento.com/bugtracker/view.php?id=2&quot;&gt;0000002&lt;/a&gt; /home/flowersh/public_html/magento/index.php(52): Mage::run()&lt;br /&gt;
&lt;a href=&quot;http://www.typogento.com/bugtracker/view.php?id=3&quot;&gt;0000003&lt;/a&gt; {main}                &lt;br /&gt;
&lt;br /&gt;
Any help is appreciated. Thank you.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=39</guid>
<author>fineesmendez &lt;fineesmendez@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=39#bugnotes</comments>
</item>
<item>
<title>0000038: Front end crashes when trying to view typogento/magento plugin page</title>
<link>http://www.typogento.com/bugtracker/view.php?id=38</link>
<description>I get the following error when I visit the front end.&lt;br /&gt;
&lt;br /&gt;
Warning: require_once(/public_html/magento/app/Mage.php) [function.require-once]: failed to open stream: No such file or directory in /home/user/public_html/typo3conf/ext/fb_magento/lib/class.tx_fbmagento_interface.php on line 95&lt;br /&gt;
&lt;br /&gt;
Fatal error: require_once() [function.require]: Failed opening required '/public_html/magento/app/Mage.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/user/public_html/typo3conf/ext/fb_magento/lib/class.tx_fbmagento_interface.php on line 95</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=38</guid>
<author>fineesmendez &lt;fineesmendez@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=38#bugnotes</comments>
</item>
<item>
<title>0000037: Typo3 crashes and does not allow to edit the magento plugin content record</title>
<link>http://www.typogento.com/bugtracker/view.php?id=37</link>
<description>Error while trying to edit the magento plugin content record:&lt;br /&gt;
&lt;br /&gt;
TYPOGENTO&lt;br /&gt;
SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from '&lt;a href=&quot;http://www.website.com/magento/api/soap/?wsdl'&quot;&gt;http://www.website.com/magento/api/soap/?wsdl'&lt;/a&gt; [&lt;a href=&quot;http://www.website.com/magento/api/soap/?wsdl'&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] : Start tag expected, '&lt;' not found</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=37</guid>
<author>fineesmendez &lt;fineesmendez@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=37#bugnotes</comments>
</item>
<item>
<title>0000030: website blank: after typogento front-end configuration in typo</title>
<link>http://www.typogento.com/bugtracker/view.php?id=30</link>
<description>after installing typo3 and magento and typogento. after i place the following code into typo3 template setup : &lt;br /&gt;
&lt;br /&gt;
includeLibs.user_tx_fbmagento_pi1 = EXT:fb_magento/pi1/class.tx_fbmagento_pi1.php&lt;br /&gt;
page.headerData.30 = USER_INT&lt;br /&gt;
page.headerData.30 {&lt;br /&gt;
userFunc = tx_fbmagento_pi1-&gt;main&lt;br /&gt;
block=typo3header&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
and now my website just loads a blank page. what went wrong?</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=30</guid>
<author>keenly &lt;keenly@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=30#bugnotes</comments>
</item>
<item>
<title>0000036: Configured magento 1.3.0 and typo3 4.2.9. but giving  blank page on typo3 frontend when I am configuring fb_magento plugin</title>
<link>http://www.typogento.com/bugtracker/view.php?id=36</link>
<description>I confured magento and typo3 as explained in &lt;br /&gt;
&lt;a href=&quot;http://www.typogento.com/need-a-docu/how-to-install-typogento.html&quot;&gt;http://www.typogento.com/need-a-docu/how-to-install-typogento.html&lt;/a&gt; [&lt;a href=&quot;http://www.typogento.com/need-a-docu/how-to-install-typogento.html&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]&lt;br /&gt;
I created pages in front end and addded Magento plugin on page.&lt;br /&gt;
In flexform set &lt;br /&gt;
&lt;br /&gt;
Show - user defined&lt;br /&gt;
Route - Customer&lt;br /&gt;
Controller - Account&lt;br /&gt;
Action - Login&lt;br /&gt;
&lt;br /&gt;
and frontend is displaying blank&lt;br /&gt;
I also tried to changing the values in flexform&lt;br /&gt;
but still It has same problem&lt;br /&gt;
anything wrong there?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
 I am using typo3 4.2.9&lt;br /&gt;
and magento 1.3.0&lt;br /&gt;
&lt;br /&gt;
please help me on this problem&lt;br /&gt;
&lt;br /&gt;
waiting fro reply</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=36</guid>
<author>amologale &lt;amologale@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=36#bugnotes</comments>
</item>
<item>
<title>0000029: Logout not always shared between TYPO3 and Magento</title>
<link>http://www.typogento.com/bugtracker/view.php?id=29</link>
<description>It appears based on some testing that I did that the Magento account&lt;br /&gt;
information is being passed to Typo3 but Typo3 account information is not&lt;br /&gt;
being passed to Magento. Here is what I observed:&lt;br /&gt;
&lt;br /&gt;
If I log into Magento (the Store) and then go to the home page (Typo3) and&lt;br /&gt;
click on &quot;login&quot;, I am already logged in. If I logout from Magento, I will&lt;br /&gt;
be logged out of Typo3, which is good. However, if I log into Typo3 and then&lt;br /&gt;
go to the Store (Magento), I am not logged into Magento.&lt;br /&gt;
&lt;br /&gt;
If I log into Magento (the Store) and then go to the home page (Typo3) and&lt;br /&gt;
click on &quot;login&quot;, I am already logged in. If I log out from Typo3, I will&lt;br /&gt;
still be logged into Magento.</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=29</guid>
<author>tonylush &lt;tonylush@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=29#bugnotes</comments>
</item>
<item>
<title>0000023: plugin doesn't seem to work under magento 1.3.2.1</title>
<link>http://www.typogento.com/bugtracker/view.php?id=23</link>
<description>Set up a new site and installed latest magento (1.3.2.1).&lt;br /&gt;
&lt;br /&gt;
In back end: &lt;br /&gt;
- can add plugin to a page&lt;br /&gt;
- as soon as try to edit plugin, get the following error:&lt;br /&gt;
&lt;br /&gt;
SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from '&lt;a href=&quot;http://stw11.com/magento/api/soap/?wsdl'&quot;&gt;http://stw11.com/magento/api/soap/?wsdl'&lt;/a&gt; [&lt;a href=&quot;http://stw11.com/magento/api/soap/?wsdl'&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;] : failed to load external entity &quot;&lt;a href=&quot;http://stw11.com/magento/api/soap/?wsdl&quot;&quot;&gt;http://stw11.com/magento/api/soap/?wsdl&quot;&lt;/a&gt; [&lt;a href=&quot;http://stw11.com/magento/api/soap/?wsdl&quot;&quot; target=&quot;_blank&quot;&gt;^&lt;/a&gt;]</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=23</guid>
<author>stwsimon &lt;stwsimon@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=23#bugnotes</comments>
</item>
<item>
<title>0000033: Implementing typogento on TYPO3 sub pages</title>
<link>http://www.typogento.com/bugtracker/view.php?id=33</link>
<description>Hi,&lt;br /&gt;
&lt;br /&gt;
I'm trying to implement typogento on my website. Here is my pages tree :&lt;br /&gt;
&lt;br /&gt;
-&gt; root page&lt;br /&gt;
----&gt; indoor&lt;br /&gt;
--------&gt; cheminées&lt;br /&gt;
------------&gt; sur pied&lt;br /&gt;
------------&gt; murales&lt;br /&gt;
------------&gt; brûleurs&lt;br /&gt;
&lt;br /&gt;
When i implent the plugin on &quot;cheminées&quot; page, everything works well.&lt;br /&gt;
But when i try on &quot;sur pied&quot; or &quot;murales&quot; page, i only have the headers and the main catalog. Top links and the cart doesn't appear. &lt;br /&gt;
&lt;br /&gt;
I have a template on &quot;cheminées&quot; page, here is my typoscript :&lt;br /&gt;
&lt;br /&gt;
#Headers&lt;br /&gt;
page.headerData.30 = USER_INT&lt;br /&gt;
page.headerData.30 {&lt;br /&gt;
    userFunc = tx_fbmagento_pi1-&gt;main&lt;br /&gt;
    block = typo3header&lt;br /&gt;
  }&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#Top Links&lt;br /&gt;
lib.toplinks = USER_INT&lt;br /&gt;
lib.toplinks {&lt;br /&gt;
    userFunc = tx_fbmagento_pi1-&gt;main&lt;br /&gt;
    block = top.links&lt;br /&gt;
    nowrap = 1&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
#Left content&lt;br /&gt;
lib.contentleft= COA&lt;br /&gt;
lib.contentleft {&lt;br /&gt;
    10 = TEXT&lt;br /&gt;
    10.value = &lt;div class=&quot;col-right side-col&quot;&gt;&lt;br /&gt;
    20 = USER_INT&lt;br /&gt;
    20{&lt;br /&gt;
        userFunc = tx_fbmagento_pi1-&gt;main&lt;br /&gt;
        block=right&lt;br /&gt;
        nowrap=1&lt;br /&gt;
    }&lt;br /&gt;
    30 = TEXT&lt;br /&gt;
    30.value = &lt;/div&gt;&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
When i print $conf value (in the main method (class.tx_fbmagento_pi1.php)) i only have the header block and the main block : &lt;br /&gt;
&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [userFunc] =&gt; tx_fbmagento_pi1-&gt;main&lt;br /&gt;
    [block] =&gt; typo3header&lt;br /&gt;
)&lt;br /&gt;
Array&lt;br /&gt;
(&lt;br /&gt;
    [includeLibs] =&gt; typo3conf/ext/fb_magento/pi1/class.tx_fbmagento_pi1.php&lt;br /&gt;
    [userFunc] =&gt; tx_fbmagento_pi1-&gt;main&lt;br /&gt;
)&lt;br /&gt;
&lt;br /&gt;
On the page where everything works, i have the right and the top links block in the $conf array.&lt;br /&gt;
&lt;br /&gt;
I can't change the structure. So does anyone knows about this trouble ? What can i do ? Thanks for your help, sorry for my english ;)</description>
<guid>http://www.typogento.com/bugtracker/view.php?id=33</guid>
<author>Fioul &lt;Fioul@example.com&gt;</author>
<comments>http://www.typogento.com/bugtracker/view.php?id=33#bugnotes</comments>
</item>
</channel>
</rss>

