Fax SMS does not display configuration page after enabling module

A new quest!!

After doing all this work to get the program to install properly on the ubuntu server.

Now the module does not display the configuration page.
The game is afoot!!!

image

I have disabled and uninstalled and reinstalled.
I have run composer dumpautoload -o.
The next thing is to investigate why the program can’t find the moduleConfig.php on the first two tries then does on the next two.

Also, I checked that mode rewrite is installed and that the webserver is configured for

 <Directory /var/www>
	Options Indexes FollowSymLinks
	AllowOverride All
	Require all granted
  </Directory>

There are no obvious error messages in the error log.

 oe-module-faxsmsdoes not have a controller object, referer: http:///openemr/interface/modules/zend_modules/public/Installer
 [Sun Mar 28 23:23:18.202181 2021] [php7:notice] [pid 2071] [client 7.0:58809] PHP Notice:  Undefined property: Installer\\Controller\\InstallerController::$helperObject in /var/www/openemr/interface/modules/zend_modules/module/Installer/src/Installer/Controller/InstallerController.php on line 316, referer: http://7.0/openemr/interface/modules/zend_modules/public/Installer
 [Sun Mar 28 23:23:18.403765 2021] [php7:notice] [pid 2072] [client 7.0:58810] PHP Notice:  Undefined index: oefax_enable in /var/www/openemr/interface/modules/custom_modules/oe-module-faxsms/controllers/AppDispatch.php on line 110, referer: http://7.0/openemr/interface/modules/zend_modules/public/Installer
 [Sun Mar 28 23:23:18.636687 2021] [php7:notice] [pid 2071] [client 7.0:58809] PHP Notice:  Undefined index: oefax_enable in /var/www/openemr/interface/modules/custom_modules/oe-module-faxsms/controllers/AppDispatch.php on line 110, referer: http://7.0/openemr/interface/modules/zend_modules/public/Installer

SOLUTION:
I had to go back into the globals and select modules and click the save button inside modules. Then the system registered the selection of the SMS provider and showed the configuration screen.