| Author | Message |
|---|---|
|
Written on: 04. 08. 2010 [21:27]
|
|
|
Desiree
Desiree
Topic creator
registered since: 04.08.2010
Posts: 12
|
Hallo, vielleicht könnt Ihr mir weiter helfen: Wenn ich im Typo3-Backend im Bereich Magento-Shop auf "Admin" klicke, bekomme ich offline (XAMPP unter Windows XP) wie online (Hosteurope) die gleiche Fehlermeldung (hier die XAMPP-Version): Uncaught TYPO3 Exception Access denied! t3lib_exception thrown in file C:\Programme\xampp\htdocs\kunde_433\typo3conf\ext\fb_magento\lib\class.tx_fbmagento_tools.php in line 51. 3 tx_fbmagento_tools::displayError("Access denied!", boolean) C:\Programme\xampp\htdocs\kunde_433\typo3conf\ext\fb_magento\mod_admin\index.php: 00168: } 00169: 00170: tx_fbmagento_tools::displayError($msg, true); 00171: } 00172: 2 tx_fbmagento_modadmin::accessDenied() C:\Programme\xampp\htdocs\kunde_433\typo3conf\ext\fb_magento\mod_admin\index.php: 00057: 00058: if(empty($BE_USER->user['tx_fbmagento_group'])){ 00059: $this->accessDenied(); 00060: } 00061: 1 tx_fbmagento_modadmin::main() C:\Programme\xampp\htdocs\kunde_433\typo3conf\ext\fb_magento\mod_admin\index.php: 00176: // Make instance: 00177: $SOBE = t3lib_div::makeInstance('tx_fbmagento_modadmin'); 00178: $SOBE->main(); 00179: $SOBE->printContent(); 00180: Magento 1.4.1.1 ist installiert und läuft Typo3 4.3.3 ist installiert und läuft Konfiguration in T3: path to Magento root = magento/ Frontend URL to your Shop = http://localhost/kunde_433/magento enable automatic Magento Header int... = enable Realurl Functions = Namespace of the Magento Modul (com... = community Website ID = 1 Konfiguration in Mage: PID TYPO3 Frontend Users = 11 Group uid TYPO3 Frontend Users = 1 Permit direct magento access (without going through typogento) = yes Allow frontend direct access for user agents = Redirect URL if access is forbidden = / Den API-User habe ich angelegt und in T3 entsprechend eingegeben. Weiß jemand was ich da übersehen habe? Vielen Dank Desiree |
|
Written on: 17. 08. 2010 [14:12]
|
|
|
janusz
Janusz Paskiewicz
registered since: 17.08.2010
Posts: 5
|
Hi, ADMIN TOOLS -> User Admin -> Usernames: (choose yours) -> edit -> tab "Extended" -> Magento Role set to "Administrator" Kind Regards, Janusz |
|
Written on: 23. 08. 2010 [17:20]
|
|
|
Desiree
Desiree
Topic creator
registered since: 04.08.2010
Posts: 12
|
Hi janusz, thanks for your help. I'm so happy, everything works fine now. Desiree |
|
Written on: 31. 05. 2011 [12:45]
|
|
|
jamesbond
Thomas
registered since: 31.05.2011
Posts: 3
|
Oh yes! That did the trick! Thank you very much! |