
| Author | Message |
|---|---|
|
Written on: 23. 10. 2009 [14:58]
|
|
|
Barbara
Barbara Wijbenga
Topic creator
registered since: 13.10.2009
Posts: 5
|
With SOAP finally running, I bump into the next problem immediately: When I try to edit the Plugin: Magento – fb_magento_pi1 I get SOAP API Error: Access denied. What causes this? |
|
Written on: 26. 10. 2009 [21:33]
|
|
|
dio
Dennis
registered since: 12.10.2009
Posts: 3
|
I've had the same problem. I've forgotten to set the user group in Magento. API-Users in Magento TYPO3 backend accesses Magento via Magento API. To be able to do so, it’ll need a Magento API user. Those users are spezial users that can only access the API interface and they are the only users that are allowed to use the API interface as well, so you’ll need them – even Admin users won’t work! To add API users use the menu item Webservice in the system menu. You can add specific users’ rights to keep your application as secure as possible (no user should ever have more rights that he needs!). So first chose option group rights and chose a good name, for example TYPO3. Afterwards you’re shown a source tree to define the user group’s rights. Give the User "All" rights. After saving these user group information we can continue adding an API user. To do so we chose option user in System’s Web Services menu item. Over here you are to enter all requested user information like username, password, e-mail address and activity status. The user is given the new group’s user rights. You should note down the information for the later usage in TYPO3 backend. At this point the Magento configuration is finished and we can go on with TYPO3. Source: http://www.typogento.com/need-a-docu/how-to-install-typogento.html |
|
Written on: 01. 12. 2009 [03:33]
|
|
|
stwsimon
Simon Browning
registered since: 20.11.2009
Posts: 13
|
I'm getting this error now. My front end is fine, but in the back end I get it if I try to go into one of the magento plugins. In the system log I get this: 2009-12-01T02:30:35+00:00 DEBUG (7): HEADERS ALREADY SENT: <pre>[0] /home/stwdev/public_html/magento/app/code/core/Mage/Core/Controller/Response/Http.php:50 [1] /home/stwdev/public_html/magento/lib/Zend/Controller/Response/Abstract.php:727 [2] /home/stwdev/public_html/magento/app/code/core/Mage/Core/Controller/Varien/Front.php:169 [3] /home/stwdev/public_html/magento/app/Mage.php:458 [4] /home/stwdev/public_html/magento/index.php:102 </pre> If the front end works the back end should too, shouldn't it? Simon |