๐Ÿ‡ท๐Ÿ‡ดRomania @gge

Account created on 13 May 2011, about 13 years ago
#

Recent comments

๐Ÿ‡ท๐Ÿ‡ดRomania gge

gge โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ท๐Ÿ‡ดRomania gge

Just wanted to mention that #31 doesn't work with Drupal Symfony Mailer 1.4.1 but it does with 1.3.2.

๐Ÿ‡ท๐Ÿ‡ดRomania gge

You could try #2681953-45: Allow exposed form to preserve URL query parameters โ†’ and if using B.E.F you also need ๐Ÿ› Allow exposed form to preserve URL query parameters Needs work . Then go to the settings of the "Exposed form style" and fill out the "Preserve query parameters from URL".

๐Ÿ‡ท๐Ÿ‡ดRomania gge

gge โ†’ made their first commit to this issueโ€™s fork.

๐Ÿ‡ท๐Ÿ‡ดRomania gge

$defaults = $field_config?->getDefaultValueLiteral()[0]; fix the error but I'm also interested to see why $rrule data can't be retrieved. Where should we start?

Thank you~

๐Ÿ‡ท๐Ÿ‡ดRomania gge

When commenting out $defaults = $field_config->getDefaultValueLiteral()[0]; everything works as expected, the instance can be overwritten / rescheduled (of course there's an warning Undefined variable $defaults). However probably there are some side effects when doing this...

๐Ÿ‡ท๐Ÿ‡ดRomania gge

My setup is pretty standard... It's an attached Smart date field to a node, attached are the settings.

Anyway, I placed var_dump($field_config); inside SmartDateOverrideForm.php just before $defaults = $field_config->getDefaultValueLiteral()[0]; and it returns NULL, probably that's why I'm getting the error.

Btw in your tests did you use php 8? I'm using php 8.1.18...

I also tested on simplytest.me, there's no error when trying to override a date but they are using php 7.

Thanks.

๐Ÿ‡ท๐Ÿ‡ดRomania gge

Just tried downgrading to Smart Date 3.7.2 and the same thing... Can't override (reschedule) instances.

๐Ÿ‡ท๐Ÿ‡ดRomania gge

Hello,

Just tried #2 and for me is working in case of batch processing.

Thank you~

๐Ÿ‡ท๐Ÿ‡ดRomania gge

@robotjox you're welcome but not sure if the right solution is to comment out that line. As @matthieuscarset mentioned here ๐Ÿ› Calendar doesn't show results when using pagination "Calender by month" Fixed , "Sort order is always ASC inside calendar days (e.g. in order to keep multiday events always at the top)"

๐Ÿ‡ท๐Ÿ‡ดRomania gge

Hello,

Applied the patch manually against version 2.1.1 and got this:
Got error 'PHP message: PHP Fatal error: Nesting level too deep - recursive dependency? in /var/www/public_html/web/modules/contrib/calendar_view/calendar_view.module on line 137'

Line 137 is:
array_multisort($array, SORT_ASC, $list);

The server is running php 8.1.18 (memory limit 2304M) and drupal 9.5.3.

Thanks~

Production build 0.69.0 2024