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 python中transformers可以正常下载,但是没有办法使用pipeline
  • ¥50 分布式追踪trace异常问题
  • ¥15 人在外地出差,速帮一点点
  • ¥15 如何使用canvas在图片上进行如下的标注,以下代码不起作用,如何修改
  • ¥15 Windows 系统cmd后提示“加载用户设置时遇到错误”
  • ¥50 vue router 动态路由问题
  • ¥15 关于#.net#的问题:End Function
  • ¥15 无法import pycausal
  • ¥15 weditor无法连接模拟器Local server not started, start with?
  • ¥20 6-3 String类定义