Did you miss your activation email? May 14, 2008, 01:01:40 AM
What you need to run SMF
Minimum System Requirement
To run SMF, the webserver you're hosted on must meet a few simple requirements. These are not terribly high, and as such most hosts meet them.
- Any webserver that properly supports PHP, such as Apache or Internet Information Services (IIS).
- PHP 4.1.0 or higher. The following directives are required to be set correctly in php.ini:
- the engine directive must be On.
- the magic_quotes_sybase directive must be set to Off.
- the session.save_path directive must be set to a valid directory.
- the file_uploads directive must be On.
- the upload_tmp_dir must be set to a valid directory.
- MySQL 3.23.4 or higher.
- at least 512 kilobytes of storage space in the database, although more is highly recommended.
- about two and a half megabytes of storage space on the web server, although more is recommended.
Recommended System Requirements
However, for best performance and use, a bit more is suggested. This includes the following:
- Linux or another Unix based operating system.
- The GNU Aspell and its dictionaries for spell checking support.
- Apache with AcceptPathInfo set to On (Apache 2 and later only) for queryless URL support.
- PHP 4.3.0 or higher, with the following set in php.ini:
- the max_input_time directive is set to a value of at least 30.
- the post_max_size and upload_max_filesize directives are set to the size of the largest attachments you wish to be able to upload.
- the session.use_trans_sid directive set to Off.
- the memory_limit directive is set to at least 8M.
- the max_execution_time directive is set to at least 15.
- the register_globals directive is set to Off.
- MySQL 4.0.15 or higher with query caching enabled.
- GD Graphics Library 2.0 or higher.
Client (User) Requirements
To use SMF to its fullest feature set, one of the following browsers which have received much in the way of testing are strongly recommended: (although any standards-compliant browser should be fine.)
- Opera 7.0 or higher, 7.5 or higher recommended.
- Microsoft Internet Explorer 5.0 or higher.
- Netscape 6.0 or higher.
- Mozilla Suite 1.0.2 or higher.
- Apple Safari 1.0 or higher.
- Konqueror or Galeon
- Mozilla Firefox 0.8 or higher.
The following browsers are still supported, but not recommended because of minor problems or lack of sufficient testing:
- Mozilla Firefox 2.0
- Mac IE 5.1.7 or higher.
- Microsoft Internet Explorer 4.0.
- Opera 6.0.
Netscape Navigator 4.0 is known not to work, just as Microsoft Internet Explorer 3.0.
For wireless access, any personal assistant which supports WAP/WML, WAP 2, or I-MODE should work. We currently do not have enough test data to compile a list of supported clients.
Additionally, JavaScript and cookies must be enabled for some features to work as intended, although efforts have been made to not require them.
Loading...