The following software is required in order to run Theia:
The following environment parameters / settings are also required to run Theia:
· PHP Safe mode: OFF*
· PHP register_globals: OFF
· PHP magic_quotes_gpc: OFF
· PHP magic_quotes_runtime: OFF
* Safe mode should be off in PHP because there are several uses of the exec() command (checking and logging server uptime, getting the server's CPU temperature & managing cronjobs through Theia's interface). Because these instances are few, and not integral in the main core of the site, you could probably get away with safe mode on, and simply resort to using the command line to add cronjobs (and live without uptime logging and CPU temperature information).
Friendly URLs
In order to use the friendly URL feature, you must also have mod_rewite compiled and working with the Apache web server.
Cron
Though cron is supported extensively within Theia, it is no longer required. Here's how you can disable its usage.






