已安装Magento扩展,但未显示在管理中

已安装Magento扩展,但未显示在管理中,magento,installation,admin,extension-methods,Magento,Installation,Admin,Extension Methods,我安装了一个magento扩展,它似乎安装正确。我已经在管理->系统->配置->高级中检查了它,它显示为已启用。但是该选项卡将显示在管理中,而不会显示 我的magento版本是1.7。我尝试过一些方法,但没有任何效果: 我已经清理了缓存目录,并在admin中清理了缓存 我已经给了hole web目录777权限 我已经重新安装了扩展 我从magento connect安装了它,并直接从github复制目录和文件 我已经卸载并安装了几次 我已注销并登录magento管理员 但是没有什么能解决我的

我安装了一个magento扩展,它似乎安装正确。我已经在管理->系统->配置->高级中检查了它,它显示为已启用。但是该选项卡将显示在管理中,而不会显示

我的magento版本是1.7。我尝试过一些方法,但没有任何效果:

  • 我已经清理了缓存目录,并在admin中清理了缓存
  • 我已经给了hole web目录777权限
  • 我已经重新安装了扩展
  • 我从magento connect安装了它,并直接从github复制目录和文件
  • 我已经卸载并安装了几次
  • 我已注销并登录magento管理员
但是没有什么能解决我的问题。还有人有其他想法吗

扩展名是SMTP Pro Mail。这是system.xml

    <config>
  <tabs>
    <aschroder module="smtppro" translate="label">
      <label>Aschroder Extensions</label>
      <sort_order>600</sort_order>
      <show_in_default>1</show_in_default>
      <show_in_website>0</show_in_website>
      <show_in_store>0</show_in_store>
    </aschroder>
  </tabs>
  <sections>
    <smtppro module="smtppro" translate="label">
      <class>separator-top</class>
      <label>SMTP Pro</label>
      <tab>aschroder</tab>
      <frontend_type>text</frontend_type>
      <sort_order>110</sort_order>
      <show_in_default>1</show_in_default>
      <show_in_website>0</show_in_website>
      <show_in_store>0</show_in_store>
      <groups>
        <general module="smtppro" translate="label comment">
          <label>General Settings</label>
          <frontend_type>text</frontend_type>
          <sort_order>10</sort_order>
          <show_in_default>1</show_in_default>
          <show_in_website>1</show_in_website>
          <show_in_store>0</show_in_store>
          <comment><![CDATA[<div style='background-color: #efefef;margin-bottom: 10px;height: 40px;'> <img style='float:left;width: 150px;' src='http://www.aschroder.com/smtppro-logo.png' /> <span style='float:left;font-size: 20px; margin:10px;'>SMTP Pro Email Extension</span> </div> Configure your SMTP connection below. If you have any questions or would like any help please visit <a href='http://magesmtppro.com' target='_blank'>magesmtppro.com</a>.]]></comment>
          <fields>
            <option translate="label">
              <label>Email Connection</label>
              <frontend_type>select</frontend_type>
              <source_model>smtppro/system_config_source_smtp_option</source_model>
              <sort_order>10</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>0</show_in_website>
              <show_in_store>0</show_in_store>
            </option>



            <googleapps_email translate="label">
              <label>Google Apps Email Address</label>
              <frontend_type>text</frontend_type>
              <sort_order>20</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>google</option></depends>
            </googleapps_email>
            <googleapps_gpassword translate="label comment">
              <label>Google Apps Password</label>
              <comment><![CDATA[Input your Google Apps or Gmail username and password here. For configuration recommendations please see the guide at <a href='http://magesmtppro.com' target='_blank'>magesmtppro.com</a>]]></comment>
              <frontend_type>password</frontend_type>
              <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
              <sort_order>23</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>google</option></depends>
            </googleapps_gpassword>

              <sendgrid_email translate="label">
                  <label>SendGrid Username</label>
                  <frontend_type>text</frontend_type>
                  <sort_order>20</sort_order>
                  <show_in_default>1</show_in_default>
                  <show_in_website>1</show_in_website>
                  <show_in_store>0</show_in_store>
                  <depends><option>sendgrid</option></depends>
              </sendgrid_email>
              <sendgrid_password translate="label comment">
                  <label>SendGrid Password</label>
                  <comment><![CDATA[Input your SendGrid username and password here. For more information visit <a href='http://sendgrid.com' target='_blank'>SendGrid</a>]]></comment>
                  <frontend_type>password</frontend_type>
                  <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
                  <sort_order>23</sort_order>
                  <show_in_default>1</show_in_default>
                  <show_in_website>1</show_in_website>
                  <show_in_store>0</show_in_store>
                  <depends><option>sendgrid</option></depends>
              </sendgrid_password>



            <ses_access_key translate="label">
              <label>Amazon SES Access Key</label>
              <frontend_type>text</frontend_type>
              <sort_order>20</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>ses</option></depends>
            </ses_access_key>
            <ses_private_key translate="label comment">
              <label>Amazon SES Secret Key</label>
              <comment><![CDATA[Amazon SES support in SMTP Pro is limited and best suited to development and testing purposes. For a full integration with region selection, error/bounce logging and send statistics please see the premium extension: <a href='http://magesend.com' target='_blank'>MageSend</a>]]></comment>
              <frontend_type>password</frontend_type>
              <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
              <sort_order>23</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>ses</option></depends>
            </ses_private_key>

            <smtp_authentication translate="label">
              <label>Authentication</label>
              <frontend_type>select</frontend_type>
              <source_model>smtppro/system_config_source_smtp_authentication</source_model>
              <sort_order>20</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>smtp</option></depends>
            </smtp_authentication>
            <smtp_username translate="label">
              <label>Username</label>
              <frontend_type>text</frontend_type>
              <sort_order>23</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>smtp</option><smtp_authentication separator=",">login,plain,crammd5</smtp_authentication></depends>
            </smtp_username>
            <smtp_password translate="label">
              <label>Password</label>
              <frontend_type>password</frontend_type>
              <backend_model>adminhtml/system_config_backend_encrypted</backend_model>
              <sort_order>26</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>smtp</option><smtp_authentication separator=",">login,plain,crammd5</smtp_authentication></depends>
            </smtp_password>
            <smtp_host translate="label">
              <label>Host</label>
              <frontend_type>text</frontend_type>
              <sort_order>29</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>smtp</option></depends>
            </smtp_host>
            <smtp_port translate="label">
              <label>Port</label>
              <frontend_type>text</frontend_type>
              <sort_order>32</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>smtp</option></depends>
            </smtp_port>
            <smtp_ssl translate="label comment">
              <label>SSL Security</label>
              <comment><![CDATA[Custom SMTP servers can be configured in this section. For more information about these configuration options and troubleshooting advice please see <a href='http://magesmtppro.com' target='_blank'>magesmtppro.com</a>]]></comment>
              <frontend_type>select</frontend_type>
              <source_model>smtppro/system_config_source_smtp_ssl</source_model>
              <sort_order>35</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><option>smtp</option></depends>
            </smtp_ssl>

          </fields>
        </general>

        <debug module="smtppro" translate="label comment">
          <label>Logging and Debugging</label>
          <frontend_type>text</frontend_type>
          <sort_order>50</sort_order>
          <show_in_default>1</show_in_default>
          <show_in_website>1</show_in_website>
          <show_in_store>0</show_in_store>
          <comment>Please only use these settings if you are a software developer or server admin.</comment>
          <fields>
            <logenabled translate="label comment">
              <label>Log Emails</label>
              <comment>This will log all outbound emails. View from System->Tools->SMTPPro - Email Log.</comment>
              <frontend_type>select</frontend_type>
              <source_model>adminhtml/system_config_source_yesno</source_model>
              <sort_order>40</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>0</show_in_website>
              <show_in_store>0</show_in_store>
            </logenabled>
            <cleanlog translate="label comment">
              <label>Clean Email Logs</label>
              <comment><![CDATA[If this is set to yes, old entries will be deleted from email log. Cron is required and log cleaning must be enabled in system/log/enabled for this to work.]]></comment>
              <frontend_type>select</frontend_type>
              <source_model>adminhtml/system_config_source_yesno</source_model>
              <sort_order>50</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>0</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><logenabled>1</logenabled></depends>
            </cleanlog>
            <cleanlog_after_days translate="label">
              <label>Email Log Days Kept</label>
              <frontend_type>text</frontend_type>
              <sort_order>60</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>0</show_in_website>
              <show_in_store>0</show_in_store>
              <depends><cleanlog>1</cleanlog><logenabled>1</logenabled></depends>
            </cleanlog_after_days>
            <log_debug translate="label">
              <label>Enable Debug Logging</label>
              <comment><![CDATA[If yes, a log file will be written with debug information.]]></comment>
              <frontend_type>select</frontend_type>
              <source_model>adminhtml/system_config_source_yesno</source_model>
              <sort_order>70</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>0</show_in_website>
              <show_in_store>0</show_in_store>
            </log_debug>
            <test translate="label comment">
              <comment>Save settings before running this test.</comment>
              <frontend_type>select</frontend_type>
              <frontend_model>Aschroder_SMTPPro_Block_Adminhtml_Test</frontend_model>
              <sort_order>80</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>0</show_in_website>
              <show_in_store>0</show_in_store>
            </test>
          </fields>
        </debug>
        <esp module="smtppro" translate="label">
              <label>Compatible Email Services</label>
              <frontend_type>text</frontend_type>
              <sort_order>70</sort_order>
              <show_in_default>1</show_in_default>
              <show_in_website>1</show_in_website>
              <show_in_store>1</show_in_store>
              <fields>
                  <logenabled translate="label">
                      <frontend_type>select</frontend_type>
                      <frontend_model>Aschroder_SMTPPro_Block_Adminhtml_Table</frontend_model>
                      <sort_order>40</sort_order>
                      <show_in_default>1</show_in_default>
                      <show_in_website>1</show_in_website>
                      <show_in_store>1</show_in_store>
                  </logenabled>
              </fields>
          </esp>
      </groups>
    </smtppro>
  </sections>
</config>

.]]>
电子邮件连接
选择
smtppro/系统配置源smtp选项
10
1.
0
0
谷歌应用程序电子邮件地址
文本
20
1.
1.
0
谷歌
谷歌应用程序密码
密码
adminhtml/system\u config\u backend\u加密
23
1.
1.
0
谷歌
SendGrid用户名
文本
20
1.
1.
0
发送网格
SendGrid密码
密码
adminhtml/system\u config\u backend\u加密
23
1.
1.
0
发送网格
Amazon SES访问密钥
文本
20
1.
1.
0
ses
亚马逊SES密钥
密码
adminhtml/system\u config\u backend\u加密
23
1.
1.
0
ses
认证
选择
smtppro/system\u config\u source\u smtp\u身份验证
20
1.
1.
0
smtp
用户名
文本
23
1.
1.
0
smtplogin,普通,cramd5
密码
密码
adminhtml/system\u config\u backend\u加密
26
1.
1.
0
smtplogin,普通,cramd5
主办
文本
29
1.
1.
0
smtp
港口
文本
32
1.
1.
0
smtp
SSL安全
选择
smtppro/system\u config\u source\u smtp\u ssl
35
1.
1.
0
smtp
日志记录和调试
文本
50
1.
1.
0
请仅在您是软件开发人员或服务器管理员时使用这些设置。
记录电子邮件
这将记录所有出站电子邮件。从系统->工具->SMTPPro-电子邮件日志查看。
选择
adminhtml/system\u config\u source\u yesno
40
1.
0
0
清理电子邮件日志
选择
adminhtml/system\u config\u source\u yesno
50
1.
0
0
1.
保留电子邮件日志天数
文本
60
1.
0
0
11
启用调试日志记录
选择
adminhtml/system\u config\u source\u yesno
70
1.
0
0
在运行此测试之前保存设置。
选择
Aschroder\u SMTPPro\u块\u管理HTML\u测试
80
1.
0
0
兼容的电子邮件服务
文本
70
1.
1.
1.
选择
Aschroder\u SMTPPro\u Block\u Adminhtml\u表
40
1.
1.
1.

尝试刷新缓存,然后注销,最后再次登录。

您可以发布system.xml吗?尝试手动添加扩展名。我已经尝试了,但没有成功。您是否找到了此问题的答案?是否检查了命名空间名称和模块名称是否正确。。?