Closed kinaz closed 10 years ago
Hi,
just installed Repoman; when I go to "Components/Repoman" in the manager I get a blank page.
The problem is in controllers/abstract/repomanmanagercontroller.class.php, line 37:
require_once $modx->getOption('repoman.core_path','', MODX_CORE_PATH.'core/components/repoman/').'vendor/autoload.php';
should be:
require_once $modx->getOption('repoman.core_path','', MODX_CORE_PATH.'components/repoman/').'vendor/autoload.php';
Did you install via Git? Or via the package? Which version of MODX?
Hi!
I installed via the package manager; modx is 2.3.2-pl (advanced)
972bdfd..32b917c master -> master
This will go out as version 1.1.2
Hi,
just installed Repoman; when I go to "Components/Repoman" in the manager I get a blank page.
The problem is in controllers/abstract/repomanmanagercontroller.class.php, line 37:
require_once $modx->getOption('repoman.core_path','', MODX_CORE_PATH.'core/components/repoman/').'vendor/autoload.php';
should be:
require_once $modx->getOption('repoman.core_path','', MODX_CORE_PATH.'components/repoman/').'vendor/autoload.php';