Navigation
eZ Documentation Center
 

This is the documentation for eZ Publish Platform 5.1. It is scheduled to be moved into the 5.x documentation, so please go there for most up-to-date documentation.

Versions Compared

Key

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

...

If all the requirements are met but you still have problems, it is recommended to check any errors present in the log files.

The default error log is <eZ_Publish_root_folder>/ezpublish_legacy/var/log/error.log in the eZ Publish installation directory.

...

For even more information, the debug output can be enabled during the installation process.

  1. Go to the "<eZ_Publish_root_folder>/ezpublish_legacy/ettings/override" directory of your eZ Publish installation.
  2. Create a new file called "site.ini.append.php" and put the following lines to it (without whitespace at either beginning or end of lines):

    No Format
    [DebugSettings]
    DebugOutput=enabled

...

Note that the "CheckValidity" setting located in the "[SiteAccessSettings]" section of the same file controls if the setup wizard should automatically start the first time the site is accessed/browsed. If you want to restart the wizard after its successful finishing, you can specify "CheckValidity=true" in the "<eZ_Publish_root_folder>/ezpublish_legacy/settings/override/site.ini.append.php" file so that the setup wizard will be initiated when trying to access the site.