doushe8577 2012-07-22 11:35
浏览 49
已采纳

自定义Drupal模块中的未定义变量

I write custom Drupal module. Want show field_myear in contents. With the following:

<div class="right">
                                <h4>'.$m_detail->title.'</h4>
                                <div class="section">'.$field_myear.'</div>
                                <div class="description">
                                    <div

But when refresh page, get this error:

Notice: theme_news()/home/domains/site.net/public_html/sites/all/modules/site/theme.module dosyasının 1247 satırı) içinde Undefined variable: field_myear.

How can i fix it?

  • 写回答

1条回答 默认 最新

  • dongqiang4986 2012-07-22 14:19
    关注

    Follow the execution of your page. Step through it line by line. When you are outputting the HTML shown above, you haven't got a value set for field_myear. You need to be sure you are setting it prior to trying to output it - or you need to check your variable name to make certain that it is correct and doesn't have a typo in it.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
编辑
预览

报告相同问题?

悬赏问题

  • ¥15 MATLAB解决问题
  • ¥20 哪位专业人士知道这是什么原件吗?哪里可以买到?
  • ¥15 关于#c##的问题:treenode反序列化后获取不到上一节点和下一节点,Fullpath和Handle报错
  • ¥15 一部手机能否同时用不同的app进入不同的直播间?
  • ¥15 没输出运行不了什么问题
  • ¥20 输入import torch显示Intel MKL FATAL ERROR,系统驱动1%,: Cannot load mkl_intel_thread.dll.
  • ¥15 点云密度大则包围盒小
  • ¥15 nginx使用nfs进行服务器的数据共享
  • ¥15 C#i编程中so-ir-192编码的字符集转码UTF8问题
  • ¥15 51嵌入式入门按键小项目