
| Author | Message |
|---|---|
|
Written on: 12. 06. 2010 [00:35]
|
|
|
MaxDisaster
Disaster
Topic creator
registered since: 12.06.2010
Posts: 3
|
Hi. I'm trying to integrate Magento (Version 1.3.0) into my existing Typo3 (Version 4.3.3). I have tried to integrate the latest version of magento but faced the same problem. I use fb_magento version 0.6. The Magento and Typo3 installations are on the same server, use the same database. In back end: - I can add the plugin to the shop page - as soon as try to edit the plugin, I get the following error: SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'www.fitness-island.ch/store/api/soap/?wsdl' I have searched and search but couldn't find a solution. Any idea what I'm doing wrong? PHP Info of the site: http://www.fitness-island.ch/info.php Thanks in advance... |
|
Written on: 12. 06. 2010 [16:50]
|
|
|
MaxDisaster
Disaster
Topic creator
registered since: 12.06.2010
Posts: 3
|
I have now re-installed version 1.4.1.0 of magento but still run into the same sort of problem. In back end: - I can add the plugin to the shop page - as soon as try to edit the plugin, I get the following error: SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'www.fitness-island.ch/magento/api/soap/?wsdl' When trying to load 'www.fitness-island.ch/magento/api/soap/?wsdl' I get the error message: Parse error: syntax error, unexpected T_PUBLIC in /html/magento/app/code/core/Mage/Api/Model/Server/Adapter/Soap.php on line 144 Anybody out there who can help? Thanks and regards |
|
Written on: 14. 06. 2010 [19:41]
|
|
|
MaxDisaster
Disaster
Topic creator
registered since: 12.06.2010
Posts: 3
|
The error SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'www.fitness-island.ch/store/api/soap/?wsdl' was caused by a missing bracket in file /app/code/core/Mage/Api/Model/Server/Adapter/Soap.php (line 133, 134) I have now corrected this and have now the error message SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't load from 'www.fitness-island.ch/magento/api/soap/?wsdl' : failed to load external entity "www.fitness-island.ch/magento/api/soap/?wsdl" The XML is loaded properly when I call the obve URL. In the front end the Magento categroies are displayed proberly but in the main area where I expect the products I get a magento 404 ('http://www.fitness-island.ch/shopfi.html') Anybody knows the problem? Thanks and reagrds. |
|
Written on: 15. 07. 2010 [14:44]
|
|
|
oli7701
Volker Ott
registered since: 15.07.2010
Posts: 2
|
Hi MaxDisaster, for Magento 1.4.1.0 the function run() in the file magento/app/code/core/Mage/Api/Model/Server/Adapter/Soap.php, there is one error, after the last else } is missing. } else { $this->fault('0', 'Unable to load Soap extension on the server'); } <- missing return $this; I hope it helps you. |
|
Written on: 18. 08. 2010 [13:08]
|
|
|
dschumbi
Heiko Sudar
registered since: 18.08.2010
Posts: 1
|
Hallo, ich habe gestern mal das ganze System aufgesetzt und bekomme immer noch den Fehler SOAP API Error: SOAP-ERROR: Parsing WSDL: Couldn't find in 'http://www.shop.loc/api/soap/?wsdl' an der oben beschriebenen Stelle kann es nicht liegen, denn wenn ich die url http://www.shop.loc/api/soap/?wsdl aufrufe, bekomme ich sauberes xml... Die BE-User kann ich in TYPO3 auch nicht verwalten, da erscheint der gleiche Fehler Ich benutze folgende Versionen: TYPO3 4.4.2 Magento 1.4.1.1 Flagbit_Typo3connect 1.0.0 fb_magento 1.0.2 hat jemand eine Ahnung, was ich falsch mache? Vielen Dank schon mal für Hilfe [This article was edited 1 times, at last 19.08.2010 at 00:19.] |