doushe8577 2012-07-22 19: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 22: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 C#如何调用串口数据
  • ¥15 MATLAB与单片机串口通信
  • ¥15 L76k模块的GPS的使用
  • ¥15 请帮我看一看数电项目如何设计
  • ¥23 (标签-bug|关键词-密码错误加密)
  • ¥66 比特币地址如何生成taproot地址
  • ¥20 数学建模数学建模需要
  • ¥15 关于#lua#的问题,请各位专家解答!
  • ¥15 什么设备可以研究OFDM的60GHz毫米波信道模型
  • ¥15 不知道是该怎么引用多个函数片段