craftsmancoding / repoman

Repoman allows for easy package development in MODX Revolution. Take back the simplicity!
30 stars 7 forks source link

Wrong path #21

Closed kinaz closed 10 years ago

kinaz commented 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';

fireproofsocks commented 10 years ago

Did you install via Git? Or via the package? Which version of MODX?

kinaz commented 10 years ago

Hi!

I installed via the package manager; modx is 2.3.2-pl (advanced)

fireproofsocks commented 10 years ago

972bdfd..32b917c master -> master

This will go out as version 1.1.2