Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
not complete yet.
Info
title

This page is

This page is not complete and contains not all final informationstill incomplete. Please help us to write a comprehensive CONTENIDO documentation.

In order to use CONTENIDO with full functionality and without problems, there are several requirements that your system must fulfill.

PHP version

...

VersionDescription
< 5.2.3Won't work.
5.2.3 up to 5.4Works fine!
> 5.4

Probably works fine.

Note
PHP 5.5 is not yet fully tested.

PHP settings

SettingValueDescription

file_uploads

"1"Your PHP version is not configured for file uploads. You can't upload files using CONTENIDO's file manager unless you configure PHP for file uploads. See http://www.php.net/manual/en/ini.core.php#ini.file-uploads for more information.
magic_quotes_runtimeOffThe PHP setting 'magic_quotes_runtime' is turned on. CONTENIDO has been developed to comply with magic_quotes_runtime=Off as this is the PHP default setting. You have to change this directive to make CONTENIDO work.
magic_quotes_sybaseOffThe PHP Setting 'magic_quotes_sybase' is turned on. CONTENIDO has been developed to comply with magic_quotes_sybase=Off as this is the PHP default setting. You have to change this directive to make CONTENIDO work.
max_execution_time>=30PHP is configured for a maximum execution time of less than 30 seconds. This could cause problems with slow web servers and/or long operations in the backend. Our recommended execution time is 120 seconds on slow web servers, 60 seconds for medium ones and 30 seconds for fast web servers.
memory_limit>=32MBThe memory_limit directive is set to 32 MB or lower. This might be not enough for CONTENIDO to operate correctly. We recommend to disable this setting completely, as this can cause problems with large CONTENIDO projects.
open_basedir 

open_basedir directive doesn't enforce any restrictions

The directive open_basedir is set to '.' (e.g. current directory). This means that CONTENIDO is unable to access files in a logical upper level in the filesystem. This will cause problems managing the CONTENIDO frontends. Either add the full path of this CONTENIDO installation to the open_basedir directive, or turn it off completely.

...

Setup believes that the PHP directive open_basedir is configured sufficient, however, if you encounter errors like 'open_basedir restriction in effect. File <filename> is not within the allowed path(s): <path>', you have to adjust the open_basedir directive

...

Setup has checked your PHP open_basedir directive and reckons that it is not sufficient. Please change the directive to include the CONTENIDO installation or turn it off completely.

memory_limit

The memory_limit directive is set to 32 MB or lower. This might be not enough for CONTENIDO to operate correctly. We recommend to disable this setting completely, as this can cause problems with large CONTENIDO projects."), i18n("Memory limit is either high enough or deactivated

sql.safe_modeOffThe PHP directive sql.safe_mode is turned on. This causes problems with the SQL queries issued by CONTENIDO. Please turn that directive off.

PHP extensions

ExtensionDescription
gdThe PHP GD-Extension is not loaded. Some third-party modules rely on the GD functionality. If you don't enable the GD extension, you will encounter problems with modules like galleries.
pcreThe PHP PCRE Extension is not loaded. CONTENIDO uses PCRE-functions like preg_repace and preg_match and won't work without the PCRE Extension.
xmlThe PHP XML Extension is not loaded. CONTENIDO won't work without the XML Extension.

...

PHP classes

ClassDescription
ZipArchiveThis could cause some problems, but CONTENIDO is able to run without it. You should check your PHP installation.
DOMDocumentThe class DOMDocument could not be found. Please check your PHP installation and enable the XML extension if necessary. CONTENIDO won't work without it.

...

PHP functions

FunctionDescription
iconvPHP has been compiled with the --without-iconv directive. CONTENIDO won't work without the iconv functions.

imagecreate

GD extension is available and usable to handle images
escapeshellarg, execto test if convert of ImagMagick is available
imagecreatefromgifYour GD version doesn't support reading GIF files. This might cause problems with some modules.
imagegifYour GD version doesn't support writing GIF files. This might cause problems with some modules.
imagecreatefromjpegYour GD version doesn't support reading JPEG files. This might cause problems with some modules.
imagejpegYour GD version doesn't support writing JPEG files. This might cause problems with some modules.
imagecreatefrompngYour GD version doesn't support reading PNG files. This might cause problems with some modules.
imagepngYour GD version doesn't support writing PNG files. This might cause problems with some modules.
xml_parser_createThe function xml_parser_create could not be found. Please check your PHP installation and enable the XML extension if necessary. CONTENIDO won't work without it.

Other programs

ProgramDescription
MySQLMySQL is running in strict mode, CONTENIDO will not work with this mode. Please change your sql_mode!
ImageMagick

ImageMagick extension is available and usable to handle images

Filesystem

CONTENIDO doesn't have the necessary permissions to write all the files it needs. Please check your filesystem permissions.

...