Freshly installed D8 (8.3.4)
Current mutual_credit code via composer ("drupal/mutual_credit": "^4.0-beta11")
Enabled Accounting Core

I've installed "Mutual Credit" Module with Drupal 8.3.4 and I am having several errors:

Notice: Undefined property: Drupal\mcapi\Controller\AccountingAdmin::$queryFactory in Drupal\mcapi\Controller\AccountingAdmin->systemAdminMenuBlockPage() (line 17 of modules/contrib/mutual_credit/src/Controller/AccountingAdmin.php).
Drupal\mcapi\Controller\AccountingAdmin->systemAdminMenuBlockPage()
call_user_func_array(Array, Array) (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}() (Line: 574)
Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 124)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array) (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
call_user_func_array(Object, Array) (Line: 144)
Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object, 1) (Line: 64)
Symfony\Component\HttpKernel\HttpKernel->handle(Object, 1, 1) (Line: 57)
Drupal\Core\StackMiddleware\Session->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object, 1, 1) (Line: 99)
Drupal\page_cache\StackMiddleware\PageCache->pass(Object, 1, 1) (Line: 78)
Drupal\page_cache\StackMiddleware\PageCache->handle(Object, 1, 1) (Line: 47)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object, 1, 1) (Line: 50)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object, 1, 1) (Line: 23)
Stack\StackedHttpKernel->handle(Object, 1, 1) (Line: 656)
Drupal\Core\DrupalKernel->handle(Object) (Line: 19)

Can anyone help?

Thks,

Comments

chicodasilva created an issue. See original summary.

matslats’s picture

Status: Active » Fixed

This was just one error :)
I didn't notice it because I use 'admin toolbar'
I fixed it and pushed it.
Do you want a new beta or can you use the HEAD for now?

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.