create custom dir and clear comment in conf.php file for custom dir
It is no success.
Environment: testing in windows 7pro dolibarr v 3.3.1 modules in attached files
final destination is web-server base on Linux (base dolbarr 3.3.1 has been installed with no problems.
Any suggestions, help in custom module installation will be really appreciate.
OK, so if the module is specified for 3.3.x it should be fine for your 3.3.1
First could you double check whether the path to your custom folder set in conf.php match with your installation. It should have 2 lines to declare the custom folders in conf.php:
$dolibarr_main_url_root_alt=‘http://…your path to custom folder…’;
$dolibarr_main_document_root_alt=’…your path to custom documents folder…’;
Then go to Setup / Modules and Other modules or Interfaces modules tab , if the module has been detected by Dolibarr so it is usually there that you’ll find the button to activate and perhaps to configure the module.
If you don’t see your module in the lists, so maybe there was a problem while copying the files…
If still not working so please give a little more details on which step fails.
$dolibarr_main_url_root_alt=‘http://localhost/dolibarr/custom’;
$dolibarr_main_document_root_alt=‘C:/dolibarr/www/dolibarr/htdocs/custom’;
"
and you can see the structure of custom dir in attachment.
it is no success so fare
Well, any suggestion will be really appreciate.
I try to test procedure before purchase more complex modules. So it it a test phase. I will move to installation on hosting web server base on Linux next.
I’m not used working with extra modules but I installed a new instance of 3.3.1 for test purpose and found :
. look like some modules cannot work if inside the custom folder, so you have to replace the files of your Dolibarr installation by the ones of the module, for instance with module_NewTimeManFree-1.1.0 :
… if you copy the files inside the custom folder then go to Setup / Modules you’ll get 3 error messages stating that files are found twice (once in the regular folders and once in the custom folder) so it’s not ok
… if you replace the files in your regular installation by the ones of the module so it is ok
. some other modules are working well in the custom folder, for instance http://www.dolistore.com/modules/17-NumberWords.html, if you copy the folder numberwords and its content inside your custom folder so it is ok (you’ll set the module and it’s set up in Setup/Modules/Other modules)
So it depends on the module !! if it doesn’t work inside the custom folder, so you’ll have to replace the regular files