...
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
in the eZ Publish installation directory.<eZ_Publish_root_folder>/ezpublish_legacy
/var/log/error.log
...
For even more information, the debug output can be enabled during the installation process.
- Go to the "
" directory of your eZ Publish installation.<eZ_Publish_root_folder>/ezpublish_legacy/
ettings/override 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 "
" file so that the setup wizard will be initiated when trying to access the site.<eZ_Publish_root_folder>/ezpublish_legacy/
settings/override/site.ini.append.php