{redmine troubleshooting}

Troubleshooting Redmine: Solutions for the ‘We’re Sorry Error

an easy step by step guide

Troubleshooting Redmine: Solutions for the ‘We’re Sorry, but Something Went Wrong’ Error Redmine

Redmine is a powerful, free open-source project management and task-tracking platform that has helped countless teams efficiently manage their projects. However, like any software, it can sometimes come with its fair share of issues. One of the most frustrating problems you might encounter while using Redmine is the “We’re sorry, but something went wrong. We’ve been notified about this issue and we’ll take a look at it shortly” message. This error can leave you scratching your head, especially if it suddenly appears when you try to access your Redmine dashboard.

After spending days combing through log files and conducting research, I discovered that the culprit behind this error is often a missing Gemfile.lock file. In this blog post, I’ll guide you through 4 easy steps I took to fix this issue and get my Redmine dashboard back up and running.

Step 1: Recreate the Gemfile.lock

				
					sudo touch /usr/share/redmine/Gemfile.lock


				
			

Step 2: Next we’ll use the chown command to change ownership

				
					sudo chown www-data:www-data /usr/share/redmine/Gemfile.lock
				
			

Step 3: We want to make sure Redmine website is enabled

				
					sudo a2ensite redmine.conf
				
			

Step 4: Restart apache2.service

				
					sudo systemctl restart apache2.service
				
			

Now go ahead and refresh your Redmine Server. It can take about 2-5 mins, but your Redmine server should be restored.

If you need to reinstall redmine on ubuntu 20.04 again. Please check our Step-by-step Redmine install guide here.

Get a free assessment now with our experts

Get a complimentary IT health check. Our tech support team will review your server updates, pinpoint any vulnerable ports, and assess your password robustness. Our mission is to provide you with a comprehensive understanding of your IT infrastructure’s security and recommend enhancements. Stay safeguarded with our helpdesk experts.

Contact us now. Call our team at (714) 716-5779

Welcome to Apex Solutions, a premier Managed Service Provider (MSP) specializing in a full-service stack that covers cybersecurity services, full backup, and IT support for businesses of all sizes.