Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Next »

This page is still incomplete. Please help us to write a comprehensive CONTENIDO documentation.

Um den vollen Funktionsumfang von CONTENIDO nutzen zu können müssen die folgenden Vorraussetzungen erfüllt sein:

PHP version

VersionDescription
< 5.2.3Nicht funktionsfähig!
5.2.3 up to 5.4voll funktionsfähig!
> 5.4

Vermutlich funktionsfähig.

PHP 5.5 nicht vollständig getestet.

PHP-Einstellungen

SettingValueDescription

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_runtimeOffCONTENIDO 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

Bei langsamen Webservern oder zeitaufwändigen Operationen kann es bei einer zu geringen max_execution_time zu Problemen kommen.

Wir Empfehlen die Konfiguration der Ausführungszeit auf 120 Sekungen bei langsamen Webservern, 60 Sekunden normalen Webservern und 30 Sekunden bei sehr schnellen webservern.

memory_limit>=32MB

CONTENIDO benötigt mindestens 32MB Speicher. Empfohlen wird diese Einstellung vollständig zu deaktivieren damit auch bei großen Projekten keine Probleme auftreten.

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_modeOff

Das Aktivieren der sql.saf_mode kann Probleme mit SQL-Abfragen verursachen. Daher wird empfohlen diese zu deaktivieren.

PHP extensions

ExtensionDescription
gd

Einige Module von Drittanbietern basieren auf GD funktionalitäten. Ohne die GD Erweiterungen kann es z.B. zu Problemen in Gallerie Modulen kommen.

pcre

CONTENIDO verwendet PCRE Funktionen wie preg_replace oder preg_match verwendet und ist ohne diese nicht funktionsfähig. 

xml

CONTENIDO ist ohne die XML Erweiterung nicht funktionsfähig.

PHP classes

ClassExtensionDescription
ZipArchivezip

Diese Klasse wird für das exportieren von Modulen eingesetzt. CONTENIDO ist auch ohne diese Klasse lauffähig.

DOMDocumentxml

Diese Klasse wird von mehreren Klassen zum Bearbeiten von XML Dateien benörigt. Ohne diese Klasse ist CONTENIDO nicht funktionsfähig.

PHP Funktionen

CONTENIDO benötigt einige Funktionen die möglicherweise deaktiviert sind.

FunctionExtensionDescription
escapeshellarg 

Diese Funktionen werden benötigt um zu testen ob das CLI-Programm convert zur Verfügung steht. Dieses ist ein Teil von ImageMagick.

exec 
iconviconv

Ohne die iconv Funktion ist CONTENIDO nicht lauffähig. PHP wurde wahrscheinlich mit dem --without-iconv parameter kompiliert.

imagecreate

gd

Wird zur Skalierung von Grafiken benötigt wenn ImageMagick nicht verwendet wird.

imagecreatefromgifgdWhen GD lib is activated, it can support various image types. In order to resize or scale certain images, the image support (and therefore the corresponding function) must be available. If this functions are not avaiable, ImageMagick can be used. If GD and ImageMagick is not installed, this could cause some problems with modules.
imagegifgd
imagecreatefromjpeggd
imagejpeggd
imagecreatefrompnggd
imagepnggd
xml_parser_createxml

CONTENIDO ist ohne diese Einstellung nicht funktionsfähig.

Other programs

ProgramDescription
MySQL

CONTENIDO verwendet das Datenbanksystem MySQL. Um einen reibungslosen Betrieb zu gewährleisten darf diese nicht  im 'strict' - Modus ausgeführt werden.

ImageMagick

ImageMagick wird nur benötigt wenn die GD lib Erweiterung nicht verfügbar ist.

Dateisystem

CONTENIDO benötigt zum Schreiben für einige Dateien Schreibrechte.

Die folgenden System Ordner benötigen Schreibrechte:

  • ROOT/data/logs/errorlog.txt
  • ROOT/data/logs/setuplog.txt
  • ROOT/data/cronlog/pseudo-cron.log
  • ROOT/data/cronlog/session_cleanup.php.job
  • ROOT/data/cronlog/send_reminder.php.job
  • ROOT/data/cronlog/optimize_database.php.job
  • ROOT/data/cronlog/move_old_stats.php.job
  • ROOT/data/cronlog/move_articles.php.job
  • ROOT/data/cronlog/linkchecker.php.job
  • ROOT/data/cronlog/run_newsletter_job.php.job
  • ROOT/data/cronlog/setfrontenduserstate.php.job
  • ROOT/data/cronlog/advance_workflow.php.job
  • ROOT/data/cache
  • ROOT/data/temp
  • ROOT/data/config/config.php

Die folgenden Mandanten Ordner benötigen Schreibrechte:

  • ROOT/cms/cache
  • ROOT/cms/cache/code
  • ROOT/cms/css
  • ROOT/cms/data
  • ROOT/cms/data/layouts
  • ROOT/cms/data/logs
  • ROOT/cms/data/modules
  • ROOT/cms/data/version
  • ROOT/cms/data/version/css
  • ROOT/cms/data/version/js
  • ROOT/cms/data/version/layout
  • ROOT/cms/data/version/module
  • ROOT/cms/data/version/templates
  • ROOT/cms/js
  • ROOT/cms/templates
  • ROOT/cms/upload
  • No labels