Forums
I've been having a bit of trouble installing Opigno with WAMP, and I can't seem to find a detailed guide that covers how to do it. After many attempts, I think I finally got through a semi-successful install using composer. Currently, I'm hung up on two errors (though they may be related, I'm not sure) with the second one having been reported here: https://www.drupal.org/project/opigno_lms/issues/3138623
Is there another way that I should install to get around this error since it seems a patch hasn't yet been released? Additionally, because this is causing a failure at the point where you are actually configuring the final install and website, I'm getting the following error message if I try to navigate back to my localhost/opigno/web domain:
The website encountered an unexpected error. Please try again later.
Is there any way to reset this so I can retry the configuration?
Error code copied below for reference.
Got error:
An AJAX HTTP error occurred.
HTTP Result Code: 200
Debugging information follows.
Path: /opigno/web/core/install.php?rewrite=ok&profile=opigno_lms&langcode=en&continue=1&id=1&op=do_nojs&op=do
StatusText: OK
ResponseText: Drupal\config_rewrite\Exception\NonexistentInitialConfigException: Tried to rewrite config ultimate_cron.job.search_api_cron by opigno_cron module without initial config. in Drupal\config_rewrite\ConfigRewriter->rewriteConfig() (line 183 of D:\wamp64\www\opigno\web\modules\contrib\config_rewrite\src\ConfigRewriter.php).
Proceed to error page to get this:
The website encountered an unexpected error. Please try again later.
Symfony\Component\Routing\Exception\RouteNotFoundException: Route "opigno_tincan_api.settings_form" does not exist. in Drupal\Core\Routing\RouteProvider->getRouteByName() (line 208 of core\lib\Drupal\Core\Routing\RouteProvider.php).
Drupal\Core\Routing\RouteProvider->getRouteByName('opigno_tincan_api.settings_form') (Line: 85)
Drupal\Core\Routing\RouteProviderLazyBuilder->getRouteByName('opigno_tincan_api.settings_form') (Line: 426)
Drupal\Core\Routing\UrlGenerator->getRoute('opigno_tincan_api.settings_form') (Line: 271)
Drupal\Core\Routing\UrlGenerator->generateFromRoute('opigno_tincan_api.settings_form', Array, Array, 1) (Line: 105)
Drupal\Core\Render\MetadataBubblingUrlGenerator->generateFromRoute('opigno_tincan_api.settings_form', Array, Array, 1) (Line: 762)
Drupal\Core\Url->toString(1) (Line: 182)
Drupal\Core\Utility\LinkGenerator->generate('settings page', Object) (Line: 64)
Drupal\Core\Utility\LinkGenerator->generateFromLink(Object) (Line: 138)
Drupal\Core\Link->toString() (Line: 60)
opigno_lms_form_install_configure_form_alter(Array, Object, 'install_configure_form') (Line: 539)
Drupal\Core\Extension\ModuleHandler->alter('form', Array, Object, 'install_configure_form') (Line: 836)
Drupal\Core\Form\FormBuilder->prepareForm('install_configure_form', Array, Object) (Line: 279)
Drupal\Core\Form\FormBuilder->buildForm('Drupal\Core\Installer\Form\SiteConfigureForm', Object) (Line: 948)
install_get_form('Drupal\Core\Installer\Form\SiteConfigureForm', Array) (Line: 617)
install_run_task(Array, Array) (Line: 570)
install_run_tasks(Array, NULL) (Line: 118)
install_drupal(Object) (Line: 44)
Overview of WAMP Steps for Reference
Needed to Install Git
Final Overview of Steps to Install Opigno using WAMP