Pre-installation check for Elxis 2009.3 [ Aphrodite ]
If any of these items are highlighted in red, then please take actions
to correct them. Failure to do so could lead to your Elxis installation not functioning correctly.
|
PHP version >= 5.0.0 |
Yes ( 5.4.45 )
|
zlib compression support |
Available |
xml support |
Available |
configuration.php |
Writable |
Session save path |
/ opt/ alt/ php54/ var/ lib/ php/ session (Writable) |
|
Supported databases
List of supported databases by your system. Note that maybe some
other may also be available (like SQLite).
Supported databases:
MySQL,
PostgreSQL,
Microsoft SQL,
ODBC,
Oracle,
FireBird,
Frontbase,
Informix,
DBX,
Sesam,
Z39.50,
InterBase
Recommended settings
These settings are recommended for PHP in order to ensure full compatibility with Elxis. However, Elxis will still operate if your settings do not quite match the recommended
|
Directive |
Recommended |
Actual |
Safe Mode: |
Off |
Off |
Display Errors: |
Off |
Off |
File Uploads: |
On |
On |
Magic Quotes GPC: |
Off |
Off |
Magic Quotes Runtime: |
Off |
Off |
Register Globals: |
Off |
Off |
Output Buffering: |
Off |
Off |
Session auto start: |
Off |
Off |
Allow URL fopen: |
Off |
On |
Short Open tag: |
Off |
On |
|
For your site's security we also recommend you to disable these PHP functions in php.ini (if you don't use them):
system, exec, passthru, shell_exec, suexec, dbmopen, popen, proc_open,
disk_free_space, diskfreespace, set_time_limit, leak
Directory and File Permissions
In order for Elxis to function properly it needs folders cache
and tmpr to be writable. If they are not writeable please make them writeable.
|
cache/ |
Writable |
tmpr/ |
Writable |
|
Depending on the situation Elxis might need to write to other folders too. For instance during a module
installation Elxis will need to upload files on folder "modules". If you see "Unwriteable" you can change the permissions
on directory to allow Elxis to be able write to it or, for maximum security, you may leave it unwriteable and make it
writeable just before you are going to use it.
Note
If you enable FTP later, Elxis will be functional even if some of these folders are read-only.
|
administrator/backups/ |
Writable |
administrator/components/ |
Writable |
administrator/modules/ |
Writable |
administrator/templates/admin/ |
Writable |
administrator/templates/login/ |
Writable |
administrator/language/ |
Writable |
components/ |
Writable |
images/ |
Writable |
images/banners/ |
Writable |
images/stories/ |
Writable |
language/ |
Writable |
mambots/ |
Writable |
mambots/content/ |
Writable |
mambots/search/ |
Writable |
media/ |
Writable |
modules/ |
Writable |
templates/ |
Writable |
|
Other Recommendations