doutan2228 2013-11-04 16:51
浏览 20

cakephp上的严格标准错误1.3.4 PHP 5.4.12和Apache 2.4.4(wamp服务器)

I get strict standards errors when I trying to run a cakephp application (version 1.3.4) under PHP 5.4.12 and Apache 2.4.4. I cannot upgrade the cakephp version of the application right now. I tried all the proposed solutions online but nothing worked (like setting the error_reporting in bootstrap.php, etc...). Has anybody managed to fix this problem? If so let me know please.

Thank you

  • 写回答

4条回答 默认 最新

  • dousilie9522 2013-11-07 20:43
    关注

    The only thing you can do at this point is to disable STRICT messages in your php.ini

    As a reference, take a look at this: Disabling Strict Standards in PHP 5.4

    评论

报告相同问题?

悬赏问题

  • ¥15 GDI处理通道视频时总是带有白色锯齿
  • ¥20 用雷电模拟器安装百达屋apk一直闪退
  • ¥15 算能科技20240506咨询(拒绝大模型回答)
  • ¥15 自适应 AR 模型 参数估计Matlab程序
  • ¥100 角动量包络面如何用MATLAB绘制
  • ¥15 merge函数占用内存过大
  • ¥15 Revit2020下载问题
  • ¥15 使用EMD去噪处理RML2016数据集时候的原理
  • ¥15 神经网络预测均方误差很小 但是图像上看着差别太大
  • ¥15 单片机无法进入HAL_TIM_PWM_PulseFinishedCallback回调函数