groupoffice icon indicating copy to clipboard operation
groupoffice copied to clipboard

Problem in installing in virtualmin - on rocky linux tarbal

Open bahrampeymani opened this issue 7 months ago • 1 comments

I'm trying to run GroupOffice on a Rocky Linux 8 server with the following setup:

Operating System : Rocky Linux 8 Web Server : Apache (via Virtualmin) PHP Version : 8.3 Control Panel : Webmin/Virtualmin After installing GroupOffice and accessing the /install page, I receive the following fatal error:

1 PHP Fatal error: Cannot redeclare go() in /home/shopp/public_html/go/core/App.php on line 1091 Upon inspecting the file App.php, I found that the function go() is defined more than once , which causes PHP to throw a fatal error.

bahrampeymani avatar Jun 08 '25 19:06 bahrampeymani

Are you saying the function go() is in there twice? That's not the case in the original source.

mschering avatar Aug 08 '25 08:08 mschering