Loading...
 
Skip to main content

History: Requirements

Preview of version: 46

This document needs review to verify the installation requirements
About

This page lists the minimum requirements for installing Tikiwiki.

Table of Contents

Requirements

Webserver

Tikiwiki should run on any webserver (such as Apache) that supports PHP and meets the following minimal requirements:

  • 512 MB Ram
  • 100 megs free storage

  • At least 32 Megs of Memory allocated for PHP.
Note on PHP Memory Limits: most ISP's install PHP with a memory_limit = 8m. While Tikiwiki may install, and initially appear to work fine, when faced with even a slight load, this limit will be easily passed and the system will constantly fail: pages will not load properly, odd errors will occur etc. To check this limit, try yourdomain.com/tiki-phpinfo.php . Run that and search for three values on your ISP’s server:
  • max_execution_time = 300 ; Maximum execution time of each script, in seconds
  • max_input_time = 60 ; Maximum amount of time each script may spend parsing request data
  • memory_limit = 32M ; Maximum amount of memory a script may consume
This limit is not generally user managable so you must rely on the kindness of your ISP to grant you more resources. On a busy shared server that will also mean that all other PHP users on that shared server will also be granted those resources.


Fantastico and Tikiwiki


Do not assume because your ISP has Fantastico or some other install script or advertises Tikiwiki as supported that they have any experience whatsoever in this. Fantasiko will often install an outdated version of tiki that has known security holes.

Using Fantastico for upgrades is not recommended as it will not preserve any theme changes, image galleries, etc. that have been made.

Database

Tikiwiki requires an active relational database connection. The database can be installed in the same physical location of the webserver (localhost). Tikiwiki supports the following databases:

  • MySQL 4.0.x (or higher)
    • For MySQL 4.1.x, you must use Tiki 1.9.x (full support)
    • For MySQL 5.x, you must use Tiki 1.9.3+. See MySQL5 for details.
  • Postgres (partial support)
  • SQLite (partial support)
  • Oracle (partial support)
  • Sybase (partial support)
  • MSSQL (partial support)

PHP

Tiki requires PHP 4.1+ (if you want to use LDAP authentication you need 4.3.2+), version 4.2+ is recommended. For PHP 5.0, you must use Tiki 1.9.1 (or higher) with the MySQLi extension.

Libraries
libxml must be enabled http://us2.php.net/manual/en/ref.xml.php
mbstring is a plus if you work with a language that needs it http://us2.php.net/manual/en/ref.mbstring.php
.... list to be completed


We recommend using the following configuration in your php.ini file:


PHP.INI setting

Description
memory_limit = 16MSpecify the maximum memory for PHP scripts. We recommend 16MB as a mimimum. For best performance, use 32MB.
file_uploads = OnRequired to allow uploads (files, images, etc.) to your Tiki
upload_max_filesize = XXMSpecify the maxium upload filesize (in MB).
allow_url_fopen = OnAllow trackback pings in your Tiki blogs.
session.save_handler = files
session.save_path = /tmp
The path that PHP stores session information. Ensure that the location exists and is writable. In Shared Hosting environments, if you do not have access to /tmp, use temp (no slash) instead.
max_execution_time = 60
max_input_time = 60
Specify the idle timeout (in seconds). If you experience timeouts (such as when performing Admin functions) you may need to increase these settings.
magic_quotes_gpc = OffTurn off PHP's Magic Quotes function.
default_charset = "utf-8"Specify the default charcter encoding.


The location of the php.ini file may vary, depending on your operating sytem. Some common locations include:

  • /etc/php.ini
  • /etc/php/php.ini
  • /etc/php4/php.ini
  • /etc/php/apache1-php4/php.ini (Gentoo)
  • /etc/php/cli-php4/php.ini (Gentoo)
  • /etc/php4/apache2 (Debian)


Notes:

  1. PHP 4.1.2 has a known session bug and should not be used.

Optional Software or Libraries

Some TikiWiki feautures require the following additional software or libraries:

FeatureAdditional Requirements
Image processing, used for thumbnail generation, dynamic chart generation, and to prevent bot/automatic registration.Use either GD Library 1.5 (or higher) or ImageMagick. ImageMagick is included, by default with PHP 4.3+
WikiGraph for creating and manipulating graphs. GraphViz
WebmailPHP 4.2+
PDF Genrationphp-xml
Manage and display maps as a GeoCMS (Geospastial Content Management System).Mapserver 4.6+
Rewrite Tiki's default URLsUse the Apache Rewrite Rules to create shorter, or custom, URLs.

History

Information Version
bienvenu ushindi Group Tiki 30 with versions sharing the same requirements 294
View
bienvenu ushindi Revise the mariadb minimum version for tiki 30 293
View
bienvenu ushindi Add tiki30 constraints 292
View
Bernard Sfez / Tiki Specialist 291
View
Bernard Sfez / Tiki Specialist 290
View
Bernard Sfez / Tiki Specialist 289
View
Marc Laporte The requirements don't change for Tiki 27, 28 and 29. We don't know yet for 30 288
View
Rodriguez Nyiringabo 287
View
Rodriguez Nyiringabo 286
View
Rodriguez Nyiringabo 285
View
Marc Laporte Why it's OK. We are using for a huge project. 284
View
Merci Jacob 283
View
Marc Laporte 282
View
Marc Laporte 281
View
Marc Laporte ok, we decided 280
View
Marc Laporte 8.3 should be fine as well 279
View
drsassafras 278
View
Marc Laporte 277
View
Marc Laporte There was a mismatch 276
View
Marc Laporte Expected to be OK until PHP 9.0 275
View
Marc Laporte 274
View
rjsmelo 273
View
rjsmelo Update requirements for Tiki 27 272
View
Marc Laporte 2023 271
View
Marc Laporte 270
View
Kevin Doyle tiki26 is released added strike through 269
View
Marc Laporte 268
View
Marc Laporte 267
View
Marc Laporte 266
View
Marc Laporte Burn the bridges! 265
View
Marc Laporte 264
View
Marc Laporte Adding projections as of now 263
View
Marc Laporte Adding Percona Server for MySQL, which is a "a free, fully compatible drop in replacement for Oracle MySQL." 262
View
Marc Laporte 261
View
Marc Laporte Better link 260
View
Marc Laporte This has been retired 259
View
Marc Laporte 258
View
Marc Laporte Update DB info 257
View
Marc Laporte 256
View
Marc Laporte Bye maketoc 255
View
Marc Laporte Redoing edits I had done on duplicate page 254
View
Marc Laporte Putting page in English 253
View
Torsten Fabricius Danish Seems to work now: 'Krav og Opsætning' = 'Requirements and Setup', whilst the text is still in English. Sorry. 252
View
Torsten Fabricius now changing the name to danish title (krv = requirement(s) ) and regenerate a new english page version ... if that works 251
View
Torsten Fabricius 250
View
Torsten Fabricius Still trying to change the language for this page to English ... the system states there would be an English version exist, which I do not find. Now this page is Danish ... at least 249
View
Torsten Fabricius just formatted and added {maketic} - no content change today - still not getting english laguage for the page 248
View
Torsten Fabricius fix auto-Jumbotron, try to set language=English to the page 247
View
Marc Laporte 246
View
Marc Laporte It is better explained on the Tiki24 page 245
View