Can not access to modules seccion

Hello, I have version 7.0.4 installed, everything is fine except when I try to open the modules tab, I get an error that the url does not exist on my Ubuntu 20.04.6 server. I checked the connection to the database and apparently everything is correct.

1 Like

yes the module section is not accessible.

You need to check 2 things-

#1 , make sure that your Apache2/Nginx site config for your OpenEMR application directory does not block access to the ‘interface’ sub-directory

#2 , make sure that the Rewrite module for the web server in use, is enabled.

(sudo a2enmod rewrite, for Apache2, and then reload the web server)

Not having Rewrite enabled is the most common cause of being unable to load/access the Module Manager.

Thanks, I will try this.

You must have Node.js installed; here’s a guide (see Node.js installation at the end).

thanks, I will reinstall the openomr and let see…