安装完成后注册出现500
安装完成后,注册出现500
但是刷新再注册,提示已经被注册了。
回去登陆,可以登陆。
不知道其他人有木有遇到这个情况?
'./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'
回复#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%都跑不起来。
登录后方可回帖
@lincanbin