Added by Thomas H. almost 6 years ago
Ive Installed openproject on a Debian 9 system. Now when i try to access any projects working packages, Calendar or when i try to upload documents in the budget section with any account, i get the error
'Your view is erroneous and could not be processed.
Ive looked at /var/log/openproject for the production.log, but its not created.
I dont know if it is related,though during the Instalation, i had to rewrite /usr/share/openproject/installer/addons/repositories/bin/preinstall:
if apt-cache show "libapache2-mod-svn" &>/dev/null ; then
wiz_check_package "libapache2-mod-svn" || apt-get install -y libapache2-mod-svn
else
# debian 9
wiz_check_package "libapache2-mod-svn" || apt-get install -y libapache2-mod-svn
fi
since the installer just wouldnt finish for a non found packet "libapache2-svn" even though it should have seen that libapache2-mod-svn is available.
Replies (1)
And again, it was a local problem. Firefox was the culprit. Works fine when using chrome.