Loading...
 
Skip to main content

History: Requirements

Preview of version: 110

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.


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 minim requirements:

  • 512 MB RAM
  • 100 MB free storage

MySQL

Tiki requires a MySQL 5 database.


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

Note on PHP Memory Limits: Some web hosts install PHP with a default memory_limit = 8m. Although Tiki may appear to install successfully, you will continually face issues with pages failing to load and system errors. Tiki requires a minimum of 32M.


To review your PHP Memory Limits, access http://www.yourdomain.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 = 32M ; 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.


More information

Library Notes
libxml Required
http://us2.php.net/manual/en/ref.xml.php
mbstring Useful when working with languages that require it
http://us2.php.net/manual/en/ref.mbstring.php
mbstring Required by zend_search_lucene for Admin panel seraching and managing preferences in perspectives
ctype Required for Tiki 1.10 (and higher)
The jQuery Sortable Tables feature must be activated for the sort feature to work.



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

PHP.INI Setting Description
memory_limit = 32M Specify the maximum memory for PHP scripts.
_file_uploads = On Required to allow uploads (files, images, etc.) to your Tiki
upload_max_filesize = XXM Specify the maxium upload filesize (in MB).
allow_url_fopen = On Allow 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 = 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/php4/php.ini
  • /etc/php/apache1-php4/php.ini (Gentoo)
  • /etc/php/cli-php4/php.ini (Gentoo)
  • /etc/php4/apache2 (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 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+
Manage and display maps as a GeoCMS (Geospastial Content Management System).Mapserver 4.6+
Rewrite Tiki's default URLsUse the Apache Clean URLs to create shorter, or custom, URLs.

Alias

History

Advanced
Information Version
Xavier de Pedro 133
View
Marc Laporte 132
View
Philippe Cloutier update php.ini locations list 131
View
Nelson Ko 130
View
Nelson Ko 129
View
Gregor (gta74) typo 128
View
Philippe Cloutier 127
View
Philippe Cloutier test alias issue 126
View
Philippe Cloutier test encoding issue 125
View
luciash d' being 🧙 124
View
sylvie 123
View
Marc Laporte Fancy Table Plugin modified by editor. 122
View
Marc Laporte 121
View
Marc Laporte 120
View
Marc Laporte 119
View
Marc Laporte 118
View
Marc Laporte 117
View
Marc Laporte Since MySQL vs MYSQLi is available in all versions of the installer, move this note to be more general and not specific to Tiki3 116
View
Marc Laporte cleanup, as per discussion on the devlist 115
View
Marc Laporte 5.1 for Tiki6LTS 114
View
Rick Sapir / Tiki for Smarties 113
View
Rick Sapir / Tiki for Smarties Fancy Table Plugin modified by editor. 112
View
Rick Sapir / Tiki for Smarties 111
View
Rick Sapir / Tiki for Smarties 110
View
Rick Sapir / Tiki for Smarties 109
View
Rick Sapir / Tiki for Smarties 108
View
Rick Sapir / Tiki for Smarties 107
View
Marc Laporte archaic comment 106
View
Marc Laporte cleaning up 105
View
Marc Laporte 104
View
Marc Laporte 103
View
Philippe Cloutier bump PHP requirement to 5.2 for Tiki 7 per decision in TikiFestNewYork6 102
View
Marc Laporte 101
View
Philippe Cloutier 100
View
Marc Laporte 99
View
Marc Laporte 98
View
Rick Sapir / Tiki for Smarties 97
View
Xavier de Pedro 96
View
Christophe 95
View
Christophe 94
View
Philippe Cloutier Tiki now requires MySQL 93
View
Marc Laporte 92
View
Marc Laporte 5 minutes to run a script? that is too much 91
View
Marc Laporte 1-Partially false. 2- Misleading and scaring people for nothing. 3-Fantastico handles upgrades 4-This is not the right place to put this type of info. 90
View
Marc Laporte 1-Partially false. 2- Misleading and scaring people for nothing. 3-Fantastico handles upgrades 4-This is not the right place to put this type of info. 89
View
Marc Laporte 88
View
Marc Laporte 87
View
Marc Laporte things always need review 86
View
Marc Laporte PDF generation has been remove a while back 85
View
Marc Laporte 84
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