Sixten
05-21-2007, 10:05 AM
Since today phpBB3 - RC1 was released, so I wanted to install it on my webspace.
Before proceeding with the full installation phpBB will carry out some tests on the server configuration and files to ensure that I'm able to install and run phpBB. But there are a few issues that prevent installation :
PHP setting register_globals is disabled: NO
phpBB will still run if this setting is enabled, but if possible, it is recommended that register_globals is disabled on your PHP install for security reasons.
HTTP input character conversion: NO
mbstring.http_input must be set to pass.
HTTP output character conversion: NO
mbstring.http_output must be set to pass.
Before proceeding with the full installation phpBB will carry out some tests on the server configuration and files to ensure that I'm able to install and run phpBB. But there are a few issues that prevent installation :
PHP setting register_globals is disabled: NO
phpBB will still run if this setting is enabled, but if possible, it is recommended that register_globals is disabled on your PHP install for security reasons.
HTTP input character conversion: NO
mbstring.http_input must be set to pass.
HTTP output character conversion: NO
mbstring.http_output must be set to pass.