Hi @arunsahijpal.
The issue has been solved. I think there was some problem related to the cache, because today I noticed that the uninstall option was active.
Thanks for the answer.
astutonet → created an issue.
Hi guys.
This issue may be bigger than it seems. Let me explain: I'm running a local version of Drupal 10.3.5, which is a mirror of a production version.
I've been noticing this type of message for a while now, but I hadn't worried about it yet.
Today, I was testing to add a block to an existing content type, but I couldn't add the block and when I checked the error log, I saw the following message:
The interesting thing is that, since it's a local version, only I was logged into the site, but the system is recognizing me as an anonymous user.
I've been noticing the same type of problem when accessing other parts of the site's administrative area and I think the problem is related to Cache and Permissions.
astutonet → created an issue.
I performed the update test on two projects: an empty website and an older one, with the local version of a website that is in production.
Actually, in the version with an empty database, just do the update, run "update.php" and clear the cache. The website will continue to operate.
However, I note that in more complex versions, these measures did not work. After the update, it is not possible to access any page on the website, as it is offline. This should not happen, as not everyone knows how to restore a website.
However, on the older site, it is still possible to run 'update.php', but it will not even be possible to clear the cache via the user interface, as the site will be down.
This issue persists in version 10.3.0. Updating the database and clearing the cache didn't help.
Problem verified in local version. I didn't update the production version so as not to run the risk of having the site down until the issue is fixed.
astutonet → created an issue.
Currently, to send messages in HTML, the Rules module requires the Mime Mail module. An integration between Rules and Drupal Symfony Mailer would be welcome:
I tried again and it worked this time. Congratulations and thank you.
Hi @eiriksm,
I just did this and it worked. Now I have to wait for the links to check to find out which ones are incorrect and correct them.
Thanks for the answer.
astutonet → created an issue.
Hi @viren18febS. I'm using Zircon 10.1.x-dev on Drupal 10.2.2. The site has already been put into production, even with this issue pending.
I applied the patch in the local version, however, I don't know why, the character "X" continues to be displayed in the search forms.
Interestingly, I analyzed the patch and noticed that the patch removes the code that inserts the character from the zircon.js
file, which in itself would be enough to remove the character. Do we have anything else to do?
Note: in addition to applying the patch in the traditional way, I deleted the same code manually from the zircon.js
file, but even so, the alternative didn't work.
astutonet → created an issue.
The patch in #59 solved my issues with language prefixes in the URL. But we need a definitive and fast alternative, as I have seen many users abandon Drupal due to problems like this.
Hi @AdamPS. Thanks for your response.
I noticed that the patch in #5 was already included in version 4.0.0-rc1 of the Simplenews module, so I didn't need to apply the patch. All I had to do was update the module, do the tests, change the links according to new specifications and discover that everything is working!
Nice job!
I also noticed that the Bootstrap Carousel format doesn't work.
When applying the view created in the desired location, the images are displayed in a stacked manner and the Carousel does not work as desired, as the images do not alternate. I think this is a bug, as it doesn't work as designed.
astutonet → created an issue.
astutonet → created an issue.
Same issue here. I noticed that this issue is already two years old, so I would like to know from the participants if they managed to resolve the problem or what measures they took. Suggestions for similar themes that work with Layout Builder are welcome.
Another one with the same issue.
I installed the AdaptiveTheme 5.1 theme (composer require 'drupal/adaptivetheme:^5.1') and the AT Tool 2.0.3 module (composer require 'drupal/at_tool:^2.0'). I'm using Drupal 10.1.6.
I enabled the module and went to generate the subtheme, but I realized that the AdaptiveTheme 5.1 was not available to be enabled.
Even so, I generated the subtheme and when trying to enable it, I saw the following message: "This theme needs the at_core base theme to work correctly."
If the base theme is there, but cannot be enabled because it does not work as desired, I think we have a bug and this issue should be treated as such, even so that it gets the attention it needs.
I'm testing this module on a local multi-language version of Drupal 10. For me, the patch provided in #5 doesn't work.
I can see the content of the module when I type "myservername/mysitename/styleguide" in the nav bar, but the content is still not functional: the text overlaps when scrolling the side navigation bar:
Hi @mihaic, thanks for your response. I saw issue #3382506 🐛 Error: Cannot use a scalar value as an array in _owlcarousel_format_settings() Needs review and applied the patch, managing to update from version 8.x-1.0-beta1 to version 8.x-2.x-dev, so the patch works.
Can you tell me if after this update, it is possible to update to version 3.0.1 or if there is a related issue?
astutonet → created an issue.
I just did some tests to upgrade from version 8.x-1.0-beta1 to something else compatible with Drupal 10 and the results were as follows:
From: 8.x-1.0-beta1 To: 8.x-1.x-dev - Error
From: 8.x-1.0-beta1 To: 8.x-2.0 - Error
From: 8.x-1.0-beta1 To: 8.x-2.x-dev - Error
From: 8.x-1.0-beta1 To: 3.0.1 - Error
From: 8.x-1.0-beta1 To: 3.0.x-dev - Error
The "Error" reported above means that pages containing carousels were broken after the update. At the end of the work, I reverted to version 8.x-1.0-beta1 and the pages with carousels started working again.
This is the dblog bug report for version 3.0.1:
Error: Cannot use a scalar value as an array in _owlcarousel_format_settings() (line 113 of C:\wamp64\www\nine\modules\contrib\owlcarousel\owlcarousel.module)
#0 C:\wamp64\www\nine\modules\contrib\owlcarousel\owlcarousel.module(82): _owlcarousel_format_settings(Array)
#1 [internal function]: template_preprocess_owlcarousel_views(Array, 'owlcarousel_vie...', Array)
#2 C:\wamp64\www\nine\core\lib\Drupal\Core\Theme\ThemeManager.php(287): call_user_func_array('template_prepro...', Array)
#3 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('owlcarousel_vie...', Array)
#4 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(446): Drupal\Core\Render\Renderer->doRender(Array)
#5 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#6 C:\wamp64\www\nine\core\lib\Drupal\Core\Template\TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#7 C:\wamp64\www\nine\sites\default\files\php\twig\6536e0592211d_views-view.html.twig_qAhA5-fNViV6OO6Yglw6ZPz1x\mDth7fr55f7IOQVRFtDf7act7FhKIG3d-yuaMNcyGkA.php(110): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#8 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(405): __TwigTemplate_6bab40e519c296e8f0e118ad16056273->doDisplay(Array, Array)
#9 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#10 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(390): Twig\Template->display(Array)
#11 C:\wamp64\www\nine\core\themes\engines\twig\twig.engine(55): Twig\Template->render(Array)
#12 C:\wamp64\www\nine\core\lib\Drupal\Core\Theme\ThemeManager.php(384): twig_render_template('themes/contrib/...', Array)
#13 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('views_view', Array)
#14 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(446): Drupal\Core\Render\Renderer->doRender(Array)
#15 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#16 C:\wamp64\www\nine\core\lib\Drupal\Core\Template\TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#17 C:\wamp64\www\nine\sites\default\files\php\twig\6536e0592211d_block.html.twig_uMakzRQ6X9ypqhBPR5gF2MJ-R\EZKKRWKGJ3-WETr7_af7MRjAH643SMXO5vH4XF5wi88.php(82): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#18 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(182): __TwigTemplate_352b028e7742cc6ac04770e396036c0a->block_content(Array, Array)
#19 C:\wamp64\www\nine\sites\default\files\php\twig\6536e0592211d_block.html.twig_uMakzRQ6X9ypqhBPR5gF2MJ-R\EZKKRWKGJ3-WETr7_af7MRjAH643SMXO5vH4XF5wi88.php(69): Twig\Template->displayBlock('content', Array, Array)
#20 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(405): __TwigTemplate_352b028e7742cc6ac04770e396036c0a->doDisplay(Array, Array)
#21 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#22 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(390): Twig\Template->display(Array)
#23 C:\wamp64\www\nine\core\themes\engines\twig\twig.engine(55): Twig\Template->render(Array)
#24 C:\wamp64\www\nine\core\lib\Drupal\Core\Theme\ThemeManager.php(384): twig_render_template('themes/contrib/...', Array)
#25 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('block', Array)
#26 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(446): Drupal\Core\Render\Renderer->doRender(Array)
#27 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#28 C:\wamp64\www\nine\core\lib\Drupal\Core\Template\TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#29 C:\wamp64\www\nine\sites\default\files\php\twig\6536e0592211d_blb-section.html.twig_5G8_BnXjTXzU7BeMrMiS7vdkW\eEWMrLMaD1ZFFzkTA7bqrjYdYms8o7uJmIQzz3ZvbhU.php(71): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#30 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(405): __TwigTemplate_f5d281bd812f78a40c694e3b6f37bd25->doDisplay(Array, Array)
#31 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#32 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(390): Twig\Template->display(Array)
#33 C:\wamp64\www\nine\core\themes\engines\twig\twig.engine(55): Twig\Template->render(Array)
#34 C:\wamp64\www\nine\core\lib\Drupal\Core\Theme\ThemeManager.php(384): twig_render_template('modules/contrib...', Array)
#35 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('blb_section', Array)
#36 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(446): Drupal\Core\Render\Renderer->doRender(Array)
#37 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(446): Drupal\Core\Render\Renderer->doRender(Array)
#38 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#39 C:\wamp64\www\nine\core\lib\Drupal\Core\Template\TwigExtension.php(479): Drupal\Core\Render\Renderer->render(Array)
#40 C:\wamp64\www\nine\sites\default\files\php\twig\6536e0592211d_node.html.twig_uiQlZB8goTiETDhFTVSl7UE_9\NKRmiDpdGOTtyG2Sf4RFaFGNJqkWfJN96nz2FU8yhP0.php(111): Drupal\Core\Template\TwigExtension->escapeFilter(Object(Drupal\Core\Template\TwigEnvironment), Array, 'html', NULL, true)
#41 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(405): __TwigTemplate_8d1413e44e75b8c7cd8d7d296ca8d3fb->doDisplay(Array, Array)
#42 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(378): Twig\Template->displayWithErrorHandling(Array, Array)
#43 C:\wamp64\www\nine\vendor\twig\twig\src\Template.php(390): Twig\Template->display(Array)
#44 C:\wamp64\www\nine\core\themes\engines\twig\twig.engine(55): Twig\Template->render(Array)
#45 C:\wamp64\www\nine\core\lib\Drupal\Core\Theme\ThemeManager.php(384): twig_render_template('themes/contrib/...', Array)
#46 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(433): Drupal\Core\Theme\ThemeManager->render('node', Array)
#47 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(204): Drupal\Core\Render\Renderer->doRender(Array, false)
#48 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\MainContent\HtmlRenderer.php(242): Drupal\Core\Render\Renderer->render(Array, false)
#49 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\Renderer.php(580): Drupal\Core\Render\MainContent\HtmlRenderer->Drupal\Core\Render\MainContent\{closure}()
#50 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\MainContent\HtmlRenderer.php(235): Drupal\Core\Render\Renderer->executeInRenderContext(Object(Drupal\Core\Render\RenderContext), Object(Closure))
#51 C:\wamp64\www\nine\core\lib\Drupal\Core\Render\MainContent\HtmlRenderer.php(132): Drupal\Core\Render\MainContent\HtmlRenderer->prepare(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#52 C:\wamp64\www\nine\core\lib\Drupal\Core\EventSubscriber\MainContentViewSubscriber.php(90): Drupal\Core\Render\MainContent\HtmlRenderer->renderResponse(Array, Object(Symfony\Component\HttpFoundation\Request), Object(Drupal\Core\Routing\CurrentRouteMatch))
#53 [internal function]: Drupal\Core\EventSubscriber\MainContentViewSubscriber->onViewRenderArray(Object(Symfony\Component\HttpKernel\Event\ViewEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#54 C:\wamp64\www\nine\core\lib\Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher.php(142): call_user_func(Array, Object(Symfony\Component\HttpKernel\Event\ViewEvent), 'kernel.view', Object(Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher))
#55 C:\wamp64\www\nine\vendor\symfony\http-kernel\HttpKernel.php(174): Drupal\Component\EventDispatcher\ContainerAwareEventDispatcher->dispatch(Object(Symfony\Component\HttpKernel\Event\ViewEvent), 'kernel.view')
#56 C:\wamp64\www\nine\vendor\symfony\http-kernel\HttpKernel.php(81): Symfony\Component\HttpKernel\HttpKernel->handleRaw(Object(Symfony\Component\HttpFoundation\Request), 1)
#57 C:\wamp64\www\nine\core\lib\Drupal\Core\StackMiddleware\Session.php(58): Symfony\Component\HttpKernel\HttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#58 C:\wamp64\www\nine\core\lib\Drupal\Core\StackMiddleware\KernelPreHandle.php(48): Drupal\Core\StackMiddleware\Session->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#59 C:\wamp64\www\nine\core\modules\page_cache\src\StackMiddleware\PageCache.php(106): Drupal\Core\StackMiddleware\KernelPreHandle->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#60 C:\wamp64\www\nine\core\modules\page_cache\src\StackMiddleware\PageCache.php(85): Drupal\page_cache\StackMiddleware\PageCache->pass(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#61 C:\wamp64\www\nine\core\modules\ban\src\BanMiddleware.php(50): Drupal\page_cache\StackMiddleware\PageCache->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#62 C:\wamp64\www\nine\core\lib\Drupal\Core\StackMiddleware\ReverseProxyMiddleware.php(48): Drupal\ban\BanMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#63 C:\wamp64\www\nine\core\lib\Drupal\Core\StackMiddleware\NegotiationMiddleware.php(51): Drupal\Core\StackMiddleware\ReverseProxyMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#64 C:\wamp64\www\nine\vendor\stack\builder\src\Stack\StackedHttpKernel.php(23): Drupal\Core\StackMiddleware\NegotiationMiddleware->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#65 C:\wamp64\www\nine\core\lib\Drupal\Core\DrupalKernel.php(718): Stack\StackedHttpKernel->handle(Object(Symfony\Component\HttpFoundation\Request), 1, true)
#66 C:\wamp64\www\nine\index.php(19): Drupal\Core\DrupalKernel->handle(Object(Symfony\Component\HttpFoundation\Request))
#67 {main}
.
From what I've seen in other modules, at least one version offers support for upgrading to higher versions of its modules, even if it's through a development version.
Therefore, if there is no possibility of updating to a higher version, I must conclude that I have been orphaned and that I must delete all existing carousels on the site that I want to update, and then update to D10, and only then implement the carousels again.
I am right?
Does anyone have any ideas?
I still have this issue and haven't gotten any answers yet. I'll try to be more objective in my explanations and questions and if anyone can help by just answering whether it's possible to upgrade from a smaller version to a larger one, that would help a lot. Let's go:
I am upgrading a website from Drupal 9.5.11 to Drupal 10.1.5.
Version D9 has the Owl Carousel 8.x-1.0-beta1 module installed and functional. The first version compatible with D9 and D10 is Owl Carousel 8.x-2.0.
I understand that, to upgrade between Drupal versions, it would initially be necessary to upgrade the D9 version, from Owl Carousel 8.x-1.0-beta1 to Owl Carousel 8.x-2.0, and then migrate the site for the larger version of Drupal
I already tried to update Owl Carousel 8.x-1.0-beta1 to Owl Carousel 8.x-2.0 by simply running the Composer commands, but after the update, the pages where the carousels are displayed were broken and are not displayed .
Therefore, I need to know: Is it possible to update between versions of the Owl Carousel module? Is there any literature or tutorials on this subject? Can anyone help?
Thanks!
I will check. Thanks for the answer
astutonet → created an issue.
astutonet → created an issue.
astutonet → created an issue.
I also have this issue. In my case, I'm using Backup Migrate 5.0.3., Drupal 9.5.10., PhP 8.2.3., Apache 2.4.56 e MySQL 5.7.36, running in Wampserver 3.3.31 (64bit). The backup never completes.
In this same server I also have two other sites running: one in Drupal 7.98, with Backup Migrate 7.x-3.10 and other in Drupal 10.1.1 and Backup Migrate 5.0.3 (this one is for testing purposes, it is empty, but has several modules installed.). In this last cases, everything is working perfectly.
Tks @TolstoyDotCom.
This is a site that is almost ready for production. I use the CAPTCHA module on the login form and found that it was causing problems. I disabled CAPTCHA on the login form and noticed that it is now possible to login in other browsers.
I'll check what's going on and we'll probably have a new issue for the CAPTCHA.
I managed to login using the drush command "drush user:login".
After the command, I expected a default browser window to open to the login page, but otherwise nothing happened.
So I copied part of the link generated by the drush command and added it to the browser, completing the local site address and hit enter.
The login was done on the local site and the User ID 1 page opened with the option to change the password.
However, the problem with the login was not solved, as I tried to login to the site through other browsers, but the login option is inaccessible and honestly, I don't know where to start to solve it.
Can someone help me?
Yeap! This one in #6 works.
I had the same issue described here in a dev site and patch in #11 solved the question
astutonet → created an issue.
astutonet → created an issue.