安装lamp后,运行需要openssl扩展的程序出错。
官方提示运行环境:环境要求:操作系统/win或linux、PHP/5.4x、mysql/5.5x、Apache/2.4.x、开启openssl扩展。设置好数据库后提示:
syntax error, unexpected ''DB_TYPE'' (T_CONSTANT_ENCAPSED_STRING), expecting ')'错误位置
FILE: /home/wwwroot/Application/Common/Conf/db.php LINE: 5
ThinkPHP3.2.3 { Fast & Simple OOP PHP Framework } -- [ WE CAN DO IT JUST THINK ]
db.php文件:
<?php
return array(
//'配置项'=>
'配置值'
'DB_TYPE' =>'mysql', // 数据库类型
'DB_HOST' =>'localhost', // 服务器地址
'DB_NAME' =>'test', // 数据库名
'DB_USER' =>'test', // 用户名
'DB_PWD' =>'test123', // 密码
'DB_PORT' =>'3306', // 端口
'DB_PREFIX' =>'vv_', // 数据库表前缀
); 和openssl没任何关系
不清楚你环境个程序版本没法确定,有可能是你安装的php版本是7.*版本 感谢老大,版本没错,好像是数据库导入的文件有问题,我再想想其他办法。
页:
[1]