1、浏览器访问的时候,界面只弹出“悟空软件”四个字
http://localhost/index.php/admin/install/index.html
只需要修改成这样http://localhost/index.html
再访问,就可以到登录界面了
–
–
–
2.、输入用户名和密码之后弹出“网络错误,请检查您的网络”
先测试你现在的网络是否可用,其次就是你的用户名不存在或者输入错误
–
–
–
3、访问安装界面的时候弹出“ERR AUTH <password> called without any password configured for the default user. Are you sure your configuration is correct?”
意思就是说,你没有设置好密码
只需要到这两个配置文件中修改就行
–
–
–
4、弹出“安装悟空CRM数据库超时,请手动导入SQL文件”
这步应该是你的数据库信息填错了,请确认好ip和用户名密码,或者就是按照上面的方法填写配置文件信息。
–
–
–
5、弹出“not support: redis”
就是你的php没有redis模板,需要去安装一个redis,下面这两个是我使用的压缩包。
wget http://download.redis.io/releases/redis-2.8.17.tar.gz
后面再配置php-redis扩展,
wget https://github.com/phpredis/phpredis/archive/4.0.2.tar.gz
安装好redis和php-redis之后找到php的配置文件 ,../php.in
extension=redis.so
找到这行,去掉前面的#注释,
如果没有就直接插入这条。
文章来源:https://www.cnaaa.net,转载请注明出处:https://www.cnaaa.net/archives/5917