There is no custom directory

ID - _BUGFISH - E#189
^Top
<< Back
Mobile-Menu










There is no custom directory
Category: Dolibarr
Sub-Category:
Creator: Jan-Maurice Dahlmanns
Created: 2023-01-10 08:47:25
Modified: 2024-11-21 17:57:22
Views: 68

Caution: I do not guarantee the reliability of the information given here, the code described on this page is executed at your own risk and in the event of damage or other unforeseeable consequences I am in no way responsible or liable.

This notice appears in the readme of almost all Dolibarr Modules.
Note: If this screen tell you there is no custom directory, check your setup is correct:
- In your Dolibarr installation directory, edit the ``````htdocs/conf/conf.php`````` file and check that
following lines are not commented:
``````php
//$dolibarr_main_url_root_alt ...
//$dolibarr_main_document_root_alt ...
``````
- Uncomment them if necessary (delete the leading ``````//``````) and assign a sensible value according
to your Dolibarr installation
- UNIX:
``````php
$dolibarr_main_url_root_alt = '/custom';
$dolibarr_main_document_root_alt = '/var/www/Dolibarr/htdocs/custom';
``````
- Windows:
``````php
$dolibarr_main_url_root_alt = '/custom';
$dolibarr_main_document_root_alt = 'C:/My Web Sites/Dolibarr/htdocs/custom';
`````` 

Currently 0 Upvotes!

captcha image
System - 2024-11-05 18:27:30
Commenting System Initialized! Have a very nice day!

Switches: 0 | Arrivals: 12 | Visits: 12
This Website is using Session Cookies for Site Functionality.