Added custom error pages, that assists users with common problems.

This commit is contained in:
Jan Böhmer 2020-05-30 20:48:08 +02:00
parent f36c618da9
commit a0f5177533
7 changed files with 202 additions and 0 deletions

View file

@ -33,6 +33,12 @@ parameters:
partdb.attachments.dir.media: 'public/media/' # The folder where uploaded attachment files are saved (must be in public folder)
partdb.attachments.dir.secure: 'uploads/' # The folder where secured attachment files are saved (must not be in public/)
######################################################################################################################
# Error pages
######################################################################################################################
partdb.error_pages.admin_email: '' # You can set an email address here, which is shown on an error page, how to contact an administrator
partdb.error_pages.show_help: false # If this is set to true, solutions to common problems are shown on error pages. Disable this, if you do not want your users to see them...
######################################################################################################################
# Miscellaneous
######################################################################################################################