安装完成后注册出现500
安装完成后注册出现500
- 登录后方可回帖
16 个回复 | 最后更新于 2016-08-23
回复#3 @hi游离 :
PHP的。
'./configure' '--prefix=/opt/php5' '--with-config-file-path=/opt/php5/etc' '--with-libdir=lib64' '--enable-inline-optimization' '--enable-shared' '--with-mysql' '--with-mysqli' '--with-pdo-mysql' '--with-gettext' '--with-openssl' '--enable-soap' '--enable-sysvmsg' '--enable-sysvsem' '--enable-sysvshm' '--with-readline' '--with-jpeg-dir' '--with-iconv' '--enable-fpm' '--disable-phar' '--with-pcre-regex' '--with-zlib' '--with-bz2' '--enable-calendar' '--with-curl' '--enable-dba' '--with-libxml-dir' '--enable-ftp' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-jis-conv' '--with-mhash' '--enable-mbstring' '--with-mcrypt' '--enable-pcntl' '--enable-xml' '--disable-rpath' '--enable-shmop' '--enable-sockets' '--enable-zip' '--enable-mbregex' '--enable-bcmath' '--disable-ipv6'
回复#6 @hi游离 :
你没编译gd库,这个库默认应该是编译的。
回复#7 @lincanbin :
帮我看下哪里有问题,carbon.ovzlabs.com 探针 bbs.ovzlabs.com
回复#8 @strwei :
没mbstring、gd、curl的PHP Extension。
回复#9 @lincanbin :
哦哦
回复#8 @strwei :
你居然没写
Requirements
PHP version 5.4.0 or higher.
The PDO_MYSQL PHP Package.
MySQL version 5.0 or higher.
The mod_rewrite Apache module / ngx_http_rewrite_module / ISAPI_Rewrite IIS module / IIS7+.
The mod_headers module is needed if you run Carbon Forum on Apache HTTP Server.
回复#11 @strwei :
现在加了环境检测了。
https://github.com/lincanbin/Carbon-Forum/commit/b705148ebbd1704adc926eed8ad1bb8505a5859a
默认编译就有的Extension会有人去删?
你连mbstring的不装,只要是中文的PHP程序,99%都跑不起来。
回复#14 @hi游离 :
不一样吧。