doulu3399 2015-01-12 16:39
浏览 21
已采纳

在本地配置开放式网站分析

I try to run the openwebanalytics software locally under wampserver and joomla using the instructions of this video.

I have created the db.

I have insert the owa file under the joomla site.

I type in my browser the path for the file

    http://localhost/openwebanalytics/owa/install.php 

and press the start button.

In the next step I get this error but I can insert the data for the db.

I press the button for the next step and I get only warnings.

What could be possible wrong with the process?

  • 写回答

2条回答 默认 最新

  • douyou9923 2015-01-13 09:18
    关注

    That is a WARNING Message generated by PHP telling you that you are running OLD code which is using PHP core functions that have been deprecate. That means they are telling you that this fuction call will not exist in future versions of PHP and that you should change the scripts that use it if you ever want to upgrade PHP in the future.

    In order to get this old code to run under this version of PHP, you can actually tell PHP not to generate these warnings.

    Edit the php.ini, using the wampmanager menus ( to make sure you edit the correct file.

    wampmanager -> PHP -> php.ini
    

    Look for this line

    error_reporting = E_ALL
    

    and chnage it to

    error_reporting = E_ALL & ~E_DEPRECATED
    

    This is of course only a work around. The code will still need to be changed eventually, and this will only work for you until you upgrade to a version of PHP where this function has been completely removed.

    You should contact the developer of the OWA addon to get it fixed or make sure you have the latest version of OWA.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 asp.textbox后台赋值前端不能显示什么原因
  • ¥15 宇视监控服务器无法登录
  • ¥15 PADS Logic 原理图
  • ¥15 PADS Logic 图标
  • ¥15 电脑和power bi环境都是英文如何将日期层次结构转换成英文
  • ¥15 DruidDataSource一直closing
  • ¥20 气象站点数据求取中~
  • ¥15 如何获取APP内弹出的网址链接
  • ¥15 wifi 图标不见了 不知道怎么办 上不了网 变成小地球了
  • ¥50 STM32单片机传感器读取错误