Problem/Motivation
Hello,
While installing schemadotorg on a quite fresh Drupal CMS (2.0.2) installation (I mean quite fresh as before installing schemadotorg I activated some recipes via the UI), I get the following warning :
Deprecated function: fgetcsv(): the $escape parameter must be provided as its default value will change in Drupal\schemadotorg\SchemaDotOrgInstaller->importTable() (line 615 of modules/contrib/schemadotorg/src/SchemaDotOrgInstaller.php).
Drupal\schemadotorg\SchemaDotOrgInstaller->importTable() (Line: 326)
Drupal\schemadotorg\SchemaDotOrgInstaller->install() (Line: 32)
schemadotorg_install() (Line: 829)
Drupal\Core\Extension\ModuleInstaller->invoke() (Line: 451)
Drupal\Core\Extension\ModuleInstaller->doInstall() (Line: 229)
Drupal\Core\Extension\ModuleInstaller->install() (Line: 83)
Drupal\Core\ProxyClass\Extension\ModuleInstaller->install() (Line: 186)
Drupal\system\Form\ModulesListConfirmForm->submitForm() (Line: 108)
Drupal\Core\Form\FormSubmitter->executeSubmitHandlers() (Line: 45)
Drupal\Core\Form\FormSubmitter->doSubmitForm() (Line: 615)
Drupal\Core\Form\FormBuilder->processForm() (Line: 144)
Drupal\autosave_form\Form\AutosaveFormBuilder->processForm() (Line: 347)
Drupal\Core\Form\FormBuilder->buildForm() (Line: 97)
Drupal\autosave_form\Form\AutosaveFormBuilder->buildForm() (Line: 73)
Drupal\Core\Controller\FormController->getContentResult()
call_user_func_array() (Line: 123)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->{closure:Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber::wrapControllerExecutionInRenderContext():121}() (Line: 634)
Drupal\Core\Render\Renderer::{closure:Drupal\Core\Render\Renderer::executeInRenderContext():634}()
Fiber->resume() (Line: 649)
Drupal\Core\Render\Renderer->executeInRenderContext() (Line: 121)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext() (Line: 97)
Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->{closure:Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber::onController():96}() (Line: 183)
Symfony\Component\HttpKernel\HttpKernel->handleRaw() (Line: 76)
Symfony\Component\HttpKernel\HttpKernel->handle() (Line: 53)
Drupal\Core\StackMiddleware\Session->handle() (Line: 48)
Drupal\Core\StackMiddleware\KernelPreHandle->handle() (Line: 28)
Drupal\Core\StackMiddleware\ContentLength->handle() (Line: 32)
Drupal\big_pipe\StackMiddleware\ContentLength->handle() (Line: 118)
Drupal\page_cache\StackMiddleware\PageCache->pass() (Line: 92)
Drupal\page_cache\StackMiddleware\PageCache->handle() (Line: 48)
Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle() (Line: 51)
Drupal\Core\StackMiddleware\NegotiationMiddleware->handle() (Line: 53)
Drupal\Core\StackMiddleware\AjaxPageState->handle() (Line: 54)
Drupal\Core\StackMiddleware\StackedHttpKernel->handle() (Line: 745)
Drupal\Core\DrupalKernel->handle() (Line: 19)
Steps to reproduce
- Install DrupalCMS (2.0.2)
- Install schemadotorg module @ /admin/modules
- Notice the error
Trying to remember which recipes I activated threw the UI (/admin/modules/browse/recipes):
- Accessibility Tools
- Administrator role
- AI Assistant
- Basic SEO
- SEO Tools
- Standard Responsive Images
- Tags
I also uninstalled Drupal Canvas @ /admin/modules/uninstall
Comments
Comment #3
jrockowitz commentedComment #5
g4mbiniOk thanks I don't have the warning anymore
Comment #7
jrockowitz commented