kenrbnsn β created an issue.
kenrbnsn β created an issue.
kenrbnsn β created an issue.
I installed the patch on my site and the PHP warnings went away.
kenrbnsn β created an issue.
kenrbnsn β created an issue.
Good documentation is sorely needed.
I am trying this module for the first time since it looks like it makes sending emails from my custom module very simple. I am not converting from Swiftmail, so I have no knowledge of that module.
Currently, I'm stuck at trying sending HTML email messages. Googling, I see references to the function setHtmlBody, but when I try to use that, I get a WSOD with this error:
LogicException: setHtmlBody function is only valid in phases 3-3, called in 1. in Drupal\symfony_mailer\Email->valid() (line 595 of modules/contrib/symfony_mailer/src/Email.php).
Drupal\symfony_mailer\Email->setHtmlBody('Please ignore this email.State:KS') (Line: 144)
There should be a simple example given that does this type of function.
This problem still exists in the latest version -- 3.0.3
The patch still fixes the problem.
Shouldn't this be put into the release?
kenrbnsn β created an issue.
This is occurring on events that aren't all-day events. Changing the "Time zone override" for the date field in the View to UTC fixes the problem.
D10.2
Calendar View: 2.1.7
php 8.1.26
This issue and https://www.drupal.org/project/pdf/issues/3365327 π Use composer to handle the dependency on pdf.js Active seem to addressing the same problem. Perhaps the solution it that issue can be implemented.
Ok. We will try to come up with a way to reproduce the error. As of now, we're just seeing it in our Drupal logs.
kenrbnsn β created an issue.
Please put a not on the project page to indicate the people should be using the Google Tag module instead of this one.
Drupal 10 is out. If a D10 compatible version of this module isn't releases soon, I will have to remove the module from my site.
I am still getting the problem on Drupal 10 after installing the ajax_loader module along with the patch.
The patch I uploaded in #9 was bad. This one should work.
Here's a patch with the changes.
I just looked at the diff, you should remove the "core: 8.x" line. Then create a dev version that can be installed with composer.
All fixed (for now...)
Thanks
Still getting the errors/warnings. I created a new empty site on ddev and did some screen captures.
Thanks. The page now comes up but I get these warnings:
Warning: Trying to access array offset on value of type null in Drupal\paragraphs_ee\Entity\ParagraphsCategory->getDescription() (line 75 of modules/contrib/paragraphs_ee/src/Entity/ParagraphsCategory.php).
Warning: Trying to access array offset on value of type null in Drupal\paragraphs_ee\Entity\ParagraphsCategory->getDescriptionFormat() (line 82 of modules/contrib/paragraphs_ee/src/Entity/ParagraphsCategory.php).
Deprecated function: str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in Drupal\filter\Element\ProcessedText::preRenderText() (line 101 of core/modules/filter/src/Element/ProcessedText.php).
kenrbnsn β created an issue.
kenrbnsn β created an issue.
kenrbnsn β created an issue.
kenrbnsn β created an issue.
Thanks, but now when I try to enable the anchor_link module, I get this error:
$ ddev drush en anchor_link
[error] Unable to install module 'fakeobjects' due to unmet requirement(s):
- Before you can use the FakeObjects module, you need to download the plugin from ckeditor.com and place it in /libraries/fakeobjects. Check the README.txt for more information. Get the plugin here. (Currently using FakeObjects version Plugin not detected)
Shouldn't this be installed automatically too?
I just applied the patch and the library did NOT get downloaded. The file composer.libraries.json did get created, but it's not being invoked.
@davo20019 I followed the directions and it seemed to get rid of multiversion and all of the associated modules. I've updated my site to 9.5.7, but when I do a
"$ drush updb -y"
I get this error:
> [notice] Update started: system_post_update_entity_revision_metadata_bc_cleanup
> [error] Drupal\multiversion\Entity\Storage\Sql\MediaStorage does not implement Drupal\Core\Entity\ContentEntityStorageInterface
> [error] Update failed: system_post_update_entity_revision_metadata_bc_cleanup
[error] Update aborted by: system_post_update_entity_revision_metadata_bc_cleanup
What to I have to do to get rid of that error?
I tried disabling that option and now it works properly. Note: I do not pull the date from a relationship (I have no relationships defined in my view).
I can attest that content isn't being dispayed with paging turned on in version 2.0.9. When I turn off paging, I see my content, but then I have no way to go to the next month.
I applied the diff code (patch) to my site and it fixed the problem. Drupal: 9.5.4, PHP 8.1.16
kenrbnsn β created an issue.
Also happens on v9.5.2
It is in v2.0.9.
I had to clear the Drupal cache to see it.
The change didn't implement my checkbox. The copyright is alway dynamic if you use the "%year%" in the string. If it's not there, the copyright is not dynamic.
I am finally trying to remove this module from a site so I can move to to D9 and, eventually, D10. When I follow the directions that davo20019 posted on the site https://dev.to/davo20019/how-to-uninstall-the-contrib-module-multiversio..., I found the gist he mentions is no longer available. Is it available anywhere else?