Magento-尝试创建新的Adminhtml页面时出现错误404

Magento-尝试创建新的Adminhtml页面时出现错误404,magento,admin,adminhtml,Magento,Admin,Adminhtml,我使用的是Magento 1.9.0.1,我创建了一个新的扩展,在其中我在“管理”面板中添加了一个新选项卡,请查看图片 这是我档案里的东西 在:/app/code/community/VivasIndustries/SmsNotification/etc/config.xml中: <?xml version="1.0"?> <config> <modules> <VivasIndustries_SmsNotification>

我使用的是Magento 1.9.0.1,我创建了一个新的扩展,在其中我在“管理”面板中添加了一个新选项卡,请查看图片

这是我档案里的东西

在:/app/code/community/VivasIndustries/SmsNotification/etc/config.xml中:

<?xml version="1.0"?>
<config>
  <modules>
    <VivasIndustries_SmsNotification>
      <version>0.1.0</version>
    </VivasIndustries_SmsNotification>
  </modules>
  <global>
    <models>
        <smsnotification>
            <class>VivasIndustries_SmsNotification_Model</class>
        </smsnotification>
    </models>  
    <events>
        <sales_order_save_after>
            <observers>
                <vivasindustries_smsnotification>
                    <class>smsnotification/observer</class>
                    <method>orderSaved</method>
                </vivasindustries_smsnotification>
            </observers>
        </sales_order_save_after>
    </events>
    <helpers>
        <smsnotification>
            <class>VivasIndustries_SmsNotification_Helper</class>
        </smsnotification>
        <adminhtml>
            <rewrite>
                <data>VivasIndustries_SmsNotification_Helper_Adminhtml_Data</data>
            </rewrite>
        </adminhtml>
    </helpers>
  </global>
    <admin>
        <routers>
            <adminhtml>
                <args>
                    <modules>
                        <VivasIndustries_SmsNotification before="Mage_Adminhtml">VivasIndustries_SmsNotification_Adminhtml</VivasIndustries_SmsNotification>
                    </modules>
                </args>
            </adminhtml>
        </routers>
    </admin>
</config>  

0.1.0
VivasiIndustries\u SmsNotification\u模型
smsnotification/观察员
订单保存
VivasiIndustries\u SmsNotification\u助手












“alt=”Vivas“/>
当我试图打开
关于
页面时,出现错误404。 你能帮我修复这个错误并告诉我为什么我会遇到这个问题吗

编辑: 错误图像:


提前感谢!

它应该在您的XML文件中。因为您可以在错误页底部看到,它正在寻找不同的地址(。/Smsnotification/。,但是您的控制器位于:。/Smsnotification/。)。应该在这部分:

<about translate="title" module="smsnotification">
                    <title>About</title>
                    <action>adminhtml/smsnotification_about</action>
                    <sort_order>11</sort_order>
</about>

关于
管理HTML/smsnotification\u关于
11

尝试使用smsNotification,看看它是否有效。

Magento有许多不同的404页面——知道哪一个可以帮助别人帮助你:另外,请提供我的Better404模块(免费)一次尝试--这将使Magento的MVC-404页面在跟踪问题方面更加有用,谢谢你的回答!我更新了我的问题,并在安装插件时添加了404错误的图片!你能告诉我问题出在哪里吗?提前谢谢!我照你说的做了,我收到了错误报告:那么现在是你的控制Magento找到了ler,但找不到其中的类。请尝试将控制器类名更改为:
class VivasIndustries\u SmsNotification\u Adminhtml\u SmsNotification\u AboutController
<?php

class VivasIndustries_SmsNotification_Adminhtml_AboutController extends Mage_Adminhtml_Controller_Action
{ 
    public function preDispatch() 
    { 
    return Mage_Adminhtml_Controller_Action::preDispatch(); 
    } 

    public function indexAction() 
    {
        $this->_initAction();
        $i8ee45e0018a32fb1a855b82624506e35789cc4d2 = $this->getLayout()->createBlock( 'Mage_Core_Block_Template', 'my_block_name_here', array('template' => 'vivasindustries/smsnotification/about.phtml') );
        $this->getLayout()->getBlock('content')->append($i8ee45e0018a32fb1a855b82624506e35789cc4d2); $this->renderLayout(); 
    } 
    protected function _initAction() 
    { 
    parent::_initAction(); 
    $this->_setActiveMenu('smsnotification/about') ->_title(Mage::helper('smsnotification')->__('About')); 
    return $this; 
    } 
}
<?php
/**
 * Mage SMS - SMS notification & SMS marketing
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the BSD 3-Clause License
 * It is available through the world-wide-web at this URL:
 * http://opensource.org/licenses/BSD-3-Clause
 *
 * @category    Vivas
 * @package     Vivas_smsnotification
 * @copyright   Copyright (c) 2012-2014 Vivas s.r.o. (http://www.mage-sms.com)
 * @license     http://opensource.org/licenses/BSD-3-Clause
 */
?>
<h2>
<?php 
echo Mage::helper('smsnotification')->__('About'); ?></h2>
<b><?php echo Mage::helper('smsnotification')->__('Mage SMS module 2013-%s, version ', date('Y')).Mage::getConfig()->getModuleConfig('VivasIndustries_SmsNotification')->version; ?></b><br />
<?php echo Mage::helper('smsnotification')->__('Copyright © Vivas s.r.o., All rights reserved'); ?><br /><br />

<b><?php echo Mage::helper('smsnotification')->__('Supported Magento versions:'); ?></b><?php echo Mage::getConfig()->getNode('default/config/supported')->versions; ?><br /><br />

<b><?php echo Mage::helper('smsnotification')->__('Developer:'); ?></b><br /><?php echo Mage::helper('smsnotification')->__('Vivas s.r.o.'); ?><br /><br />

<b><?php echo Mage::helper('smsnotification')->__('Address:'); ?></b><br /><?php echo Mage::helper('smsnotification')->__('B. Nemcove 767/13'); ?><br /><?php echo Mage::helper('smsnotification')->__('78701 Sumperk'); ?><br />
<?php echo Mage::helper('smsnotification')->__('Czech Republic'); ?><br /><?php echo Mage::helper('smsnotification')->__('VAT: CZ29444268'); ?><br /><br /><b><?php echo Mage::helper('smsnotification')->__('Office Telephone:'); ?></b><br />
<?php echo Mage::helper('smsnotification')->__('+420 581 110 998'); ?><br /><br /><b><?php echo Mage::helper('smsnotification')->__('E-mail:'); ?></b><br />

<a href="mailto:<?php echo Mage::helper('smsnotification')->__('sales@Vivas.com'); ?>"><?php echo Mage::helper('smsnotification')->__('sales@Vivas.com'); ?></a><br />
<a href="mailto:<?php echo Mage::helper('smsnotification')->__('support@Vivas.com'); ?>"><?php echo Mage::helper('smsnotification')->__('support@Vivas.com'); ?></a><br /><br />

<b><?php echo Mage::helper('smsnotification')->__('Web:'); ?></b><br />
<a href="http://<?php echo Mage::helper('smsnotification')->__('www.mage-sms.com'); ?>"><?php echo Mage::helper('smsnotification')->__('www.mage-sms.com'); ?></a><br /><br />

<b><?php echo Mage::helper('smsnotification')->__('Facebook:'); ?></b><br /><iframe src="//www.facebook.com/plugins/like.php?href=https%3A%2F%2Fwww.facebook.com%2Fmagentosms&amp;width&amp;layout=button_count&amp;action=like&amp;show_faces=false&amp;share=true&amp;height=21&amp;appId=242281502635180" scrolling="no" frameborder="0" style="border:none; overflow:hidden; height:21px;" allowTransparency="true"></iframe><br /><br />

<b><?php echo Mage::helper('smsnotification')->__('Manual:'); ?></b><br /><a href="http://<?php echo Mage::helper('smsnotification')->__('www.mage-sms.com/manual.html'); ?>"><?php echo Mage::helper('smsnotification')->__('www.mage-sms.com/manual.html'); ?></a><br /><br />
<img src="<?php echo Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA).'smsnotification/Vivas-logo.gif'; ?>" alt="Vivas" />
<about translate="title" module="smsnotification">
                    <title>About</title>
                    <action>adminhtml/smsnotification_about</action>
                    <sort_order>11</sort_order>
</about>