Hallo! Ich habe das Modul marmpiwik für Oxid installiert. Funktioniert soweit auch, jedoch werde ich beim Aufruf eines Artikels auf die Startseite zurückgeworfen mit einem redirect
…/index.php?cl=start&redirected=1
An was liegt das?
http://forum.oxid-esales.com/showthread.php?t=22137
Hier steht das man eine Zeile auskommentieren müsste. Aber welche?
Kann mir da jemand helfen? Danke!!
was steht denn im exception - Log?
(übrigens hast Du wohl einen falschen Thread verlinkt)
[QUOTE=Hebsacker;143335]was steht denn im exception - Log?
(übrigens hast Du wohl einen falschen Thread verlinkt)[/QUOTE]
Ne, der Link stimmt. Da steht im 1. Post was zu Marmpiwik.
Exeption Log:
oxSystemComponentException-oxException (time: 2014-04-17 10:24:08): [0]: Function 'getActCategory' does not exist or is not accessible! (oePayPalOxArticle)
Stack Trace: #0 /home/eb_apps_10/home/public_html/modules/marm/piwik/core/marm_piwik.php(414): oxSuperCfg->__call('getActCategory', Array)
#1 /home/eb_apps_10/home/public_html/modules/marm/piwik/core/marm_piwik.php(414): oePayPalOxArticle->getActCategory()
#2 /home/eb_apps_10/home/public_html/modules/marm/piwik/core/marm_piwik.php(434): marm_piwik->setPiwikParamsForDetails(Object(Details))
#3 /home/eb_apps_10/home/public_html/modules/marm/piwik/core/marm_piwik.php(459): marm_piwik->_setPiwikParamsByViewObject()
#4 /home/eb_apps_10/home/public_html/modules/marm/piwik/core/marm_piwik_oxoutput.php(42): marm_piwik->getMarmPiwikCode()
#5 /home/eb_apps_10/home/public_html/modules/marm/piwik/core/marm_piwik_oxoutput.php(62): marm_piwik_oxoutput->marmReplaceBody('<!DOCTYPE HTML>...')
#6 /home/eb_apps_10/home/public_html/core/oxshopcontrol.php(505): marm_piwik_oxoutput->process('<!DOCTYPE HTML>...', 'details')
#7 /home/eb_apps_10/home/public_html/core/oxshopcontrol.php(350): oxShopControl->_render(Object(Details))
#8 /home/eb_apps_10/home/public_html/core/oxshopcontrol.php(123): oxShopControl->_process('details', NULL, NULL, NULL)
#9 /home/eb_apps_10/home/public_html/core/oxid.php(38): oxShopControl->start()
#10 /home/eb_apps_10/home/public_html/index.php(27): Oxid::run()
#11 /home/eb_apps_10/home/public_html/oxseo.php(44): require('/home/eb_apps_1...')
#12 {main}
Faulty component -->
---------------------------------------------
in der marm_piwik.php in der Zeile 414 gibts
$oCategory = $oProduct->getActCategory();
ändere das mal zu
$oCategory = $oViewObject->getActCategory();
[QUOTE=vanilla thunder;143345]in der marm_piwik.php in der Zeile 414 gibts
$oCategory = $oProduct->getActCategory();
ändere das mal zu
$oCategory = $oViewObject->getActCategory();
[/QUOTE]
perfekt, danke das wars! jetzt gehts!