Loading...
 
Skip to main content

History: Requirements

Preview of version: 57

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: some 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. ^

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
ctype must be enabled for tw >=1.10
native PHP DOM XML OR Active-Link DOM XML extension installedfor pdf generation tw>=1.10
GD PHP Image Extension, version 2.0.28 or newerfor pdf generation tw >=1.10
Zlib, Ghostscript, pdflib highly recommanded for pdf generation tw>=1.10
iconv, ImageMagick recommended for pdf generation tw>=1.10
.... list to be completed


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


PHP.INI setting

Description
memory_limit = 32MSpecify the maximum memory for PHP scripts.
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 = 60Specify 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.


Notes if safemode is on
You can need
safe_mode_allowed_env_vars = TZ in php.ini

Note: you may also need the php-devel package being installed (and restarted apache) to get past the "blank screen issue" of tiki-install.php. (See forum article about that). Prior to it please check, that you have enabled the proper database in your php.ini.

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. 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.

Fantastico (and other ISP panels) and Tikiwiki


If your web host uses Fantastico or another web hosting control panel, you'll need to verify that their script will install the current version of Tikiwiki, with all the proper security updates.
Using Fantastico for upgrades is not recommended as it will not preserve any theme changes, image galleries, etc. that have been made.

History

Advanced
Information Version
Marc Laporte 83
View
sylvie 82
View
Marc Laporte 81
View
Marc Laporte always PHP5 80
View
Marc Laporte 79
View
Marc Laporte 78
View
Marc Laporte will put on its page (why scare people with requirement they don't need?) 77
View
Marc Laporte irrelevant nowadays 76
View
Marc Laporte 75
View
Marc Laporte 74
View
Chealer 73
View
Chealer 72
View
Chealer 71
View
Rodrigo Sampaio Primo clean up 70
View
amette 69
View
trois14 68
View
Xavier de Pedro 67
View
Marc Laporte 66
View
Marc Laporte 65
View
Marc Laporte 64
View
Marc Laporte 63
View
Marc Laporte more warings about non Apache 62
View
sylvie 61
View
Marc Laporte update from info on mailing list today 60
View
mlpvolt in reality Tiki is becoming a MySQL thing. 59
View
mlpvolt 58
View
mlpvolt 57
View
Marc Laporte It's pretty rare that shared hosting is at 8 Megs 56
View
sitko 55
View
patric.wust 54
View
sylvie 53
View
Mike Typo fixed. 52
View
sylvie 51
View
sylvie 50
View
WisTex 49
View
WisTex 48
View
dthacker Clarify discussion of Fantastico, moved menu around, cleanup 47
View
sylvie 46
View
mlpvolt 45
View
luciash d' being 🧙 some little corrections 44
View
Carsten Schmitz 43
View
dthacker 42
View
dthacker 41
View
Rick Sapir / Tiki for Smarties added note re: mysql5 40
View
Marc Laporte typo 39
View
Marc Laporte Tiki is not that big :-) 38
View
Rick Sapir / Tiki for Smarties editorial changes, moved data into tables for cleanup 37
View
number7 36
View
dthacker 35
View
amette added comment about url_fopen being potentially dangerous 34
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