Info |
---|
This page is still 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.Um den vollen Funktionsumfang von CONTENIDO nutzen zu können müssen die folgenden Vorraussetzungen erfüllt sein:
PHP version
Version | Description | ||
---|---|---|---|
< 5.2.3Won't work. | Nicht funktionsfähig! | ||
5.2.3 up to 5.4 | Works finevoll funktionsfähig! | ||
> 5.4 | Probably works fineVermutlich funktionsfähig.
|
PHP
...
-Einstellungen
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 and magic_quotes_sybase=Off as these are the PHP default settings. |
magic_quotes_sybase | ||
max_execution_time | >=30 | Configuring PHP for a maximum execution time of less than 30 seconds 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 | 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 | Enabling sql.safe_mode may cause problems with the SQL queries issued by CONTENIDO, so better turn it off. |
...
Program | Description |
---|---|
MySQL | MySQL is the database system of CONTENIDO. Also it must not run in strict mode as this can cause some problems. |
ImageMagick | ImageMagick is only needed if the GD lib extension is not available. |
Filesystem
CONTENIDO requires to have write permissions in order to write some files.
...
Dateisystem
CONTENIDO benötigt zum Schreiben für einige Dateien Schreibrechte.
Die folgenden System Ordner benötigen Schreibrechte:
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 permissionsDie folgenden Mandanten Ordner benötigen Schreibrechte:
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