Eventum:Prerequisites

Eventum Menu: Home - Documentation - FAQ - Help

Contents

[edit] System Requirements

You need:

 -Eventum 2.0.1 may give an SQL syntax error for using 'DEFAULT CHARSET=utf8' with MySQL 4.0.18, The installation worked fine for me on a machine running MySQL 5.0.21

[edit] Checking PHP Requirements

If a requirement is missing from your PHP installation, Eventum will output information about those missing modules. You can also check using one of the following methods:

[edit] Via the Command Line

Type this command as any user:

php -m | egrep -i '(gd|imap|mysql|pcre|session)'

NOTE: If your system has multiple PHP installations, be sure to use the complete path to the same php binary that is used by your web server.

[edit] Via the Web

To see if your webserver handles PHP scripts and meets the requirements from above, just place a file with the extension '.php' somewhere in your webspace and put the following content into it:

<?php
phpinfo();
?>

Open that file in your browser. If PHP is installed on your webserver you will see information about configuration and extensions installed together with PHP.

Retrieved from "http://forge.mysql.com/wiki/Eventum:Prerequisites"

This page has been accessed 13,986 times. This page was last modified 12:19, 23 June 2009.

Find

Browse
MySQLForge
Main Page
Current events
Recent changes
Random page
Help
Edit
Edit this page
Editing help
This page
Discuss this page
Post a comment
Printable version
Context
Page history
What links here
Related changes
My pages
Special pages
New pages
File list
Statistics
Bug reports
More...