Fresh install 500 Error

Infos:

  • Used Zammad version: latest
  • Used Zammad installation source: (source, package, …)
  • Operating system: Centos 7
  • Browser + version: All versions

Expected behavior:

Fresh install login to setup
*

Actual behavior:

  • Get an error page 500 something went wrong

We’re sorry, but something went wrong.

<% else %>

<%= @exception.message %>

<% if @exception.backtrace %>

<% @exception.backtrace.each {|row| %>
  <%= row %>
<% } %>

<% end %> <% end %>

New to this so dont know where to look for the error any advice would be welcome.

Steps to reproduce the behavior:

Did you receive any error message by any chance? ^^
Have a look in your production log and webservers access and error log.

Might help to find the issue.

This topic was automatically closed 120 days after the last reply. New replies are no longer allowed.