开始还是The directory where BASE is installed does not allow the web server to write.
This will prevent the setup progam from creating the base_conf.php file. You have two choices.
1. Make the directory writeable for the web server user.
2. When the set up is done, copy the information displayed to the screen and use it to create a base_conf.php.
这个错误。
后来重装acidbase。结果就是很悲剧。浏览器地址栏中输入 http://localhost/acidbase没有任何输出了。
想删除aicdbase都出现错误了。太操蛋了。
查看了网上的解决办法如:原因:
0、提示运行base的记录的PHP日志级别太高。
1、snort的web目录没有写权限;
2、base_conf.php内的参数有问题;
解决:
0、编辑php.ini,找到error_reporting,修改为:error_reporting = E_ALL & ~E_NOTICE
1、将snort的web目录权限修改为757或777
2、将相关的参数(snort数据库名称、用户名、密码、数据库类型、数据库位置等信息)设置在base_conf.php文件内。
我连snort的base的记录没有找到。
Make the directory writeable for the web server user.
这个提示,貌似已经比较清晰了啊...你的web server是用什么用户启动的?
chown apached.apached yourdir
chmod u+rwx yourdir
是不是有端口号的?