Loading...
 
Skip to main content

History: Requirements

Preview of version: 206

See also Tiki's Lifecycle and Browser Compatibility.

Requirements and Setup

This page lists the minimum requirements and recommended settings to install Tiki.

If you are using a standard shared webhost, your webhost most likely meets these requirements and you should be able to install Tiki with no problems. Tiki is designed to run on shared hosting, using the LAMP stack.

These instructions are useful for people that are configuring their own server for Tiki.

 Tip
A Server Check script has been developed that will make everything easier! Just upload a single PHP file to your server before installing Tiki and you will get an advice on your server configuration.

Shared Host

Tiki will run in most shared webhost environments. Many hosts offer Tiki installation via a control panel application (such as Fantastico).

You should verify that your webhost meets the minimum requirements:


See Tiki Friendly Hosts for a list of working shared host environments.

Requirements

Webserver

You must have a fully operational webserver in order to install and use Tiki. Tiki should run on any webserver that supports PHP (such as Windows IIS or lighttpd), but is most widely tested and used with Apache. You may need to make minor modifications for non-Apache webservers.

To simply installation on Windows IIs, Tiki is included in the Windows Web App Gallery and can be installed with the Microsoft Web Platform Installer. See Microsoft Web Platform installer for details.

Your webserver should be configured with the following minimum requirements:

  • 512 MB RAM
  • 100 MB free storage

Database

MySQL
Tiki requires one of these RDBMS-s:
  • MariaDB. Tiki versions 15 to 19 support MariaDB 10.1 (once the database is in the version 15 format, i.e. upgrade scripts from earlier versions may not support running on MariaDB 10.1).
  • MySQL (version 5+). Tiki versions 12 to 15 support MySQL 5.5. Tiki 18 supports MySQL 5.7.


The database can be installed in the same physical location of the webserver (that is, as localhost) or Tiki can access a remote database.

PHP

Tiki Version Minimum PHP Version Maximum PHP version Notes
Tiki21 LTS in discussion Too soon to know
Tiki19 or Tiki20 7.1 7.1 (7.2 probably works for most configurations/features)
Tiki18 LTS 5.6 7.0 (7.2 probably works for most configurations/features)
Tiki16 or Tiki17 5.6 5.6 Tiki 17 will run 99% ok on PHP 7.1 - a couple of known issues are spreadsheet import/export and html mode diff view
Tiki15 LTS 5.5 5.6
Tiki13 or Tiki14 PHP 5.5 PHP 5.6 With a focus on the new Zend OPcache
Why 5.5 and not 5.4
Tiki10, Tiki11 or Tiki12 PHP 5.3 PHP 5.6 PHP 5.3 was released in June 2009 and PHP 5.2.x reached end of life in December 2010, which is nearly two years before Tiki10 will be released
The jQuery Sortable Tables feature must be activated for the sort feature to work.


The following versions are unsupported. Historical information below is just provided as a reference. Maximum PHP is unknown because these older versions are not actively tested against PHP versions that are released several years later.

Tiki Version Minimum PHP Version Notes
Tiki7, Tiki8 or Tiki9 LTS PHP 5.2 with the PDO extension If PDO is not available, you can revert to ADOdb. See ReleaseNotes40 for details.

If you can't get PHP 5.2 (released in November 2006!), you can keep on using Tiki6 LTS (end of support for Tiki6 LTS is when Tiki 10 13 is released)
Tiki5 or Tiki6 LTS PHP 5.1 with the PDO extension If PDO is not available, you can revert to ADOdb. See ReleaseNotes40 for details.

PHP 5.2 is preferred primarily to access features in Zend libraries and can be necessary for some of the newer features like WebDAV, however, globally, Tiki works with PHP 5.1

Tiki6 LTS End of life is November 2012 has been extended until May 2014 (when Tiki 13 is released).
Tiki4 PHP5 with the PDO extension If PDO is not available, you can revert to ADOdb. See ReleaseNotes40 for details.
Tiki3 LTS PHP5 This was a Long Term Support (LTS) version. End of life was May 2011, where you should upgrade to Tiki6 LTS
The jQuery Sortable Tables feature must be activated for the sort feature to work.


Interesting links about PHP lifecycle


For all versions, MySQLi extension is recommended but the Tiki installer will fall back to the older MySQL driver if MySQLi is unavailable.

Note on PHP Memory Limits:

The default memory_limit in a standard PHP 5.3 installation is 128M, and this should be fine for the vast majority of Tiki installations. Some web hosts install PHP with a lower default. Although Tiki may appear to install successfully, you will continually face issues with pages failing to load and system errors.

To review your PHP Memory Limits, access http://www.example.com/tiki-phpinfo.php and review the following values:

  • max_execution_time = 60 ; 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 = 128M ; Maximum amount of memory a script may consume


For some shared webhosts, these values may not be user-configurable and you may need to request changes from your webhost, whereas in other hosts you are allowed to fine tune these settings for your needs. You can try uncommenting the corresponding lines in the .htaccess file at your tiki root folder on the server, like:

Copy to clipboard
# increase memory php_value memory_limit 128M # increase execution time... php_value max_execution_time 90

More information

Required PHP Functions

Some webhosts tend to disable some functions which are required for Tiki to run flawlessly.

Function Notes
eval() Required by Smarty templating engine.
Causes "Please contact support about" messages appearing instead of Modules when eval() is disabled in php.ini.
The jQuery Sortable Tables feature must be activated for the sort feature to work.

Additional Libraries

Library Notes
libxml Required
http://us2.php.net/manual/en/ref.xml.php
DOM extension Required starting from version 19
mbstring Required by zend_search_lucene for Admin panel searching and managing preferences in perspectives.
Useful when working with languages that require it
http://us2.php.net/manual/en/ref.mbstring.php. mbstring needs to be compiled with --enable-mbregex or otherwise you will be missing functions like mb_split() which are needed for example by Smarty.
Since Tiki 17, the mbstring PHP extension should no longer be needed in any case, since Tiki depends on the symfony/polyfill-mbstring compatibility library (via symfony-console).
ctype Required
calendar Required for Tiki 6 and higher
iconv Required by certain Zend Framework validation and parsing classes
The jQuery Sortable Tables feature must be activated for the sort feature to work.

php.ini Configuration

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

PHP.INI Setting Description
memory_limit = 128M Specify the maximum memory for PHP scripts.
_file_uploads = On Required to allow uploads (files, images, etc.) to your Tiki
upload_max_filesize = XXM
post_max_size
Specify the maximum upload filesize (in MB).
allow_url_fopen = On Allow trackback pings in your Tiki blogs. Deprecated since about Tiki4. No trackback feature available.
session.save_path = /tmp The directory where PHP stores session information (for the default handler (files)). 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 = Off Turn off PHP's Magic Quotes function.
default_charset = "utf-8" Specify the default character encoding.
mbstring.func_overload = 0 Tiki will not work properly with mbstring.func_overload = 7.
The jQuery Sortable Tables feature must be activated for the sort feature to work.


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/php5/apache2/php.ini (Debian)
  • \windows\system\php.ini (Windows)


Notes:

  1. If safemode is on you may need safe_mode_allowed_env_vars = TZ in php.ini.
  2. To run PHP5 on 1and1.com add the following lines to your _htaccess file (Tiki 3):
    AddType x-mapp-php5 .php
    AddHandler x-mapp-php5 .php
    uncomment line 29 and 30 then rename in .htaccess

Optional Software or Libraries

Some Tiki features require the following additional software or libraries:

FeatureAdditional Requirements
The ZipArchive class for php must be installed for some features such as XML Wiki Import-Export and PluginArchiveBuilder
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+
Manage and display maps as a GeoCMS (Geospatial Content Management System).Mapserver 4.6+
Rewrite Tiki's default URLsUse the Apache Clean URLs to create shorter, or custom, URLs.
Elasticsearch See Elasticsearch page (requirements section)

History

Advanced
Information Version
Marc Laporte No requirement change between 22 and 23 233
View
Marc Laporte 232
View
Marc Laporte This will reduce pain 231
View
Marc Laporte 230
View
rjsmelo 229
View
Bernard Sfez / Tiki Specialist Updating infos for PHP and Tiki 22. Adding missing rows for MySQL. MySQL under 5.7 throw an error with Tiki 21. 228
View
luciash d' being 🧙 added nginx 227
View
luciash d' being 🧙 226
View
luciash d' being 🧙 225
View
luciash d' being 🧙 known issue note 224
View
Marc Laporte Supported means it generally works and we'll fix any bugs, which we will 223
View
drsassafras minor formatting 222
View
drsassafras fixing error again (hopefully) 221
View
drsassafras added MySQL exact version numbers 220
View
drsassafras 219
View
drsassafras 218
View
drsassafras Cleaned up tiki required extensions 217
View
drsassafras Removing outdated info. Can still access via history 216
View
drsassafras Table consistency 215
View
fatiki added php.ini location for Linux systems as of php v. 7 214
View
Yves Kipondo 213
View
drsassafras updated tiki 21 to php version 7.2 212
View
Philippe Cloutier oops, move my latest addition where it belongs 211
View
Philippe Cloutier Session storage location: better document 210
View
Philippe Cloutier PHP: document incompatibility between PHP 7.2 and Tiki 18 209
View
Marc Laporte 208
View
Marc Laporte 207
View
Marc Laporte AutoTOC 206
View
Marc Laporte Tiki 20 is in Beta and it didn't change 205
View
Philippe Cloutier Tiki 19 works with MariaDB 10.1 on my PC. 204
View
Philippe Cloutier There is no version of Maria DB inferior to 5 203
View
Philippe Cloutier no wonder why I couldn't align the img right... avoid having the image left so the list's indentation is stable. and actually have a list 202
View
Philippe Cloutier img Plugin modified by editor. 201
View
Philippe Cloutier img Plugin modified by editor. 200
View
Philippe Cloutier img Plugin modified by editor. 199
View
Bernard Sfez / Tiki Specialist Removing duplicate Alias (I never edited this page before unlike the lastmod pretend) 198
View
Bernard Sfez / Tiki Specialist Tiki19 is now released 197
View
luciash d' being 🧙 remarksbox Plugin modified by editor. 196
View
luciash d' being 🧙 195
View
Philippe Cloutier Database: add details 194
View
Philippe Cloutier announce Tiki 19 minimum 193
View
Philippe Cloutier Additional Libraries: add PHP DOM extension (discussed on https://sourceforge.net/p/tikiwiki/mailman/message/36367408/ ) 192
View
Philippe Cloutier Database: qualify level of support for MariaDB (considering issue #6544) 191
View
Philippe Cloutier mbstring: Mention symfony/polyfill-mbstring 190
View
Philippe Cloutier PHP: bump max supported version to 7.0 for Tiki 18 189
View
Philippe Cloutier Comment "session.save_handler = files", added in version 3 without explanation. This can have value "user" in Tiki 15. 188
View
Philippe Cloutier PHP: detail Tiki trunk maximum version (InterTiki still fails with PHP 7) 187
View
Jonny Bradley note about 17.x on php71 186
View
Marc Laporte As per https://doc.tiki.org/Tiki16#What_s_New 185
View
Marc Laporte Thanks Jonny! 184
View

doc.tiki.org

Get Started

Admin Guide User Guide

Keywords

Keywords serve as "hubs" for navigation within the Tiki documentation. They correspond to development keywords (bug reports and feature requests):

Accessibility (WAI and 508)
Accounting
Articles and Submissions
Backlinks
Banners
Batch
BigBlueButton audio/video/chat/screensharing
Blog
Bookmark
Browser Compatibility
Link Cache
Calendar
Category
Chat
Clean URLs
Comments
Communication Center
Compression (gzip)
Contacts (Address Book)
Contact us
Content Templates
Contribution
Cookie
Copyright
Credit
Custom Home and Group Home Page
Date and Time
Debugger Console
Directory of hyperlinks
Documentation link from Tiki to doc.tiki.org (Help System)
Docs
Draw
Dynamic Content
Dynamic Variable
External Authentication
FAQ
Featured links
File Gallery
Forum
Friendship Network (Community)
Gmap Google maps
Groups
Hotword
HTML Page
i18n (Multilingual, l10n)
Image Gallery
Import-Export
Install
Integrator
Interoperability
Inter-User Messages
InterTiki
Kaltura video management
Karma
Live Support
Login
Logs (system & action)
Look and Feel
Mail-in
Map with Mapserver
Menu
Meta Elements
Mobile Tiki and Voice Tiki
Module
MultiTiki
MyTiki
Newsletter
Notepad
Payment
Performance Speed / Load
Permissions
Platform independence (Linux-Apache, Windows/IIS, Mac, BSD)
Polls
Profiles
Profile Manager
Report
Toolbar
Quiz
Rating
Feeds
Score
Search engine optimization
Search
Search and Replace
Security
Semantic links
Shadowbox
Shadow Layers
Share
Shopping cart
Shoutbox
Slideshow
Smiley
Social Networks
Spam protection (Anti-bot CATPCHA)
Spellcheck
Spreadsheet
Stats
Surveys
Tags
Task
Tell a Friend, alert + Social Bookmarking
TikiTests
Theme CSS & Smarty
Tiki Manager
Trackers
Transitions
User Administration including registration and banning
User Files
User Menu
Watch
WebDAV
Webmail
Web Services
Wiki History, page rename, etc
Wiki Syntax
Wiki structure (book and table of content)
Workspace
WSOD
WYSIWYCA
WYSIWYG
XMLRPC

Tiki Newsletter

Delivered fresh to your email inbox!
Newsletter subscribe icon
Don't miss major announcements and other news!
Contribute to Tiki