On Fri, 04 Jul 2014, [email protected] wrote: > 500 Internal Server Error
In this case you will find the error logged in detail in invenio error log file: /opt/invenio/var/log/invenio.err > In case of doubt, please contact [email protected]." It seems you are using default configuration variables. You may want to customise your configuration to use your own email address as the administrator of the system. Here is a minimal example of what you would be typically configuring on your system: $ cat /opt/invenio/etc/invenio-local.conf [Invenio] CFG_SITE_NAME = John Doe's Document Server CFG_SITE_NAME_INTL_fr = Serveur des Documents de John Doe CFG_SITE_URL = http://your.site.com CFG_SITE_SECURE_URL = https://your.site.com CFG_SITE_ADMIN_EMAIL = [email protected] CFG_SITE_SUPPORT_EMAIL = [email protected] CFG_WEBALERT_ALERT_ENGINE_EMAIL = [email protected] CFG_WEBCOMMENT_ALERT_ENGINE_EMAIL = [email protected] CFG_WEBCOMMENT_DEFAULT_MODERATOR = [email protected] Please see the beginning of `invenio.conf` for more details: https://github.com/inveniosoftware/invenio/blob/master/config/invenio.conf#L18 Best regards -- Tibor Simko

