| Author | Message |
|---|---|
|
Written on: 25. 01. 2011 [08:20]
|
|
|
Tanneru
Tanneru
Topic creator
registered since: 25.01.2011
Posts: 3
|
Hi, I installed typo3 (4.4.6) and magento (1.4.2.0) with xampp localy. I installed typogento with help of the documentation. But I always get an error when I want to go into the Magento Shop -> ADMIN area: Fatal error: require_once() [function.require]: Failed opening required '/magento/app/Mage.php' (include_path='.;C:\xampp\php\pear\') in C:\xampp\htdocs\service\typo3conf\ext\fb_magento\lib\class.tx_fbmagento_interface.php on line 98 I tried every possible path for the magento root path. But I can't get it to work. |
|
Written on: 31. 01. 2011 [12:30]
|
|
|
erik.dahlin
erik
registered since: 02.11.2010
Posts: 11
|
Hi Have you tried an absolute path for the magento installation? Something like: C:\xampp\htdocs\magento\ For the base url and frontend url configs you could try localhost aswell as 127.0.0.1. Dont have much experience with windows and typogento so Im afraid I cant help you further. |
|
Written on: 01. 02. 2011 [12:53]
|
|
|
Tanneru
Tanneru
Topic creator
registered since: 25.01.2011
Posts: 3
|
I tried all that but I still get the error. I have really no clue what it could be!? I just tried to access mage.php via a direct call http://localhost/magento/app/Mage.php in the browser. The path is correct but I get a 403 error: access denied Maybe I have to change some server settings but I don't know what. EDIT: Just another dumb question [This article was edited 2 times, at last 01.02.2011 at 13:50.] |
|
Written on: 01. 02. 2011 [15:41]
|
|
|
tonylush
Tony Lush
registered since: 01.12.2009
Posts: 12
|
Yes, Magento must be in a subfolder called "magento" within the TYPO3 root folder. Cheers -- Tony |