Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ExtensionDescription
gdSome third-party modules rely on the GD functionality. If you don't enable the GD extension, you will encounter problems with modules like galleries.
pcreCONTENIDO uses PCRE-functions like preg_repace replace and preg_match and won't work without the PCRE extension.
xmlCONTENIDO won't work without the XML extension.

...

ClassExtensionDescription
ZipArchivezipThis class is used for module export. If it is missing, CONTENIDO still is able to run.
DOMDocumentxmlVarious classes regarding to XML files uses use this class. CONTENIDO won't work without it.

...

FunctionExtensionDescription
escapeshellarg These functions are required to test if the CLI program convert, which is part of ImagMagick, is available.
exec 
iconviconvCONTENIDO won't work without the iconv function. PHP has probably been compiled with the --without-iconv parameter.

imagecreate

gdThis function is required to resize images when the ImageMagick program is not used.
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 these functions are not avaiable, ImageMagick can be used. If GD and ImageMagick is not installed, this could cause some problems with modulesIt could lead to problems, if neither GD nor ImageMagick are installed.
imagegifgd
imagecreatefromjpeggd
imagejpeggd
imagecreatefrompnggd
imagepnggd
xml_parser_createxmlCONTENIDO won't work without it. Either the XML extension is not loaded or this function is disabled.

...

  • ROOT/data/logs/errorlog.txt
  • ROOT/data/logs/setuplog.txt
  • ROOT/data/logs/deprecatedlog.txt
  • ROOT/data/logs/exception.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
Info

It might be the best to enable write permissions for the whole data/ folder.

 

These client folders need write permissions:

...