Requirements problem
Error message
- Notice: Trying to access array offset on value of type null in Doctrine\Common\Annotations\DocParser->Identifier() (line 995 of /var/www/clients/culobel/diesourcing.com/docroot/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php).
Doctrine\Common\Annotations\DocParser->Identifier() (Line: 687) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 663) Doctrine\Common\Annotations\DocParser->Annotations() (Line: 354) Doctrine\Common\Annotations\DocParser->parse('/** * Defines a form element plugin annotation object. * * See \Drupal\Core\Render\Element\FormElementInterface for more information * about form element plugins. * * Plugin Namespace: Element * * For a working example, see \Drupal\Core\Render\Element\Textfield. * * @see \Drupal\Core\Render\ElementInfoManager * @see \Drupal\Core\Render\Element\FormElementInterface * @see \Drupal\Core\Render\Element\FormElement * @see \Drupal\Core\Render\Annotation\RenderElement * @see plugin_api * * @ingroup theme_render * * @Annotation */', 'class @Drupal\Core\Render\Annotation\FormElement') (Line: 518) Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Render\Annotation\FormElement') (Line: 744) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 663) Doctrine\Common\Annotations\DocParser->Annotations() (Line: 354) Doctrine\Common\Annotations\DocParser->parse('/** * Provides a form element for input of a weight. * * Weights are integers used to indicate ordering, with larger numbers later in * the order. * * Properties: * - #delta: The range of possible weight values used. A delta of 10 would * indicate possible weight values between -10 and 10. * * Usage example: * @code * $form['weight'] = array( * '#type' => 'weight', * '#title' => $this->t('Weight'), * '#default_value' => $edit['weight'], * '#delta' => 10, * ); * @endcode * * @FormElement("weight") */', 'class Drupal\Core\Render\Element\Weight') (Line: 67) Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91) Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Render\Annotation\RenderElement') (Line: 145) Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86) Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283) Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174) Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 109) Drupal\Core\Render\ElementInfoManager->buildInfo('seven') (Line: 76) Drupal\Core\Render\ElementInfoManager->getInfo('html') (Line: 298) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 195) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 139) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 582) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 140) Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 66) Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 76) Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 1005) install_display_output(Array, Array) (Line: 156) install_drupal(Object) (Line: 44)
- Notice: Trying to access array offset on value of type null in Doctrine\Common\Annotations\DocParser->Identifier() (line 995 of /var/www/clients/culobel/diesourcing.com/docroot/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php).
Doctrine\Common\Annotations\DocParser->Identifier() (Line: 687) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 663) Doctrine\Common\Annotations\DocParser->Annotations() (Line: 354) Doctrine\Common\Annotations\DocParser->parse('/** * Defines a render element plugin annotation object. * * See \Drupal\Core\Render\Element\ElementInterface for more information * about render element plugins. * * Plugin Namespace: Element * * For a working example, see \Drupal\Core\Render\Element\Link. * * @see \Drupal\Core\Render\ElementInfoManager * @see \Drupal\Core\Render\Element\ElementInterface * @see \Drupal\Core\Render\Element\RenderElement * @see \Drupal\Core\Render\Annotation\FormElement * @see plugin_api * * @ingroup theme_render * * @Annotation */', 'class @Drupal\Core\Render\Annotation\RenderElement') (Line: 518) Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Render\Annotation\RenderElement') (Line: 744) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 663) Doctrine\Common\Annotations\DocParser->Annotations() (Line: 354) Doctrine\Common\Annotations\DocParser->parse('/** * Provides a render element for a pager. * * The pager must be initialized with a call to pager_default_initialize() in * order to render properly. When used with database queries, this is performed * for you when you extend a select query with * \Drupal\Core\Database\Query\PagerSelectExtender. * * Properties: * - #element: (optional, int) The pager ID, to distinguish between multiple * pagers on the same page (defaults to 0). * - #parameters: (optional) An associative array of query string parameters to * append to the pager. * - #quantity: The maximum number of numbered page links to create (defaults * to 9). * - #tags: (optional) An array of labels for the controls in the pages. * - #route_name: (optional) The name of the route to be used to build pager * links. Defaults to '', which will make links relative to the current * URL. This makes the page more effectively cacheable. * * @code * $build['pager'] = [ * '#type' => 'pager', * ]; * @endcode * * @RenderElement("pager") */', 'class Drupal\Core\Render\Element\Pager') (Line: 67) Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91) Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Render\Annotation\RenderElement') (Line: 145) Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 86) Drupal\Component\Plugin\Discovery\DerivativeDiscoveryDecorator->getDefinitions() (Line: 283) Drupal\Core\Plugin\DefaultPluginManager->findDefinitions() (Line: 174) Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 109) Drupal\Core\Render\ElementInfoManager->buildInfo('seven') (Line: 76) Drupal\Core\Render\ElementInfoManager->getInfo('html') (Line: 298) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 195) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 139) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 582) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 140) Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 66) Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 76) Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 1005) install_display_output(Array, Array) (Line: 156) install_drupal(Object) (Line: 44)
- Notice: Trying to access array offset on value of type null in Doctrine\Common\Annotations\DocParser->Identifier() (line 995 of /var/www/clients/culobel/diesourcing.com/docroot/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php).
Doctrine\Common\Annotations\DocParser->Identifier() (Line: 687) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 663) Doctrine\Common\Annotations\DocParser->Annotations() (Line: 354) Doctrine\Common\Annotations\DocParser->parse('/** * Defines a config entity type annotation object. * * The annotation properties of entity types are found on * \Drupal\Core\Config\Entity\ConfigEntityType and are accessed using * get/set methods defined in \Drupal\Core\Entity\EntityTypeInterface. * * @ingroup entity_api * * @Annotation */', 'class @Drupal\Core\Entity\Annotation\ConfigEntityType') (Line: 518) Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Entity\Annotation\ConfigEntityType') (Line: 744) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 663) Doctrine\Common\Annotations\DocParser->Annotations() (Line: 354) Doctrine\Common\Annotations\DocParser->parse('/** * Configuration entity that contains display options for all components of a * rendered entity in a given view mode. * * @ConfigEntityType( * id = "entity_view_display", * label = @Translation("Entity view display"), * entity_keys = { * "id" = "id", * "status" = "status" * }, * config_export = { * "id", * "targetEntityType", * "bundle", * "mode", * "content", * "hidden", * } * ) */', 'class Drupal\Core\Entity\Entity\EntityViewDisplay') (Line: 67) Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91) Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Entity\Annotation\EntityType') (Line: 145) Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 106) Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 174) Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22) Drupal\Core\Plugin\DefaultPluginManager->getDefinition('date_format', ) (Line: 126) Drupal\Core\Entity\EntityTypeManager->getDefinition('date_format') (Line: 233) Drupal\Core\Entity\EntityTypeManager->getHandler('date_format', 'storage') (Line: 169) Drupal\Core\Entity\EntityTypeManager->getStorage('date_format') (Line: 79) Drupal\Core\Entity\EntityManager->getStorage('date_format') (Line: 93) Drupal\Core\Datetime\DateFormatter->__construct(Object, Object, Object, Object, Object) ReflectionClass->newInstanceArgs(Array) (Line: 897) Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'date.formatter') (Line: 451) Symfony\Component\DependencyInjection\ContainerBuilder->get('date.formatter', 1) (Line: 954) Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Object) (Line: 951) Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Array) (Line: 876) Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'twig.extension') (Line: 451) Symfony\Component\DependencyInjection\ContainerBuilder->get('twig.extension', 1) (Line: 954) Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Object) (Line: 951) Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Array) (Line: 1142) Symfony\Component\DependencyInjection\ContainerBuilder->callMethod(Object, Array) (Line: 915) Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'twig') (Line: 451) Symfony\Component\DependencyInjection\ContainerBuilder->get('twig') (Line: 158) Drupal::service('twig') (Line: 56) twig_render_template('core/themes/classy/templates/layout/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 437) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 195) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 139) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 582) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 140) Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 66) Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 76) Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 1005) install_display_output(Array, Array) (Line: 156) install_drupal(Object) (Line: 44)
- Notice: Trying to access array offset on value of type null in Doctrine\Common\Annotations\DocParser->Identifier() (line 995 of /var/www/clients/culobel/diesourcing.com/docroot/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/DocParser.php).
Doctrine\Common\Annotations\DocParser->Identifier() (Line: 687) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 663) Doctrine\Common\Annotations\DocParser->Annotations() (Line: 354) Doctrine\Common\Annotations\DocParser->parse('/** * Defines a translatable annotation object. * * Some metadata within an annotation needs to be translatable. This class * supports that need by allowing both the translatable string and, if * specified, a context for that string. The string (with optional context) * is passed into t(). * * @ingroup plugin_translatable * * @Annotation */', 'class @Drupal\Core\Annotation\Translation') (Line: 518) Doctrine\Common\Annotations\DocParser->collectAnnotationMetadata('Drupal\Core\Annotation\Translation') (Line: 744) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 1035) Doctrine\Common\Annotations\DocParser->PlainValue() (Line: 1087) Doctrine\Common\Annotations\DocParser->FieldAssignment() (Line: 1017) Doctrine\Common\Annotations\DocParser->Value() (Line: 884) Doctrine\Common\Annotations\DocParser->Values() (Line: 859) Doctrine\Common\Annotations\DocParser->MethodCall() (Line: 770) Doctrine\Common\Annotations\DocParser->Annotation() (Line: 663) Doctrine\Common\Annotations\DocParser->Annotations() (Line: 354) Doctrine\Common\Annotations\DocParser->parse('/** * Configuration entity that contains display options for all components of a * rendered entity in a given view mode. * * @ConfigEntityType( * id = "entity_view_display", * label = @Translation("Entity view display"), * entity_keys = { * "id" = "id", * "status" = "status" * }, * config_export = { * "id", * "targetEntityType", * "bundle", * "mode", * "content", * "hidden", * } * ) */', 'class Drupal\Core\Entity\Entity\EntityViewDisplay') (Line: 67) Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotations(Object) (Line: 91) Doctrine\Common\Annotations\SimpleAnnotationReader->getClassAnnotation(Object, 'Drupal\Core\Entity\Annotation\EntityType') (Line: 145) Drupal\Component\Annotation\Plugin\Discovery\AnnotatedClassDiscovery->getDefinitions() (Line: 106) Drupal\Core\Entity\EntityTypeManager->findDefinitions() (Line: 174) Drupal\Core\Plugin\DefaultPluginManager->getDefinitions() (Line: 22) Drupal\Core\Plugin\DefaultPluginManager->getDefinition('date_format', ) (Line: 126) Drupal\Core\Entity\EntityTypeManager->getDefinition('date_format') (Line: 233) Drupal\Core\Entity\EntityTypeManager->getHandler('date_format', 'storage') (Line: 169) Drupal\Core\Entity\EntityTypeManager->getStorage('date_format') (Line: 79) Drupal\Core\Entity\EntityManager->getStorage('date_format') (Line: 93) Drupal\Core\Datetime\DateFormatter->__construct(Object, Object, Object, Object, Object) ReflectionClass->newInstanceArgs(Array) (Line: 897) Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'date.formatter') (Line: 451) Symfony\Component\DependencyInjection\ContainerBuilder->get('date.formatter', 1) (Line: 954) Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Object) (Line: 951) Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Array) (Line: 876) Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'twig.extension') (Line: 451) Symfony\Component\DependencyInjection\ContainerBuilder->get('twig.extension', 1) (Line: 954) Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Object) (Line: 951) Symfony\Component\DependencyInjection\ContainerBuilder->resolveServices(Array) (Line: 1142) Symfony\Component\DependencyInjection\ContainerBuilder->callMethod(Object, Array) (Line: 915) Symfony\Component\DependencyInjection\ContainerBuilder->createService(Object, 'twig') (Line: 451) Symfony\Component\DependencyInjection\ContainerBuilder->get('twig') (Line: 158) Drupal::service('twig') (Line: 56) twig_render_template('core/themes/classy/templates/layout/html.html.twig', Array) (Line: 384) Drupal\Core\Theme\ThemeManager->render('html', Array) (Line: 437) Drupal\Core\Render\Renderer->doRender(Array, 1) (Line: 195) Drupal\Core\Render\Renderer->render(Array, 1) (Line: 139) Drupal\Core\Render\Renderer->Drupal\Core\Render\{closure}() (Line: 582) Drupal\Core\Render\Renderer->executeInRenderContext(Object, Object) (Line: 140) Drupal\Core\Render\Renderer->renderRoot(Array) (Line: 66) Drupal\Core\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 76) Drupal\Core\ProxyClass\Render\BareHtmlPageRenderer->renderBarePage(Array, Object, 'install_page', Array) (Line: 1005) install_display_output(Array, Array) (Line: 156) install_drupal(Object) (Line: 44)
Errors found
Default settings file
The default settings file does not exist.
The D8 Starterskit Distribution installer requires that the ./sites/default/default.settings.php file not be modified in any way from the original download.
Settings file
The Settings file does not exist.
The D8 Starterskit Distribution installer requires that you create a ./sites/default/settings.php as part of the installation process. Copy the ./sites/default/default.settings.php file to ./sites/default/settings.php. More details about installing Drupal are available in INSTALL.txt.
Checked
ImageWidgetCrop library
Correctly configured
ImageWidgetCrop libraries files are correctly configured to use Libraries API files
OK
Web server
nginx/1.18.0
PHP
7.4.33
PHP extensions
Enabled
PHP OPcode caching
Enabled
Random number generation
Successful
Database support
Enabled
PHP memory limit
256M
File system
Writable (public download method)
Unicode library
PHP Mbstring Extension