+ Reply to Thread
Results 1 to 4 of 4

Thread: phpBB3 - requirements

  1. #1
    Junior Member
    Join Date
    Jul 2005
    Posts
    14

    Default phpBB3 - requirements

    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.

  2. #2
    Moderator
    Join Date
    Mar 2007
    Location
    Southern California
    Posts
    150

    Default

    Most of these items can be changed simply by using .htaccess and setting it up to override the settings.
    All the best,
    ManagerJosh
    Gaming Hosting Director of
    SimGames.net, Owned and Operated by Steadfast Networks

  3. #3
    Ray
    Ray is offline
    I can't do everything.
    Join Date
    Jun 2004
    Location
    Plymouth, WI
    Posts
    134

    Default

    Josh is correct. To do this, just add these lines to .htaccess in the folder of or above the phpBB3 installation:

    php_flag register_globals off
    php_value mbstring.http_input pass
    php_value mbstring.http_output pass
    Ray Tetzloff


  4. #4
    Junior Member
    Join Date
    Jun 2007
    Posts
    1

    Default Bypass

    simple way around it, goto yourdomain.com/phpBB3/install/index.php?mode=install&sub=database&language=en

    that will take you straight to the step after the tests Enjoy

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts