No edit summary |
|||
(18 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
<!-- please update https://www.simplemachines.org/community/index.php?msg=4098126 if you update this page --> | |||
In order to run an SMF forum, the server must meet the following requirements, and will run best on servers that also meet the recommendations below. This software has been tested and verified to work with the clients listed below, which are all internet browsers. | In order to run an SMF forum, the server must meet the following requirements, and will run best on servers that also meet the recommendations below. This software has been tested and verified to work with the clients listed below, which are all internet browsers. | ||
== | ==Minimum Server Requirements== | ||
The following are required on any server intending to run SMF 2.0. | The following are required on any server intending to run SMF 2.0. | ||
Line 7: | Line 8: | ||
* A webserver with approximately 20MB of available disk space. Much more is recommended so that other content can be uploaded over time. | * A webserver with approximately 20MB of available disk space. Much more is recommended so that other content can be uploaded over time. | ||
* A webserver that supports PHP, such as Apache or Internet Information Server (IIS). | * A webserver that supports PHP, such as Apache or Internet Information Server (IIS). | ||
* | * The version of PHP supported varies depending on the version of SMF you are using. See below table for supported versions. | ||
{|class="wikitable" | |||
! style="text-align:left;"| Version of SMF | |||
! Version of PHP | |||
|- | |||
|2.0-2.0.6 | |||
|4.1-5.4 | |||
|- | |||
|2.0.7-2.0.13 | |||
|4.1-5.6 | |||
|- | |||
|2.0.14-2.0.15 | |||
|5.4-7.1 | |||
|- | |||
|2.0.16-2.0.17 | |||
|5.3-7.3 | |||
|- | |||
|2.0.18-2.0.18 | |||
|5.3-7.4 | |||
|- | |||
|2.0.19-2.0.19 | |||
|5.3-8.0 | |||
|} | |||
* The following must be changed in the php.ini file: | * The following must be changed in the php.ini file: | ||
** The <code>engine</code> directive must be set to On. | ** The <code>engine</code> directive must be set to On. | ||
Line 15: | Line 38: | ||
** The <code>session.save_path</code> directive must be set to a valid directory or empty. | ** The <code>session.save_path</code> directive must be set to a valid directory or empty. | ||
** The <code>file_uploads</code> directive must be set to On. | ** The <code>file_uploads</code> directive must be set to On. | ||
** The <code>upload_tmp_dir</code> directive must be set to a valid directory or empty. | ** The <code>upload_tmp_dir</code> directive must be set to a valid directory or empty. | ||
** The <code>fileinfo</code> must be enabled. | |||
* One of the following databases must be installed: | * One of the following databases must be installed: | ||
** [http://www.mysql.com MySQL] 4.0.18 or higher (at least 4.1.0 would be better) and PHP MySQL client API 4.0.18 or higher. | ** [http://www.mysql.com MySQL] 4.0.18 or higher (at least 4.1.0 would be better) and PHP MySQL client API 4.0.18 or higher. | ||
Line 39: | Line 63: | ||
** <code>session.use_trans_sid</code> set to Off. | ** <code>session.use_trans_sid</code> set to Off. | ||
** safe mode disabled, or PHP suExec enabled. | ** safe mode disabled, or PHP suExec enabled. | ||
** [http://www.php.net/manual/en/book.bc.php BCMath] library enabled for using the [[Registration#Settings|OpenID]] registration method. | ** [http://www.php.net/manual/en/book.bc.php BCMath] library enabled for using the [[SMF2.0:Registration#Settings|OpenID]] registration method. | ||
** <code>mod_security</code> disabled (please see [[Mod security - Having problems with mod security|Mod security]] for more information). | ** <code>mod_security</code> disabled (please see [[Mod security - Having problems with mod security|Mod security]] for more information). | ||
Line 45: | Line 69: | ||
==Basic Client Requirements== | ==Basic Client Requirements== | ||
Any web browser that supports HTML5 and CSS3 and that is still supported by its vendor. | |||
{{Installing SMF}} | {{Installing SMF}} |
Latest revision as of 18:36, 24 March 2024
In order to run an SMF forum, the server must meet the following requirements, and will run best on servers that also meet the recommendations below. This software has been tested and verified to work with the clients listed below, which are all internet browsers.
Minimum Server Requirements
The following are required on any server intending to run SMF 2.0.
- A webserver with approximately 20MB of available disk space. Much more is recommended so that other content can be uploaded over time.
- A webserver that supports PHP, such as Apache or Internet Information Server (IIS).
- The version of PHP supported varies depending on the version of SMF you are using. See below table for supported versions.
Version of SMF | Version of PHP |
---|---|
2.0-2.0.6 | 4.1-5.4 |
2.0.7-2.0.13 | 4.1-5.6 |
2.0.14-2.0.15 | 5.4-7.1 |
2.0.16-2.0.17 | 5.3-7.3 |
2.0.18-2.0.18 | 5.3-7.4 |
2.0.19-2.0.19 | 5.3-8.0 |
- The following must be changed in the php.ini file:
- The
engine
directive must be set to On. - The
magic_quotes_sybase
directive must be set to Off. - The
session.save_path
directive must be set to a valid directory or empty. - The
file_uploads
directive must be set to On. - The
upload_tmp_dir
directive must be set to a valid directory or empty. - The
fileinfo
must be enabled.
- The
- One of the following databases must be installed:
- MySQL 4.0.18 or higher (at least 4.1.0 would be better) and PHP MySQL client API 4.0.18 or higher.
- PostgreSQL 8.0 or higher (
standard_conforming_strings
must be set to off, starting from PostgreSQL 9.1 default is on) - SQLite SQLite 2.x (SMF is not compatible with SQLite 3.x)
- The following are requirements for the database:
- For a clean SMF installation, at least 2 MB of storage space in the database. Please note that this is only enough for the installation.
- The database user must have at least the following privileges:
SELECT
,INSERT
,UPDATE
,DELETE
,ALTER
, andINDEX
. - The database user must have the
CREATE
andDROP
privileges during installation, conversion and some package installs.
Server Recommendations
These are not required, but may be beneficial to your SMF install and enable you to use more functions.
- GNU Aspell 0.50 or higher (with appropriate dictionaries) for spell checking functionality.
- Apache 2.0.x or above with AcceptPathInfo set to On for queryless URL support.
- PHP with the following set in your php.ini file:
max_input_time
set to a value of at least 30.post_max_size
andupload_max_filesize
set to the size of the largest attachments you wish to be able to upload.memory_limit
set to at least 32M.max_execution_time
set to at least 15.register_globals
set to Off.session.use_trans_sid
set to Off.- safe mode disabled, or PHP suExec enabled.
- BCMath library enabled for using the OpenID registration method.
mod_security
disabled (please see Mod security for more information).
- GD Graphics Library 2.0 or higher.
Basic Client Requirements
Any web browser that supports HTML5 and CSS3 and that is still supported by its vendor.