...
Setting | Value | Description | |||
---|---|---|---|---|---|
file_uploads | "1" | 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_runtime | Off | 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.and magic_quotes_sybase | Off | The PHP Setting 'magic_quotes_sybase' is turned on. CONTENIDO has been developed to comply with=Off as these are the PHP default settings. |
magic_quotes_sybase=Off as this is the PHP default setting. You have to change this directive to make CONTENIDO work. | |||||
max_execution_time | >=30 | PHP is configured Configuring PHP 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 | >=32MB | The memory_limit directive is set to 32 MB or lower. This might be not enough for CONTENIDO CONTENIDO requires at least 32 MB memory 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. | ||||
sql.safe_mode | Off | The PHP directive Enabling sql.safe_mode is turned on. This causes may cause problems with the SQL queries issued by CONTENIDO. Please turn that directive , so better turn it off. |
PHP extensions
Extension | Description |
---|---|
gd | The 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. |
pcre | The PHP PCRE Extension is not loaded. CONTENIDO uses PCRE-functions like preg_repace and preg_match and won't work without the PCRE Extensionextension. |
xml | The PHP XML Extension is not loaded. CONTENIDO won't work without the XML Extensionextension. |
PHP classes
Class | Extension | Description |
---|---|---|
ZipArchive | This 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. | xml | Please check your PHP installation and enable the XML extension if necessary. CONTENIDO won't work without it. |
...
CONTENIDO requires a set of functions that are essential but somtimes disabled either by using certain flags, when compiling the PHP iinterpreter, or by disabling function functions in the PHP configuration file php.ini
via the disable_functions
directive.
Function | Extension | Description |
---|---|---|
escapeshellarg | These functions are required to test if the CLI program 'convert ', which is part of ImagMagick, is available. | |
exec | ||
iconv | CONTENIDO won't work without the iconv function. PHP has probably been compiled with the --without-iconv directive. CONTENIDO won't work without the iconv functions. parameter. | |
imagecreate | gd | GD extension is available and usable to handle imagesThis function is required to resize images when the ImageMagick program is not used. |
imagecreatefromgif | gd | Your GD version doesn't support reading/writing GIF/JPEG/PNG files. This might cause problems with some modules. |
imagegif | gd | |
imagecreatefromjpeg | gd | |
imagejpeg | gd | |
imagecreatefrompng | gd | |
imagepng | gd | |
xml_parser_create | xml | The 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. Either the XML extension is not loaded or this function is disabled. |
Other programs
Program | Description |
---|---|
MySQL | MySQL 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. requires to have write permissions in order to write some files.
These system folders and files need write permissions:
ROOT
/data/logs/errorlog.txtROOT
/data/logs/setuplog.txtROOT
/data/cronlog/pseudo-cron.logROOT
/data/cronlog/session_cleanup.php.jobROOT
/data/cronlog/send_reminder.php.jobROOT
/data/cronlog/optimize_database.php.jobROOT
/data/cronlog/move_old_stats.php.jobROOT
/data/cronlog/move_articles.php.jobROOT
/data/cronlog/linkchecker.php.jobROOT
/data/cronlog/run_newsletter_job.php.jobROOT
/data/cronlog/setfrontenduserstate.php.jobROOT
/data/cronlog/advance_workflow.php.jobROOT
/data/cacheROOT
/data/tempROOT
/data/config/config.php
These client folders need write permissions:
ROOT
/cms/cacheROOT
/cms/cache/codeROOT
/cms/cssROOT
/cms/dataROOT
/cms/data/layoutsROOT
/cms/data/logsROOT
/cms/data/modulesROOT
/cms/data/versionROOT
/cms/data/version/cssROOT
/cms/data/version/jsROOT
/cms/data/version/layoutROOT
/cms/data/version/moduleROOT
/cms/data/version/templatesROOT
/cms/jsROOT
/cms/templatesROOT
/cms/upload