๐Ÿ‡ฎ๐Ÿ‡ทIran @sgarsivaz

Account created on 18 September 2011, almost 13 years ago
#

Recent comments

๐Ÿ‡ฎ๐Ÿ‡ทIran sgarsivaz

I encountered this problem with D9.5.x

๐Ÿ‡ฎ๐Ÿ‡ทIran sgarsivaz

thanks @imclean
I used these methods and problem goes away :
1. setting PHPMailer SMTP -> Format to HTML and it worked
2. setting PHPMailer SMTP -> Format to PlainText and using patch #20 and it worked

without these two method, problem remains.
by the way, for your question, my website send out mails for user registration & update & webform ( by using queue_mail module)

๐Ÿ‡ฎ๐Ÿ‡ทIran sgarsivaz

hi
I update this module to 2.2.3 and encountered with wrong encodings.
when I use " Test configuration " every thing are OK.
but for emails sent by update module, this is what happened :

New release(s) available for ร˜ยงร˜ยฑร˜ยฒร˜ยดร›ล’ร˜ยงร˜ยจร›ล’ ร˜ยนร™โ€ฆร™โ€žรšยฉร˜ยฑร˜ยฏ รšยฉร˜ยงร˜ยฑรšยฉร™โ€ ร˜ยงร™โ€ 

and this is email header I can see :
X-Mailer: PHPMailer 6.9.1 (https://github.com/PHPMailer/PHPMailer)
sender: *************
MIME-Version: 1.0
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: 8Bit

Steps to reproduce :
1. drupal 9.5.11
2. some modules need update (drupal itself needs update to 10.1), set to daily consideration
3. phpmailer_smtp 2.2.3

I don't known if it does matter, I also use queue_mail:1.6

๐Ÿ‡ฎ๐Ÿ‡ทIran sgarsivaz

I encounter this error after updating to drupal:9.5.11 and cas:2.2.0 ...

unsure how to reproduce it but after replacing url_generator.non_bubbling to url_generator in cas.service.yml and src/Controller/LogoutController.php (line 75), it was fixed.

๐Ÿ‡ฎ๐Ÿ‡ทIran sgarsivaz

Yes I installed xhprof php plugin. this is output of php -i | grep xhprof :

/etc/php/8.1/cli/conf.d/20-xhprof.ini,
xhprof
xhprof support => enabled
xhprof.collect_additional_info => 0 => 0
xhprof.output_dir => /var/log/php-fpm/xhprof.log => /var/log/php-fpm/xhprof.log
xhprof.sampling_depth => 0x7fffffff => 0x7fffffff
xhprof.sampling_interval => 100000 => 100000 

this error occures when I use xhgui. whithout it, it runs correctly if I don't encounter timeout error with :

max_input_time = 300 
memory_limit = 512
๐Ÿ‡ฎ๐Ÿ‡ทIran sgarsivaz

I use views_data_export:^1.2 and have more than 10K row and 5 column to export. three of this 5 column is views_field_view which fetch data from different views.
without any patch I can not export any thing. by using #25 patch problem solved.
but I have to use batch size = 100. any batch size more than that result in an error. by this batch size it takes me 30 to 40 minutes.

๐Ÿ‡ฎ๐Ÿ‡ทIran sgarsivaz

I encountered same problem. every entity I choose this warning comes up!

Notice: Undefined index: translatable in Drupal\entity_reports\ReportGenerator->generateEntityStatisticsReport() (line 343 of modules/contrib/entity_reports/src/ReportGenerator.php).

Drupal\entity_reports\ReportGenerator->generateEntityStatisticsReport('group_content', 'group_content_type_12f4322b7e8d9') (Line: 105)
Drupal\entity_reports\ReportGenerator->getEntityTypeStructure('group_content') (Line: 122)
Drupal\entity_reports\Controller\EntityReportsController->displayReport('group_content')
call_user_func_array(Array, Array) (Line: 123)



or

Notice: Undefined index: translatable in Drupal\entity_reports\ReportGenerator->generateEntityStatisticsReport() (line 343 of modules/contrib/entity_reports/src/ReportGenerator.php).

Drupal\entity_reports\ReportGenerator->generateEntityStatisticsReport('user', 'user') (Line: 105)
Drupal\entity_reports\ReportGenerator->getEntityTypeStructure('user') (Line: 122)
Drupal\entity_reports\Controller\EntityReportsController->displayReport('user')
call_user_func_array(Array, Array) (Line: 123)
Production build 0.69.0 2024