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 CreateBitmapFromWicBitmap内存释放问题。
  • ¥30 win c++ socket
  • ¥15 CanMv K210开发板实现功能
  • ¥15 C# datagridview 栏位进度
  • ¥15 vue3页面el-table页面数据过多
  • ¥100 vue3中融入gRPC-web
  • ¥15 kali环境运行volatility分析android内存文件,缺profile
  • ¥15 写uniapp时遇到的问题
  • ¥15 vs 2008 安装遇到问题
  • ¥15 matlab有限元法求解梁带有若干弹簧质量系统的固有频率