我尝试使用official website和Alan Storm's tutorial。我创建了简单的测试项目来显示“Hello world”。但是当我试图运行它时,它给了我“处理您的请求时出错”。
我试图搜索它给出了这样做的建议 - 检查控制器的类名。但它对我不起作用。
获取此错误
Controller file was loaded but class does not exist
Trace:
#0:/Users/bhaveshthakrar/Documents/magento/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(326): Mage::exception('Mage_Core', 'Controller file...')
#1:/Users/bhaveshthakrar/Documents/magento/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(293): Mage_Core_Controller_Varien_Router_Standard->_includeControllerClass('/Users/bhavesht...', 'Magentotutorial...')
#2:/Users/bhaveshthakrar/Documents/magento/app/code/core/Mage/Core/Controller/Varien/Router/Standard.php(196): Mage_Core_Controller_Varien_Router_Standard->_validateControllerClassName('Magentotutorial...', 'foo')
#3:/Users/bhaveshthakrar/Documents/magento/app/code/core/Mage/Core/Controller/Varien/Front.php(176): Mage_Core_Controller_Varien_Router_Standard->match(Object(Mage_Core_Controller_Request_Http))
#4:/Users/bhaveshthakrar/Documents/magento/app/code/core/Mage/Core/Model/App.php(354): Mage_Core_Controller_Varien_Front->dispatch()
#5:/Users/bhaveshthakrar/Documents/magento/app/Mage.php(683): Mage_Core_Model_App->run(Array)
#6:/Users/bhaveshthakrar/Documents/magento/index.php(87): Mage::run('', 'store')
#7:{main}
如果您需要代码,请告诉我。我没有添加,因为我按照第一个教程,我的代码是相同的是他们的。任何帮助将不胜感激。
答案 0 :(得分:1)
我通过在控制器文件的开头附加<?php
来解决了这个问题。
答案 1 :(得分:0)
尝试查看/ path_to_your_magento / var / report 它包含您承认错误的报告