I’m doing new installation of V7.0.0 from scratch, and have problem with modules. Did installation many times and always the same problem. I reported this problem long time ago, and still cant repair it.
Still can’t resolve this problem because Apache OpenEMR file is missing. All system works fine, but getting problem with modules.
Is there any recommendation, maybe I’m doing some mistake in the installation process
No any recommendations received
Many users got this problem starting from version 6.0.0.
Did re installation many times, and always same problem with modules.
Most likely doing some thing wrong in installation process.
As we’ve mentioned in previous posts. The error is occurring because the apache rewrite command is not being processed by the apache software package. Either your mod_rewrite module is not enabled, or the .htaccess file inside the modules directory is being blocked with whatever mechanism you used to install apache.
If this continues to be a blocker, you should try one of the other OpenEMR installation mechanisms (such as docker, aws package) or hire someone to help assist you in resolving this issue.
Thank you @adunsulag for you replay. I just mentioned before, there is some problem in installation process from the beginning. A lot of users experiencing this problem after upgrade started to 6.0.0.
That why I posted step by stem installation, to check if I miss some thing.
The are missing dependencies, you will need to install NodeJS, and follow the build instructions in the README.md included with OpenEMR.
Also make sure that your Apache2 site configuration includes the necessary parameters to allow overrides and the Apache2 rewrite module is enabled, since the module URLs are generated dynamically.
Maybe…
You now need to change the ownership of the directory.
Use the chown command and R flag to set the owner of all files and the group associated with openemr to www-data: