`
weihong0427
  • 浏览: 39425 次
  • 性别: Icon_minigender_2
  • 来自: 西安
社区版块
存档分类
最新评论

cal_days_in_month() [function.cal-days-in-month]: invalid date 解决办法

阅读更多
如果您的drupal 6.x上使用了achive模块,今天的日历就会出现如下问题:
warning: cal_days_in_month() [function.cal-days-in-month]: invalid date. in C:\drupal\Apache2.2\htdocs\drupal\sites\all\modules\archive\archive.module on line 106.

将106行的代码修改为:
if($month==1) {
     $num_days_prev = cal_days_in_month(CAL_GREGORIAN, 12, $prev_year);
} else {
  $num_days_prev = cal_days_in_month(CAL_GREGORIAN, $month-1, $year); // 原来的代码
}
分享到:
评论

相关推荐

    gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-guneabi.tar.xz

    gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-guneabi.tar.xz gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-guneabi.tar.xz gcc-linaro-4.9.4-2017.01-x86_64_arm-linux-guneabi.tar.xz gcc-linaro-4.9.4-2017.01-x86_...

    解决dbf Failed to parse Number: For input string: "-.---"

    本文将深入探讨标题和描述中提到的问题:“解决dbf Failed to parse Number: For input string: "-.---""”,以及如何在不依赖特定jar包的情况下处理DBF文件。 首先,"Failed to parse Number: For input string: ...

    rsyslog-8.24.0-57.el7-9.3.x86-64.rpm

    rsyslog安装包,用于linux上日志管理系统

    org.springframework.web.servlet-3.0.1.RELEASE-A.jar

    Error creating bean with name 'org.springframework.web.servlet.handler.SimpleUrlHandlerMapping#0' defined in ServletContext resource [/WEB-INF/springMVC-servlet.xml]: Initialization of bean failed;...

    httpcore-4.4.13-API文档-中文版.zip

    赠送jar包:httpcore-4.4.13.jar; 赠送原API文档:httpcore-4.4.13-javadoc.jar; 赠送源代码:httpcore-4.4.13-sources.jar; ... ... ...人性化翻译,文档中的代码和结构保持不变,注释和说明精准翻译,请放心使用。

    cython_bbox.cpython-37m-x86_64-linux-gnu.so

    Faster-RCNN在linux tensorflow python3.7下运行时需要的make生成文件

    org.eclipse.paho.android.service-1.1.1-sources.jar

    Android的MQTT消息推送接收所需jar包,修复了MqttAndroidClient会出现throw new IllegalArgumentException Invalid ClientHandle报错,而源github中代码未更新解决,所以经过重新编译,生成新的jar包,增加...

    pdfjs-2.0.943-dist+pdfjs-2.1.266-dist

    PDF.js 是一个开源的 JavaScript 库,由 Mozilla 维护,用于在 Web 浏览器中渲染 PDF 文档。这个库允许用户无需依赖任何插件即可在浏览器中查看 PDF 文件,提高了网页应用的兼容性和用户体验。标题中的 "pdfjs-2.0....

    NVIDIA-Linux-x86-180.16-pkg1 驱动的升级安装

    这个过程对于提升GPU性能、优化系统兼容性和解决可能出现的硬件问题至关重要。在Linux环境下,NVIDIA驱动的安装通常需要一定的技术知识,因为这涉及到内核模块的编译和加载。 描述中提到“被我删除的nvidia-kernel...

    org.xml.sax.SAXException: Invalid element

    NULL 博文链接:https://wilian.iteye.com/blog/1992365

    cvc-complex-type.2.4.d: Invalid content was found

    在XML Schema设计中,"cvc-complex-type.2.4.d: Invalid content was found" 是一个常见的错误信息,这通常意味着在解析XML文档时,遇到了不符合定义的复杂类型的内容。这个错误通常涉及到XML Schema的约束规则,即...

    EurekaLog_7.5.0.0_Enterprise

    1)....Fixed: Added workaround for codegen bug in Delphi 7 (possibly - other), bug manifests itself as wrong date-time in reports or integer overflows 2)....Fixed: Some MAPI DLLs may not be loaded ...

    VSCode C/C++ Clang自定义样式文件.clang-format

    VSCode C/C++ Clang自定义样式文件.clang-format。 基于Google样式,根据自己的习惯修改。 见博文:https://blog.csdn.net/hxiaohai/article/details/100705224

    pdfjs-2.4.456-dist.zip

    PDF.js 是一个由 Mozilla 维护的开源项目,它的主要目标是实现 PDF 文件在 Web 浏览器中的高质量渲染,无需依赖任何插件。在这个"pdfjs-2.4.456-dist.zip"压缩包中,包含了实现这一功能的核心库和相关资源。...

    audience-annotations-0.5.0-API文档-中英对照版.zip

    赠送jar包:audience-annotations-0.5.0.jar; 赠送原API文档:audience-annotations-0.5.0-javadoc.jar; 赠送源代码:audience-annotations-0.5.0-sources.jar; 赠送Maven依赖信息文件:audience-annotations-...

    gcc-linaro-4.9.4-2017.01-arm-linux-gnueabihf

    在 X86 架构的 PC 上运行,可以编译 ARM 架 构代码的 GCC 编译器,这个 GCC 编译器是编译 ARM 架构代码的,也就是编译出来的可执行文件是在 ARM 芯片上运行的。具有32位和64位两种,特别稳定的4.9版本,编译uboot,...

    mistral-7b-openorca.Q4-0.zip - 1

    使用方式与其他分卷压缩文件参见: https://blog.csdn.net/qq_32596527/article/details/134382867

    cmake-3.18.1-win64-x64.msi

    cmake-3.18.1 64位安装包。官网下载的。

    oracle常见错误号

    以下是一些常见的Oracle错误号及其原因和解决办法: 1. ORA-01002:fetch out of sequence - 当游标没有正确地按照执行顺序进行操作时,比如在未调用`OPEN`、`FETCH`或`CLOSE`之前尝试`FETCH`,会出现这个错误。...

    nc- invalid option — ‘e’错误解决办法.docx

    nc 命令的使用和错误解决办法 nc 命令是 Netcat 的缩写,是一个功能强大的网络实用工具,可以用于端口扫描、端口监听、文件传输、shell 反弹等多种场景中。在 Linux 系统中,nc 命令通常是通过 package netcat-...

Global site tag (gtag.js) - Google Analytics