Hi folks
I'm trying to put some external modules from https://dolistore.com but folder mounting seems wrong because almost all modules need to have access to "main.inc.php" and they're searching for [../../../main.inc.php]-like folder instead of [../../../../code/htdocs/main.inc.php]
This result in error "Include of main failed" when trying to open a custom module page.
see below :
here is an example of custom module, it looks for main.inc.php 1 + 2 + 3 folders above and fail.
here is the folder locating main.inc.php (/app/code/htdocs/)
below I open /app/data/custom/ouvrage/list.php (which is a custom module) and modified inside the green rectangle to have the pass correctly fetched :
is someone having the same issue ?
thanks !