Content
Multiple issues after first (clean) installation
Added by Ioannis Dressos over 1 year ago
I've just performed a clean OpenProject installation on a Debian 11 VPS and successfully initialized the admin account.
I already had apache2 installed, however I chose install during installation so it would create the vhost file in /etc/apache2/sites-available/ for me and enable it. I also let it install the memcached and PostgreSQL-13 servers since they were not installed at all.
The apache2 server running on the VPS is accessible only through Cloudflare, but this shouldn't be affecting it in any way. It doesn't affect any other software..
However, I ran into the following issues with my OpenProject installation:
- No page except for the landing page renders. I get blank pages if I navigate to anything deeper than / (for example. /admin does not render). This has an exception (one and only), the projects list page.
- After an undetermined amount of time, the .conf files in the /etc/openproject/addons/apache2/includes/ sub-directories which are included in the apache site configuration file get deleted. This leads to apache not being able to start due to 'no match for *.conf' error by the Include/IncludeOptional statement.
Running sudo openproject configure or reconfigure does not solve this. Neither does restarting OpenProject.
I've found multiple reports about both issues, however no clear solution has been posted and no clarifications have been made by the devs.
Please do not ask me for config files or more -redundant- information. I repeat this is a CLEAN Debian 11/PHP 7.4/apache2/OpenProject w/ SSL install following the built-in configure command. Anyone should be able to reproduce this.