- Issue created by @giordy
The module works correctly, but I have this warning:
Warning: file_get_contents(/libraries/eqneditor/plugin.js): Failed to open stream: No such file or directory in _locale_parse_js_file() (line 1092 of /home/xxx/public_html/core/modules/locale/locale.module)
#0 /home/xxx/public_html/core/includes/bootstrap.inc(347): _drupal_error_handler_real(2, 'file_get_conten...', '/home/xxx/...', 1092)
#1 [internal function]: _drupal_error_handler(2, 'file_get_conten...', '/home/xxx/...', 1092)
#2 /home/xxx/public_html/core/modules/locale/locale.module(1092): file_get_contents('/libraries/eqne...')
#3 /home/xxx/public_html/core/modules/locale/locale.module(525): _locale_parse_js_file('/libraries/eqne...')
#4 /home/xxx/public_html/core/modules/ckeditor/src/Plugin/Editor/CKEditor.php(366): locale_js_translate(Array)
#5 /home/xxx/public_html/core/modules/editor/src/Plugin/EditorManager.php(81): Drupal\ckeditor\Plugin\Editor\CKEditor->getJSSettings(Object(Drupal\editor\Entity\Editor))
#6 /home/xxx/public_html/modules/contrib/quickedit/src/Plugin/InPlaceEditor/Editor.php(89): Drupal\editor\Plugin\EditorManager->getAttachments(Array)
#7 /home/xxx/public_html/modules/contrib/quickedit/src/EditorSelector.php(95): Drupal\quickedit\Plugin\InPlaceEditor\Editor->getAttachments()
#8 /home/xxx/public_html/modules/contrib/quickedit/src/QuickEditController.php(206): Drupal\quickedit\EditorSelector->getEditorAttachments(Array)
#9 [internal function]: Drupal\quickedit\QuickEditController->attachments(Object(Symfony\Component\HttpFoundation\Request))
#10 /home/xxx/public_html/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(123): call_user_func_array(Array, Array)
#11 /home/xxx/public_html/core/lib/Drupal/Core/Render/Renderer.php(580): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#12 /home/xxx/public_html/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(124): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#13 /home/xxx/public_html/core/lib/Drupal/Core/EventSubscriber/EarlyRenderingControllerWrapperSubscriber.php(97): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->wrapControllerExecutionInRenderContext(Array, Array)
#14 /home/xxx/public_html/vendor/symfony/http-kernel/HttpKernel.php(169): Drupal\Core\EventSubscriber\EarlyRenderingControllerWrapperSubscriber->Drupal\Core\EventSubscriber\{closure}()
#15 /home/xxx/public_html/vendor/symfony/http-kernel/HttpKernel.php(81): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#16 /home/xxx/public_html/core/lib/Drupal/Core/StackMiddleware/Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#17 /home/xxx/public_html/core/lib/Drupal/Core/StackMiddleware/KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#18 /home/xxx/public_html/core/modules/page_cache/src/StackMiddleware/PageCache.php(106): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#19 /home/xxx/public_html/core/modules/page_cache/src/StackMiddleware/PageCache.php(85): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#20 /home/xxx/public_html/core/lib/Drupal/Core/StackMiddleware/ReverseProxyMiddleware.php(48): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#21 /home/xxx/public_html/core/lib/Drupal/Core/StackMiddleware/NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#22 /home/xxx/public_html/vendor/stack/builder/src/Stack/StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#23 /home/xxx/public_html/core/lib/Drupal/Core/DrupalKernel.php(718): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#24 /home/xxx/public_html/index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#25 {main}
Solutions?
Thank you
Active
1.4
Code